Skip to content

Commit 1146e63

Browse files
committed
fix(deps): update dependencies
1 parent 6f2af6c commit 1146e63

File tree

5 files changed

+275
-475
lines changed

5 files changed

+275
-475
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"node": ">=8.9.0"
1313
},
1414
"devDependencies": {
15-
"@babel/cli": "7.4.3",
16-
"@babel/core": "7.4.3",
17-
"@babel/plugin-proposal-class-properties": "7.4.0",
18-
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
19-
"@babel/preset-env": "7.4.3",
15+
"@babel/cli": "7.4.4",
16+
"@babel/core": "7.4.4",
17+
"@babel/plugin-proposal-class-properties": "7.4.4",
18+
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
19+
"@babel/preset-env": "7.4.4",
2020
"@babel/preset-typescript": "7.3.3",
2121
"@types/jest": "24.0.11",
2222
"@types/node": "11.13.8",

packages/babel-preset-base/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"private": false,
1919
"dependencies": {
2020
"@babel/helper-plugin-utils": "^7.0.0",
21-
"@babel/plugin-proposal-class-properties": "^7.4.0",
21+
"@babel/plugin-proposal-class-properties": "^7.4.4",
2222
"@babel/plugin-proposal-json-strings": "^7.2.0",
2323
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
2424
"@babel/plugin-syntax-import-meta": "^7.2.0",
25-
"@babel/preset-env": "^7.4.3",
25+
"@babel/preset-env": "^7.4.4",
2626
"@babel/preset-react": "^7.0.0"
2727
},
2828
"peerDependencies": {
@@ -49,7 +49,7 @@
4949
"access": "public"
5050
},
5151
"devDependencies": {
52-
"@babel/core": "7.4.3",
52+
"@babel/core": "7.4.4",
5353
"@wpackio/eslint-config": "^3.0.0",
5454
"dts-gen": "0.5.7"
5555
}

packages/eslint-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"@typescript-eslint/parser": "1.7.0",
2424
"babel-eslint": "^10.0.1",
2525
"eslint-config-airbnb": "^17.1.0",
26-
"eslint-config-prettier": "^4.1.0",
26+
"eslint-config-prettier": "^4.2.0",
2727
"eslint-import-resolver-typescript": "1.1.1",
2828
"eslint-plugin-babel": "^5.3.0",
29-
"eslint-plugin-import": "^2.17.1",
30-
"eslint-plugin-jest": "^22.4.1",
29+
"eslint-plugin-import": "^2.17.2",
30+
"eslint-plugin-jest": "^22.5.1",
3131
"eslint-plugin-jsx-a11y": "^6.2.1",
3232
"eslint-plugin-prettier": "^3.0.1",
3333
"eslint-plugin-react": "^7.12.4"

packages/scripts/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"license": "MIT",
2121
"private": false,
2222
"dependencies": {
23-
"@babel/core": "^7.4.3",
23+
"@babel/core": "^7.4.4",
2424
"@babel/preset-flow": "^7.0.0",
2525
"@babel/preset-typescript": "^7.3.3",
2626
"@types/archiver": "^2.1.3",
@@ -29,9 +29,9 @@
2929
"@types/figures": "^2.0.0",
3030
"@types/find-up": "^2.1.1",
3131
"@types/gradient-string": "^1.1.0",
32-
"@types/inquirer": "^6.0.0",
32+
"@types/inquirer": "^6.0.1",
3333
"@types/log-symbols": "^2.0.0",
34-
"@types/node": "^11.13.4",
34+
"@types/node": "^11.13.8",
3535
"@types/update-notifier": "^2.5.0",
3636
"@types/webpack": "^4.4.27",
3737
"@types/webpack-assets-manifest": "^3.0.0",
@@ -42,7 +42,7 @@
4242
"archiver": "^3.0.0",
4343
"autoprefixer": "^9.5.1",
4444
"babel-loader": "^8.0.5",
45-
"browser-sync": "^2.26.3",
45+
"browser-sync": "^2.26.5",
4646
"camelcase": "^5.3.1",
4747
"chalk": "^2.4.2",
4848
"clean-webpack-plugin": "^2.0.1",
@@ -52,14 +52,14 @@
5252
"del": "^4.1.0",
5353
"dev-ip": "^1.0.1",
5454
"execa": "^1.0.0",
55-
"figures": "^2.0.0",
55+
"figures": "^3.0.0",
5656
"file-loader": "^3.0.1",
5757
"find-up": "^3.0.0",
5858
"gradient-string": "^1.2.0",
5959
"handlebars": "^4.1.2",
6060
"inquirer": "^6.3.1",
6161
"less-loader": "^4.1.0",
62-
"log-symbols": "^2.2.0",
62+
"log-symbols": "^3.0.0",
6363
"make-dir": "^3.0.0",
6464
"mini-css-extract-plugin": "^0.6.0",
6565
"optimize-css-assets-webpack-plugin": "^5.0.1",
@@ -76,7 +76,7 @@
7676
"webpack": "^4.30.0",
7777
"webpack-assets-manifest": "^3.1.1",
7878
"webpack-dev-middleware": "^3.6.2",
79-
"webpack-hot-middleware": "^2.24.3",
79+
"webpack-hot-middleware": "^2.24.4",
8080
"webpack-merge": "^4.2.1"
8181
},
8282
"engines": {
@@ -104,7 +104,7 @@
104104
"devDependencies": {
105105
"@wpackio/eslint-config": "^3.0.0",
106106
"dts-gen": "0.5.7",
107-
"fork-ts-checker-webpack-plugin": "1.1.1",
107+
"fork-ts-checker-webpack-plugin": "1.2.0",
108108
"less": "3.9.0"
109109
}
110110
}

0 commit comments

Comments
 (0)