Skip to content

Commit ba9bfa7

Browse files
committed
fix: fix missing @babel/transform-runtime
Also upgrade dependencies
1 parent 6caf61f commit ba9bfa7

File tree

4 files changed

+913
-843
lines changed

4 files changed

+913
-843
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,29 @@
1414
"test": "jest"
1515
},
1616
"devDependencies": {
17-
"@babel/cli": "^7.4.3",
18-
"@babel/core": "^7.4.3",
19-
"@babel/plugin-proposal-class-properties": "^7.4.0",
20-
"@babel/preset-env": "^7.4.3",
17+
"@babel/cli": "^7.4.4",
18+
"@babel/core": "^7.4.4",
19+
"@babel/plugin-proposal-class-properties": "^7.4.4",
20+
"@babel/preset-env": "^7.4.4",
2121
"@babel/preset-react": "^7.0.0",
22-
"@loadable/babel-plugin": "^5.7.2",
22+
"@loadable/babel-plugin": "^5.8.0",
2323
"babel-core": "^7.0.0-bridge.0",
2424
"babel-eslint": "^10.0.1",
25-
"babel-jest": "^24.7.1",
25+
"babel-jest": "^24.8.0",
2626
"conventional-github-releaser": "^3.1.2",
2727
"cross-env": "^5.2.0",
2828
"doctoc": "^1.4.0",
2929
"eslint": "^5.16.0",
3030
"eslint-config-airbnb": "^17.1.0",
31-
"eslint-config-prettier": "^4.1.0",
31+
"eslint-config-prettier": "^4.2.0",
3232
"eslint-config-smooth": "^2.0.0",
33-
"eslint-plugin-import": "^2.16.0",
33+
"eslint-plugin-import": "^2.17.2",
3434
"eslint-plugin-jsx-a11y": "^6.2.1",
35-
"eslint-plugin-react": "^7.12.4",
35+
"eslint-plugin-react": "^7.13.0",
3636
"eslint-plugin-react-hooks": "^1.6.0",
37-
"jest": "^24.7.1",
38-
"lerna": "^3.13.1",
39-
"prettier": "^1.16.4",
37+
"jest": "^24.8.0",
38+
"lerna": "^3.13.4",
39+
"prettier": "^1.17.0",
4040
"react": "^16.8.6",
4141
"react-dom": "^16.8.6",
4242
"shx": "^0.3.2"

packages/smooth-dev-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"react-dom": ">=16.3.0"
3333
},
3434
"dependencies": {
35-
"@babel/runtime": "^7.4.3",
36-
"chokidar": "^2.1.5",
35+
"@babel/runtime": "^7.4.4",
36+
"chokidar": "^3.0.0",
3737
"configstore": "^4.0.0",
3838
"fs-extra": "^7.0.1",
3939
"is-absolute": "^1.0.0",

packages/smooth/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@
3333
"react-dom": ">=16.8.0"
3434
},
3535
"dependencies": {
36-
"@babel/core": "^7.4.3",
37-
"@babel/plugin-proposal-class-properties": "^7.4.0",
38-
"@babel/plugin-transform-runtime": "^7.4.3",
39-
"@babel/preset-env": "^7.4.3",
36+
"@babel/core": "^7.4.4",
37+
"@babel/plugin-proposal-class-properties": "^7.4.4",
38+
"@babel/plugin-transform-runtime": "^7.4.4",
39+
"@babel/preset-env": "^7.4.4",
4040
"@babel/preset-react": "^7.0.0",
41-
"@babel/register": "^7.4.0",
42-
"@babel/runtime": "^7.4.3",
41+
"@babel/register": "^7.4.4",
42+
"@babel/runtime": "^7.4.4",
4343
"@emotion/core": "^10.0.10",
44-
"@loadable/babel-plugin": "^5.7.2",
45-
"@loadable/component": "^5.7.0",
46-
"@loadable/server": "^5.7.0",
44+
"@loadable/babel-plugin": "^5.8.0",
45+
"@loadable/component": "^5.9.0",
46+
"@loadable/server": "^5.9.0",
4747
"@loadable/webpack-plugin": "^5.7.1",
4848
"apollo-cache-inmemory": "^1.5.1",
4949
"apollo-client": "^2.5.1",
@@ -61,7 +61,7 @@
6161
"errorhandler": "^1.5.0",
6262
"express": "^4.16.4",
6363
"express-async-handler": "^1.1.4",
64-
"graphql": "^14.2.1",
64+
"graphql": "^14.3.0",
6565
"graphql-iso-date": "^3.6.1",
6666
"graphql-tag": "^2.10.1",
6767
"graphql-tools": "^4.0.4",
@@ -70,15 +70,15 @@
7070
"merge-deep": "^3.0.2",
7171
"pluralize": "^7.0.0",
7272
"progress-estimator": "^0.2.2",
73-
"query-string": "^6.4.2",
74-
"react-apollo": "^2.5.3",
73+
"query-string": "^6.5.0",
74+
"react-apollo": "^2.5.5",
7575
"react-router-dom": "^5.0.0",
7676
"regenerator-runtime": "^0.13.2",
7777
"slugify": "^1.3.4",
7878
"tiny-glob": "^0.2.6",
79-
"webpack": "^4.29.6",
79+
"webpack": "^4.30.0",
8080
"webpack-dev-middleware": "^3.6.2",
81-
"webpack-hot-middleware": "^2.24.3",
81+
"webpack-hot-middleware": "^2.24.4",
8282
"webpack-node-externals": "^1.7.2"
8383
}
8484
}

0 commit comments

Comments
 (0)