Skip to content

Commit 2e4f6e1

Browse files
committed
chore(deps): upgrade all green and yellow dependencies
1 parent cb7946e commit 2e4f6e1

File tree

7 files changed

+1318
-863
lines changed

7 files changed

+1318
-863
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@
1212
"node": ">=8.9.0"
1313
},
1414
"devDependencies": {
15-
"@babel/cli": "7.13.16",
16-
"@babel/core": "7.13.16",
17-
"@babel/plugin-proposal-class-properties": "7.13.0",
18-
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
19-
"@babel/preset-env": "7.13.15",
20-
"@babel/preset-typescript": "7.13.0",
21-
"@types/jest": "^26.0.22",
15+
"@babel/cli": "7.14.8",
16+
"@babel/core": "7.14.8",
17+
"@babel/plugin-proposal-class-properties": "7.14.5",
18+
"@babel/plugin-proposal-object-rest-spread": "7.14.7",
19+
"@babel/preset-env": "7.14.8",
20+
"@babel/preset-typescript": "7.14.5",
21+
"@types/jest": "^26.0.24",
2222
"@types/node": "^14.14.41",
2323
"babel-core": "7.0.0-bridge.0",
2424
"babel-jest": "26.6.3",
2525
"cross-env": "^7.0.3",
26-
"eslint": "^7.25.0",
26+
"eslint": "^7.31.0",
2727
"jest": "26.6.3",
2828
"lerna": "^4.0.0",
2929
"plop": "2.7.4",
30-
"prettier": "^2.2.1",
30+
"prettier": "^2.3.2",
3131
"rimraf": "3.0.2",
32-
"typescript": "^4.2.4"
32+
"typescript": "^4.3.5"
3333
},
3434
"scripts": {
3535
"clean": "lerna clean",

packages/babel-preset-base/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
"license": "MIT",
1818
"private": false,
1919
"dependencies": {
20-
"@babel/helper-plugin-utils": "^7.13.0",
21-
"@babel/plugin-proposal-class-properties": "^7.13.0",
22-
"@babel/plugin-proposal-json-strings": "^7.13.8",
23-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
24-
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
20+
"@babel/helper-plugin-utils": "^7.14.5",
21+
"@babel/plugin-proposal-class-properties": "^7.14.5",
22+
"@babel/plugin-proposal-json-strings": "^7.14.5",
23+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
24+
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
2525
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
2626
"@babel/plugin-syntax-import-meta": "^7.10.4",
27-
"@babel/plugin-transform-destructuring": "^7.13.17",
28-
"@babel/plugin-transform-runtime": "^7.13.15",
29-
"@babel/preset-env": "^7.13.15",
30-
"@babel/preset-react": "^7.13.13",
31-
"@babel/runtime": "^7.13.17"
27+
"@babel/plugin-transform-destructuring": "^7.14.7",
28+
"@babel/plugin-transform-runtime": "^7.14.5",
29+
"@babel/preset-env": "^7.14.8",
30+
"@babel/preset-react": "^7.14.5",
31+
"@babel/runtime": "^7.14.8"
3232
},
3333
"peerDependencies": {
3434
"@babel/core": ">=7.0.0"
@@ -54,7 +54,7 @@
5454
"access": "public"
5555
},
5656
"devDependencies": {
57-
"@babel/core": "7.13.16",
57+
"@babel/core": "7.14.8",
5858
"@wpackio/eslint-config": "^6.3.0",
5959
"dts-gen": "0.6.0"
6060
}

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"license": "MIT",
2020
"private": false,
2121
"dependencies": {
22-
"@types/shelljs": "0.8.8",
22+
"@types/shelljs": "0.8.9",
2323
"chalk": "4.1.1",
2424
"commander": "7.2.0",
2525
"shelljs": "0.8.4"
@@ -46,6 +46,6 @@
4646
},
4747
"devDependencies": {
4848
"@wpackio/eslint-config": "^6.3.0",
49-
"typescript": "4.2.4"
49+
"typescript": "4.3.5"
5050
}
5151
}

packages/entrypoint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"license": "MIT",
1818
"private": false,
1919
"dependencies": {
20-
"@types/webpack-env": "^1.15.2"
20+
"@types/webpack-env": "^1.16.2"
2121
},
2222
"devDependencies": {
2323
"@wpackio/eslint-config": "^6.3.0"

packages/eslint-config/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
"license": "MIT",
1616
"private": false,
1717
"dependencies": {
18-
"@typescript-eslint/eslint-plugin": "4.22.0",
19-
"@typescript-eslint/parser": "4.22.0",
18+
"@typescript-eslint/eslint-plugin": "4.28.5",
19+
"@typescript-eslint/parser": "4.28.5",
2020
"babel-eslint": "^10.1.0",
2121
"eslint-config-airbnb": "^18.2.1",
2222
"eslint-config-prettier": "^8.3.0",
2323
"eslint-import-resolver-typescript": "2.4.0",
2424
"eslint-plugin-babel": "^5.3.1",
25-
"eslint-plugin-import": "^2.22.1",
26-
"eslint-plugin-jest": "^24.3.6",
25+
"eslint-plugin-import": "^2.23.4",
26+
"eslint-plugin-jest": "^24.4.0",
2727
"eslint-plugin-jsx-a11y": "^6.4.1",
2828
"eslint-plugin-prettier": "^3.4.0",
29-
"eslint-plugin-react": "^7.23.2",
29+
"eslint-plugin-react": "^7.24.0",
3030
"eslint-plugin-react-hooks": "^4.2.0"
3131
},
3232
"engines": {
@@ -39,7 +39,7 @@
3939
"access": "public"
4040
},
4141
"devDependencies": {
42-
"eslint": "7.25.0",
43-
"prettier": "2.2.1"
42+
"eslint": "7.31.0",
43+
"prettier": "2.3.2"
4444
}
4545
}

