Skip to content

Commit

Permalink
fix: fix missing @babel/transform-runtime
Browse files Browse the repository at this point in the history
Also upgrade dependencies
  • Loading branch information
gregberge committed May 7, 2019
1 parent 6caf61f commit ba9bfa7
Show file tree
Hide file tree
Showing 4 changed files with 913 additions and 843 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,29 @@
"test": "jest"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.3",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@loadable/babel-plugin": "^5.7.2",
"@loadable/babel-plugin": "^5.8.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.7.1",
"babel-jest": "^24.8.0",
"conventional-github-releaser": "^3.1.2",
"cross-env": "^5.2.0",
"doctoc": "^1.4.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-config-prettier": "^4.2.0",
"eslint-config-smooth": "^2.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^1.6.0",
"jest": "^24.7.1",
"lerna": "^3.13.1",
"prettier": "^1.16.4",
"jest": "^24.8.0",
"lerna": "^3.13.4",
"prettier": "^1.17.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"shx": "^0.3.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/smooth-dev-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"react-dom": ">=16.3.0"
},
"dependencies": {
"@babel/runtime": "^7.4.3",
"chokidar": "^2.1.5",
"@babel/runtime": "^7.4.4",
"chokidar": "^3.0.0",
"configstore": "^4.0.0",
"fs-extra": "^7.0.1",
"is-absolute": "^1.0.0",
Expand Down
28 changes: 14 additions & 14 deletions packages/smooth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.4.0",
"@babel/runtime": "^7.4.3",
"@babel/register": "^7.4.4",
"@babel/runtime": "^7.4.4",
"@emotion/core": "^10.0.10",
"@loadable/babel-plugin": "^5.7.2",
"@loadable/component": "^5.7.0",
"@loadable/server": "^5.7.0",
"@loadable/babel-plugin": "^5.8.0",
"@loadable/component": "^5.9.0",
"@loadable/server": "^5.9.0",
"@loadable/webpack-plugin": "^5.7.1",
"apollo-cache-inmemory": "^1.5.1",
"apollo-client": "^2.5.1",
Expand All @@ -61,7 +61,7 @@
"errorhandler": "^1.5.0",
"express": "^4.16.4",
"express-async-handler": "^1.1.4",
"graphql": "^14.2.1",
"graphql": "^14.3.0",
"graphql-iso-date": "^3.6.1",
"graphql-tag": "^2.10.1",
"graphql-tools": "^4.0.4",
Expand All @@ -70,15 +70,15 @@
"merge-deep": "^3.0.2",
"pluralize": "^7.0.0",
"progress-estimator": "^0.2.2",
"query-string": "^6.4.2",
"react-apollo": "^2.5.3",
"query-string": "^6.5.0",
"react-apollo": "^2.5.5",
"react-router-dom": "^5.0.0",
"regenerator-runtime": "^0.13.2",
"slugify": "^1.3.4",
"tiny-glob": "^0.2.6",
"webpack": "^4.29.6",
"webpack": "^4.30.0",
"webpack-dev-middleware": "^3.6.2",
"webpack-hot-middleware": "^2.24.3",
"webpack-hot-middleware": "^2.24.4",
"webpack-node-externals": "^1.7.2"
}
}
Loading

0 comments on commit ba9bfa7

Please sign in to comment.