Skip to content

Commit f92e7e7

Browse files
committed
chore: upgrade dependencies
1 parent 81a776e commit f92e7e7

File tree

6 files changed

+180
-147
lines changed

6 files changed

+180
-147
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"babel-core": "^7.0.0-bridge.0",
2424
"babel-eslint": "^10.0.1",
2525
"babel-jest": "^24.8.0",
26-
"conventional-github-releaser": "^3.1.2",
26+
"conventional-github-releaser": "^3.1.3",
2727
"cross-env": "^5.2.0",
2828
"doctoc": "^1.4.0",
2929
"eslint": "^5.16.0",
3030
"eslint-config-airbnb": "^17.1.0",
3131
"eslint-config-prettier": "^4.3.0",
3232
"eslint-config-smooth": "^2.0.0",
33-
"eslint-plugin-import": "^2.17.2",
33+
"eslint-plugin-import": "^2.17.3",
3434
"eslint-plugin-jsx-a11y": "^6.2.1",
3535
"eslint-plugin-react": "^7.13.0",
3636
"eslint-plugin-react-hooks": "^1.6.0",

packages/smooth-backend-wordpress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"smooth": "^0.1.0"
2626
},
2727
"dependencies": {
28-
"axios": "^0.18.0",
28+
"axios": "^0.19.0",
2929
"mime-types": "^2.1.24",
3030
"mkdirp": "^0.5.1",
3131
"ncp": "^2.0.0",

packages/smooth-dev-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@babel/runtime": "^7.4.5",
36-
"chokidar": "^3.0.0",
36+
"chokidar": "^3.0.1",
3737
"configstore": "^4.0.0",
3838
"fs-extra": "^8.0.1",
3939
"is-absolute": "^1.0.0",

packages/smooth-plugin-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"css-loader": "^2.1.1",
26-
"mini-css-extract-plugin": "^0.6.0"
26+
"mini-css-extract-plugin": "^0.7.0"
2727
},
2828
"peerDependencies": {
2929
"smooth": "^0.1.0"

packages/smooth/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,26 +49,26 @@
4949
"apollo-client": "^2.6.0",
5050
"apollo-link": "^1.2.11",
5151
"apollo-link-schema": "^1.2.2",
52-
"apollo-server-express": "^2.5.0",
52+
"apollo-server-express": "^2.6.1",
5353
"apollo-upload-client": "^10.0.1",
54-
"axios": "^0.18.0",
54+
"axios": "^0.19.0",
5555
"babel-loader": "^8.0.6",
5656
"camelcase": "^5.3.1",
5757
"commander": "^2.20.0",
5858
"core-js": "^2.6.5",
5959
"cors": "^2.8.5",
6060
"cwd": "^0.10.0",
6161
"errorhandler": "^1.5.1",
62-
"express": "^4.17.0",
62+
"express": "^4.17.1",
6363
"express-async-handler": "^1.1.4",
64-
"graphql": "^14.3.0",
64+
"graphql": "^14.3.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",
6969
"humanize-string": "^2.1.0",
7070
"merge-deep": "^3.0.2",
71-
"pluralize": "^7.0.0",
71+
"pluralize": "^8.0.0",
7272
"progress-estimator": "^0.2.2",
7373
"query-string": "^6.5.0",
7474
"react-apollo": "^2.5.6",

0 commit comments

Comments
 (0)