Skip to content

Commit

Permalink
fix: update untool to v1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Kluge authored and herschel666 committed Dec 12, 2019
1 parent d140833 commit 2e0f1a6
Show file tree
Hide file tree
Showing 8 changed files with 124 additions and 87 deletions.
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"url": "https://github.com/xing/hops.git"
},
"dependencies": {
"@untool/core": "^1.10.1",
"@untool/webpack": "^1.10.1"
"@untool/core": "^1.10.4",
"@untool/webpack": "^1.10.4"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/config#readme"
}
4 changes: 2 additions & 2 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"url": "https://github.com/xing/hops.git"
},
"dependencies": {
"@untool/react": "^1.10.1",
"@untool/webpack": "^1.10.1",
"@untool/react": "^1.10.4",
"@untool/webpack": "^1.10.4",
"apollo-cache-inmemory": "^1.3.6",
"apollo-client": "^2.5.1",
"apollo-link-http": "^1.5.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/hops/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"url": "https://github.com/xing/hops.git"
},
"dependencies": {
"@untool/express": "^1.10.1",
"@untool/info": "^1.10.1",
"@untool/webpack": "^1.10.1",
"@untool/yargs": "^1.10.1",
"@untool/express": "^1.10.4",
"@untool/info": "^1.10.4",
"@untool/webpack": "^1.10.4",
"@untool/yargs": "^1.10.4",
"hops-express": "^11.9.1",
"hops-mixin": "^11.9.1",
"hops-react": "^11.9.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"url": "https://github.com/xing/hops.git"
},
"dependencies": {
"@untool/core": "^1.10.1",
"@untool/express": "^1.10.1",
"@untool/core": "^1.10.4",
"@untool/express": "^1.10.4",
"archiver": "^3.0.0",
"aws-sdk": "^2.286.2",
"globby": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mixin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com/xing/hops.git"
},
"dependencies": {
"@untool/core": "^1.10.1",
"@untool/core": "^1.10.4",
"mixinable": "^4.0.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/mixin#readme"
Expand Down
4 changes: 2 additions & 2 deletions packages/pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"url": "https://github.com/xing/hops.git"
},
"dependencies": {
"@untool/core": "^1.10.1",
"@untool/webpack": "^1.10.1",
"@untool/core": "^1.10.4",
"@untool/webpack": "^1.10.4",
"app-manifest-loader": "^2.0.0",
"file-loader": "^4.0.0",
"hops-mixin": "^11.9.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-transform-flow-strip-types": "^7.4.0",
"@untool/core": "^1.10.1",
"@untool/react": "^1.10.1",
"@untool/core": "^1.10.4",
"@untool/react": "^1.10.4",
"hops-mixin": "^11.9.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 2e0f1a6

Please sign in to comment.