Skip to content

Commit

Permalink
feat: upgrade untool to 2.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Oct 25, 2019
1 parent 363f990 commit 6fae67b
Show file tree
Hide file tree
Showing 8 changed files with 151 additions and 149 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": "^2.0.0-alpha.3",
"@untool/webpack": "^2.0.0-alpha.3",
"@untool/core": "^2.0.0-alpha.4",
"@untool/webpack": "^2.0.0-alpha.4",
"depd": "^2.0.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/config#readme"
Expand Down
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": "^2.0.0-alpha.3",
"@untool/webpack": "^2.0.0-alpha.3",
"@untool/react": "^2.0.0-alpha.4",
"@untool/webpack": "^2.0.0-alpha.4",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link-http": "^1.5.16",
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": "^2.0.0-alpha.3",
"@untool/info": "^2.0.0-alpha.3",
"@untool/webpack": "^2.0.0-alpha.3",
"@untool/yargs": "^2.0.0-alpha.3",
"@untool/express": "^2.0.0-alpha.4",
"@untool/info": "^2.0.0-alpha.4",
"@untool/webpack": "^2.0.0-alpha.4",
"@untool/yargs": "^2.0.0-alpha.4",
"hops-mixin": "^12.0.0-alpha.2",
"hops-react": "^12.0.0-alpha.2",
"webpack-bundle-analyzer": "^3.5.2"
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": "^2.0.0-alpha.3",
"@untool/express": "^2.0.0-alpha.3",
"@untool/core": "^2.0.0-alpha.4",
"@untool/express": "^2.0.0-alpha.4",
"archiver": "^3.1.1",
"aws-sdk": "^2.546.0",
"globby": "^10.0.1",
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": "^2.0.0-alpha.3",
"@untool/core": "^2.0.0-alpha.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": "^2.0.0-alpha.3",
"@untool/webpack": "^2.0.0-alpha.3",
"@untool/core": "^2.0.0-alpha.4",
"@untool/webpack": "^2.0.0-alpha.4",
"app-manifest-loader": "^2.4.1",
"file-loader": "^4.2.0",
"hops-mixin": "^12.0.0-alpha.2",
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.6.3",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-flow-strip-types": "^7.6.3",
"@untool/core": "^2.0.0-alpha.3",
"@untool/react": "^2.0.0-alpha.3",
"@untool/core": "^2.0.0-alpha.4",
"@untool/react": "^2.0.0-alpha.4",
"hops-mixin": "^12.0.0-alpha.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 6fae67b

Please sign in to comment.