Skip to content

Commit 2b33547

Browse files
committed
chore: upgrade deps
1 parent 9ac92e0 commit 2b33547

File tree

4 files changed

+1184
-928
lines changed

4 files changed

+1184
-928
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"devDependencies": {
1717
"@babel/cli": "^7.2.3",
18-
"@babel/core": "^7.2.2",
19-
"@babel/plugin-proposal-class-properties": "^7.3.0",
18+
"@babel/core": "^7.3.3",
19+
"@babel/plugin-proposal-class-properties": "^7.3.3",
2020
"@babel/preset-env": "^7.3.1",
2121
"@babel/preset-react": "^7.0.0",
2222
"@loadable/babel-plugin": "^5.6.0",
@@ -26,17 +26,17 @@
2626
"conventional-github-releaser": "^3.1.2",
2727
"cross-env": "^5.2.0",
2828
"doctoc": "^1.4.0",
29-
"eslint": "^5.13.0",
29+
"eslint": "^5.14.1",
3030
"eslint-config-airbnb": "^17.1.0",
3131
"eslint-config-prettier": "^4.0.0",
3232
"eslint-plugin-import": "^2.16.0",
3333
"eslint-plugin-jsx-a11y": "^6.2.1",
3434
"eslint-plugin-react": "^7.12.4",
3535
"jest": "^24.1.0",
36-
"lerna": "^3.10.8",
36+
"lerna": "^3.13.0",
3737
"prettier": "^1.16.4",
38-
"react": "^16.8.0",
39-
"react-dom": "^16.8.0",
38+
"react": "^16.8.2",
39+
"react-dom": "^16.8.2",
4040
"shx": "^0.3.2"
4141
}
4242
}

packages/smooth-core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"react-dom": ">=16.3.0"
3434
},
3535
"dependencies": {
36-
"@babel/core": "^7.2.2",
37-
"@babel/plugin-proposal-class-properties": "^7.3.0",
36+
"@babel/core": "^7.3.3",
37+
"@babel/plugin-proposal-class-properties": "^7.3.3",
3838
"@babel/plugin-transform-runtime": "^7.2.0",
3939
"@babel/polyfill": "^7.2.5",
4040
"@babel/preset-env": "^7.3.1",
@@ -46,12 +46,12 @@
4646
"@loadable/component": "^5.6.0",
4747
"@loadable/server": "^5.6.0",
4848
"@loadable/webpack-plugin": "^5.5.0",
49-
"apollo-cache-inmemory": "^1.4.2",
50-
"apollo-client": "^2.4.12",
49+
"apollo-cache-inmemory": "^1.4.3",
50+
"apollo-client": "^2.4.13",
5151
"apollo-link": "^1.2.8",
5252
"apollo-link-http": "^1.5.11",
5353
"apollo-link-schema": "^1.1.6",
54-
"apollo-server-express": "^2.3.3",
54+
"apollo-server-express": "^2.4.2",
5555
"axios": "^0.18.0",
5656
"babel-loader": "^8.0.5",
5757
"camelcase": "^5.0.0",
@@ -76,8 +76,8 @@
7676
"react-router-dom": "^4.3.1",
7777
"slugify": "^1.3.4",
7878
"tiny-glob": "^0.2.6",
79-
"webpack": "^4.29.1",
80-
"webpack-dev-middleware": "^3.5.1",
79+
"webpack": "^4.29.5",
80+
"webpack-dev-middleware": "^3.5.2",
8181
"webpack-hot-middleware": "^2.24.3",
8282
"webpack-node-externals": "^1.7.2"
8383
}

packages/smooth-dev-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
},
3434
"dependencies": {
3535
"@babel/runtime": "^7.3.1",
36-
"chokidar": "^2.1.0",
36+
"chokidar": "^2.1.2",
3737
"configstore": "^4.0.0",
3838
"fs-extra": "^7.0.1",
3939
"is-absolute": "^1.0.0",
4040
"lodash": "^4.17.10",
41-
"yargs": "^12.0.5"
41+
"yargs": "^13.2.1"
4242
}
4343
}

0 commit comments

Comments
 (0)