Skip to content

Commit 6ab18dc

Browse files
committed
3.2.0 package.json
1 parent 5d12915 commit 6ab18dc

2 files changed

Lines changed: 13 additions & 17 deletions

File tree

packages/react-scripts/cra-original-package.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "3.1.2",
3+
"version": "3.2.0",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": {
66
"type": "git",
@@ -44,7 +44,7 @@
4444
"dotenv-expand": "5.1.0",
4545
"eslint": "^6.1.0",
4646
"eslint-config-react-app": "^5.0.2",
47-
"eslint-loader": "3.0.0",
47+
"eslint-loader": "3.0.2",
4848
"eslint-plugin-flowtype": "3.13.0",
4949
"eslint-plugin-import": "2.18.2",
5050
"eslint-plugin-jsx-a11y": "6.2.3",
@@ -67,8 +67,8 @@
6767
"postcss-normalize": "7.0.1",
6868
"postcss-preset-env": "6.7.0",
6969
"postcss-safe-parser": "4.0.1",
70-
"react-app-polyfill": "^1.0.3",
71-
"react-dev-utils": "^9.0.4",
70+
"react-app-polyfill": "^1.0.4",
71+
"react-dev-utils": "^9.1.0",
7272
"resolve": "1.12.0",
7373
"resolve-url-loader": "3.1.0",
7474
"sass-loader": "7.2.0",
@@ -77,9 +77,9 @@
7777
"terser-webpack-plugin": "1.4.1",
7878
"ts-pnp": "1.1.4",
7979
"url-loader": "2.1.0",
80-
"webpack": "4.40.2",
80+
"webpack": "4.41.0",
8181
"webpack-dev-server": "3.2.1",
82-
"webpack-manifest-plugin": "2.0.4",
82+
"webpack-manifest-plugin": "2.1.1",
8383
"workbox-webpack-plugin": "4.3.1"
8484
},
8585
"devDependencies": {
@@ -90,11 +90,7 @@
9090
"fsevents": "2.0.7"
9191
},
9292
"browserslist": {
93-
"production": [
94-
">0.2%",
95-
"not dead",
96-
"not op_mini all"
97-
],
93+
"production": [">0.2%", "not dead", "not op_mini all"],
9894
"development": [
9995
"last 1 chrome version",
10096
"last 1 firefox version",

packages/react-scripts/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devloco/react-scripts-wptheme",
3-
"version": "3.1.201",
3+
"version": "3.2.001",
44
"description": "Configuration and scripts for Create React WP Theme.",
55
"repository": "devloco/create-react-wptheme",
66
"author": "devloco",
@@ -57,7 +57,7 @@
5757
"dotenv-expand": "5.1.0",
5858
"eslint": "^6.1.0",
5959
"eslint-config-react-app": "^5.0.2",
60-
"eslint-loader": "3.0.0",
60+
"eslint-loader": "3.0.2",
6161
"eslint-plugin-flowtype": "3.13.0",
6262
"eslint-plugin-import": "2.18.2",
6363
"eslint-plugin-jsx-a11y": "6.2.3",
@@ -80,8 +80,8 @@
8080
"postcss-normalize": "7.0.1",
8181
"postcss-preset-env": "6.7.0",
8282
"postcss-safe-parser": "4.0.1",
83-
"react-app-polyfill": "^1.0.3",
84-
"react-dev-utils": "^9.0.4",
83+
"react-app-polyfill": "^1.0.4",
84+
"react-dev-utils": "^9.1.0",
8585
"resolve": "1.12.0",
8686
"resolve-url-loader": "3.1.0",
8787
"sass-loader": "7.2.0",
@@ -90,9 +90,9 @@
9090
"terser-webpack-plugin": "1.4.1",
9191
"ts-pnp": "1.1.4",
9292
"url-loader": "2.1.0",
93-
"webpack": "4.40.2",
93+
"webpack": "4.41.0",
9494
"webpack-dev-server": "3.2.1",
95-
"webpack-manifest-plugin": "2.0.4",
95+
"webpack-manifest-plugin": "2.1.1",
9696
"workbox-webpack-plugin": "4.3.1",
9797
"@devloco/react-scripts-wptheme-utils": "^3.1.202",
9898
"@devloco/react-scripts-wptheme-error-overlay": "^3.1.200"

0 commit comments

Comments
 (0)