Skip to content

Commit 1cd982c

Browse files
committed
chore: upgrade dependencies
1 parent f576e34 commit 1cd982c

File tree

5 files changed

+631
-544
lines changed

5 files changed

+631
-544
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,31 @@
1414
"test": "jest"
1515
},
1616
"devDependencies": {
17-
"@babel/cli": "^7.2.3",
18-
"@babel/core": "^7.4.0",
17+
"@babel/cli": "^7.4.3",
18+
"@babel/core": "^7.4.3",
1919
"@babel/plugin-proposal-class-properties": "^7.4.0",
20-
"@babel/preset-env": "^7.4.1",
20+
"@babel/preset-env": "^7.4.3",
2121
"@babel/preset-react": "^7.0.0",
2222
"@loadable/babel-plugin": "^5.7.2",
2323
"babel-core": "^7.0.0-bridge.0",
2424
"babel-eslint": "^10.0.1",
25-
"babel-jest": "^24.5.0",
25+
"babel-jest": "^24.7.1",
2626
"conventional-github-releaser": "^3.1.2",
2727
"cross-env": "^5.2.0",
2828
"doctoc": "^1.4.0",
29-
"eslint": "^5.15.3",
29+
"eslint": "^5.16.0",
3030
"eslint-config-airbnb": "^17.1.0",
3131
"eslint-config-prettier": "^4.1.0",
3232
"eslint-config-smooth": "^2.0.0",
3333
"eslint-plugin-import": "^2.16.0",
3434
"eslint-plugin-jsx-a11y": "^6.2.1",
3535
"eslint-plugin-react": "^7.12.4",
36-
"eslint-plugin-react-hooks": "^1.5.1",
37-
"jest": "^24.5.0",
36+
"eslint-plugin-react-hooks": "^1.6.0",
37+
"jest": "^24.7.1",
3838
"lerna": "^3.13.1",
3939
"prettier": "^1.16.4",
40-
"react": "^16.8.4",
41-
"react-dom": "^16.8.4",
40+
"react": "^16.8.6",
41+
"react-dom": "^16.8.6",
4242
"shx": "^0.3.2"
4343
}
4444
}

packages/smooth-backend-wordpress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"axios": "^0.18.0",
2828
"mkdirp": "^0.5.1",
2929
"ncp": "^2.0.0",
30-
"qs": "^6.6.0"
30+
"qs": "^6.7.0"
3131
}
3232
}

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.0",
36-
"chokidar": "^2.1.2",
35+
"@babel/runtime": "^7.4.3",
36+
"chokidar": "^2.1.5",
3737
"configstore": "^4.0.0",
3838
"fs-extra": "^7.0.1",
3939
"is-absolute": "^1.0.0",

packages/smooth/package.json

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
"react-dom": ">=16.8.0"
3434
},
3535
"dependencies": {
36-
"@babel/core": "^7.4.0",
36+
"@babel/core": "^7.4.3",
3737
"@babel/plugin-proposal-class-properties": "^7.4.0",
38-
"@babel/plugin-transform-runtime": "^7.4.0",
39-
"@babel/polyfill": "^7.4.0",
40-
"@babel/preset-env": "^7.4.1",
38+
"@babel/plugin-transform-runtime": "^7.4.3",
39+
"@babel/polyfill": "^7.4.3",
40+
"@babel/preset-env": "^7.4.3",
4141
"@babel/preset-react": "^7.0.0",
4242
"@babel/register": "^7.4.0",
43-
"@babel/runtime": "^7.4.0",
44-
"@emotion/core": "^10.0.9",
43+
"@babel/runtime": "^7.4.3",
44+
"@emotion/core": "^10.0.10",
4545
"@loadable/babel-plugin": "^5.7.2",
4646
"@loadable/component": "^5.7.0",
4747
"@loadable/server": "^5.7.0",
@@ -54,31 +54,30 @@
5454
"apollo-server-express": "^2.4.8",
5555
"axios": "^0.18.0",
5656
"babel-loader": "^8.0.5",
57-
"camelcase": "^5.2.0",
58-
"commander": "^2.19.0",
57+
"camelcase": "^5.3.1",
58+
"commander": "^2.20.0",
5959
"cors": "^2.8.5",
6060
"cwd": "^0.10.0",
6161
"errorhandler": "^1.5.0",
6262
"express": "^4.16.4",
6363
"express-async-handler": "^1.1.4",
64-
"graphql": "^14.1.1",
64+
"graphql": "^14.2.1",
6565
"graphql-iso-date": "^3.6.1",
6666
"graphql-tag": "^2.10.1",
6767
"graphql-tools": "^4.0.4",
6868
"history": "^4.9.0",
69-
"humanize-string": "^2.0.0",
69+
"humanize-string": "^2.1.0",
7070
"merge-deep": "^3.0.2",
7171
"pluralize": "^7.0.0",
7272
"progress-estimator": "^0.2.2",
73-
"query-string": "^6.4.0",
74-
"react-apollo": "^2.5.2",
73+
"query-string": "^6.4.2",
74+
"react-apollo": "^2.5.3",
7575
"react-helmet": "^5.2.0",
7676
"react-router-dom": "^5.0.0",
77-
"react-ssr-prepass": "^1.0.2",
7877
"slugify": "^1.3.4",
7978
"tiny-glob": "^0.2.6",
8079
"webpack": "^4.29.6",
81-
"webpack-dev-middleware": "^3.6.1",
80+
"webpack-dev-middleware": "^3.6.2",
8281
"webpack-hot-middleware": "^2.24.3",
8382
"webpack-node-externals": "^1.7.2"
8483
}

0 commit comments

Comments
 (0)