packages/scripts/package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,28 @@
2020
"license": "MIT",
2121
"private": false,
2222
"dependencies": {
23-
"@babel/code-frame": "^7.12.13",
24-
"@babel/core": "^7.13.16",
25-
"@babel/preset-flow": "^7.13.13",
26-
"@babel/preset-typescript": "^7.13.0",
23+
"@babel/code-frame": "^7.14.5",
24+
"@babel/core": "^7.14.8",
25+
"@babel/preset-flow": "^7.14.5",
26+
"@babel/preset-typescript": "^7.14.5",
2727
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-beta.3",
28-
"@types/archiver": "^5.1.0",
29-
"@types/babel__code-frame": "^7.0.2",
30-
"@types/browser-sync": "^2.26.1",
31-
"@types/gradient-string": "^1.1.1",
32-
"@types/lockfile": "^1.0.1",
33-
"@types/prompts": "^2.0.10",
34-
"@types/update-notifier": "^5.0.0",
28+
"@types/archiver": "^5.1.1",
29+
"@types/babel__code-frame": "^7.0.3",
30+
"@types/browser-sync": "^2.26.2",
31+
"@types/gradient-string": "^1.1.2",
32+
"@types/lockfile": "^1.0.2",
33+
"@types/prompts": "^2.0.14",
34+
"@types/update-notifier": "^5.0.1",
3535
"@types/webpack": "^4.41.8",
3636
"@types/webpack-assets-manifest": "^3.0.1",
3737
"@types/webpack-dev-middleware": "^4.1.2",
38-
"@types/webpack-env": "^1.15.2",
39-
"@types/webpack-hot-middleware": "^2.25.3",
38+
"@types/webpack-env": "^1.16.2",
39+
"@types/webpack-hot-middleware": "^2.25.5",
4040
"@wpackio/babel-preset-base": "^6.3.0",
4141
"archiver": "^5.3.0",
42-
"autoprefixer": "^10.2.5",
42+
"autoprefixer": "^10.3.1",
4343
"babel-loader": "^8.2.2",
44-
"browser-sync": "^2.26.14",
44+
"browser-sync": "^2.27.5",
4545
"camelcase": "^6.0.0",
4646
"chalk": "^4.1.1",
4747
"clean-webpack-plugin": "^3.0.0",
@@ -51,7 +51,7 @@
5151
"del": "^6.0.0",
5252
"dev-ip": "^1.0.1",
5353
"dotenv": "^8.2.0",
54-
"execa": "^5.0.0",
54+
"execa": "^5.1.1",
5555
"figures": "^3.2.0",
5656
"file-loader": "^6.0.0",
5757
"find-up": "^5.0.0",
@@ -62,22 +62,22 @@
6262
"log-symbols": "^4.0.0",
6363
"make-dir": "^3.1.0",
6464
"mini-css-extract-plugin": "^1.5.0",
65-
"open": "^8.0.6",
66-
"ora": "^5.4.0",
65+
"open": "^8.2.1",
66+
"ora": "^5.4.1",
6767
"postcss-loader": "4.2.0",
68-
"pretty-error": "^3.0.3",
68+
"pretty-error": "^3.0.4",
6969
"prompts": "^2.4.1",
7070
"react-refresh": "^0.10.0",
7171
"sass-loader": "10.1.1",
72-
"slugify": "^1.4.5",
72+
"slugify": "^1.6.0",
7373
"time-fix-plugin": "^2.0.7",
7474
"uglifyjs-webpack-plugin": "^2.2.0",
7575
"update-notifier": "^5.1.0",
7676
"webpack": "^4.44.1",
7777
"webpack-assets-manifest": "4.0.6",
7878
"webpack-dev-middleware": "^4.1.0",
7979
"webpack-hot-middleware": "^2.25.0",
80-
"webpack-merge": "^5.1.1"
80+
"webpack-merge": "^5.8.0"
8181
},
8282
"engines": {
8383
"node": ">=8.9.0"
@@ -102,18 +102,18 @@
102102
"access": "public"
103103
},
104104
"devDependencies": {
105-
"@types/jest": "26.0.22",
105+
"@types/jest": "26.0.24",
106106
"@types/node": "14.14.41",
107107
"@wpackio/eslint-config": "^6.3.0",
108108
"cross-env": "7.0.3",
109109
"dts-gen": "0.6.0",
110-
"eslint": "7.25.0",
110+
"eslint": "7.31.0",
111111
"fork-ts-checker-webpack-plugin": "5.2.1",
112112
"lerna": "4.0.0",
113113
"less": "^4.1.1",
114114
"node-sass": "^5.0.0",
115-
"postcss": "^8.2.12",
116-
"prettier": "2.2.1",
117-
"typescript": "4.2.4"
115+
"postcss": "^8.3.6",
116+
"prettier": "2.3.2",
117+
"typescript": "4.3.5"
118118
}
119119
}

0 commit comments

Comments
 (0)