Skip to content

Commit 28070d2

Browse files
committed
package.json updates
1 parent d1b1646 commit 28070d2

2 files changed

Lines changed: 41 additions & 39 deletions

File tree

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,7 @@
9797
}
9898
},
9999
"browserslist": {
100-
"production": [
101-
">0.2%",
102-
"not dead",
103-
"not op_mini all"
104-
],
100+
"production": [">0.2%", "not dead", "not op_mini all"],
105101
"development": [
106102
"last 1 chrome version",
107103
"last 1 firefox version",

packages/react-scripts/package.json

Lines changed: 40 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devloco/react-scripts-wptheme",
3-
"version": "3.2.0-wp.2",
3+
"version": "3.3.0-wp.1",
44
"description": "Configuration and scripts for Create React WP Theme.",
55
"repository": "devloco/create-react-wptheme",
66
"author": "devloco",
@@ -41,68 +41,74 @@
4141
},
4242
"types": "./lib/react-app.d.ts",
4343
"dependencies": {
44-
"@babel/core": "7.6.0",
45-
"@svgr/webpack": "4.3.2",
46-
"@typescript-eslint/eslint-plugin": "^2.2.0",
47-
"@typescript-eslint/parser": "^2.2.0",
44+
"@babel/core": "7.7.4",
45+
"@svgr/webpack": "4.3.3",
46+
"@typescript-eslint/eslint-plugin": "^2.8.0",
47+
"@typescript-eslint/parser": "^2.8.0",
4848
"babel-eslint": "10.0.3",
4949
"babel-jest": "^24.9.0",
5050
"babel-loader": "8.0.6",
51-
"babel-plugin-named-asset-import": "^0.3.4",
52-
"babel-preset-react-app": "^9.0.2",
53-
"camelcase": "^5.2.0",
51+
"babel-plugin-named-asset-import": "^0.3.5",
52+
"babel-preset-react-app": "^9.1.0",
53+
"camelcase": "^5.3.1",
5454
"case-sensitive-paths-webpack-plugin": "2.2.0",
55-
"css-loader": "2.1.1",
56-
"dotenv": "6.2.0",
55+
"css-loader": "3.2.0",
56+
"dotenv": "8.2.0",
5757
"dotenv-expand": "5.1.0",
58-
"eslint": "^6.1.0",
59-
"eslint-config-react-app": "^5.0.2",
58+
"eslint": "^6.6.0",
59+
"eslint-config-react-app": "^5.1.0",
6060
"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",
64-
"eslint-plugin-react": "7.14.3",
64+
"eslint-plugin-react": "7.16.0",
6565
"eslint-plugin-react-hooks": "^1.6.1",
66-
"file-loader": "3.0.1",
67-
"fs-extra": "7.0.1",
66+
"file-loader": "4.3.0",
67+
"fs-extra": "^8.1.0",
6868
"html-webpack-plugin": "4.0.0-beta.5",
6969
"identity-obj-proxy": "3.0.0",
70-
"is-wsl": "^1.1.0",
7170
"jest": "24.9.0",
7271
"jest-environment-jsdom-fourteen": "0.1.0",
7372
"jest-resolve": "24.9.0",
74-
"jest-watch-typeahead": "0.4.0",
73+
"jest-watch-typeahead": "0.4.2",
7574
"mini-css-extract-plugin": "0.8.0",
7675
"optimize-css-assets-webpack-plugin": "5.0.3",
7776
"pnp-webpack-plugin": "1.5.0",
7877
"postcss-flexbugs-fixes": "4.1.0",
7978
"postcss-loader": "3.0.0",
80-
"postcss-normalize": "7.0.1",
79+
"postcss-normalize": "8.0.1",
8180
"postcss-preset-env": "6.7.0",
8281
"postcss-safe-parser": "4.0.1",
83-
"react-app-polyfill": "^1.0.4",
84-
"react-dev-utils": "^9.1.0",
85-
"resolve": "1.12.0",
86-
"resolve-url-loader": "3.1.0",
87-
"sass-loader": "7.2.0",
82+
"react-app-polyfill": "^1.0.5",
83+
"react-dev-utils": "^10.0.0",
84+
"resolve": "1.12.2",
85+
"resolve-url-loader": "3.1.1",
86+
"sass-loader": "8.0.0",
8887
"semver": "6.3.0",
8988
"style-loader": "1.0.0",
90-
"terser-webpack-plugin": "1.4.1",
91-
"ts-pnp": "1.1.4",
92-
"url-loader": "2.1.0",
93-
"webpack": "4.41.0",
94-
"webpack-dev-server": "3.2.1",
95-
"webpack-manifest-plugin": "2.1.1",
89+
"terser-webpack-plugin": "2.2.1",
90+
"ts-pnp": "1.1.5",
91+
"url-loader": "2.3.0",
92+
"webpack": "4.41.2",
93+
"webpack-dev-server": "3.9.0",
94+
"webpack-manifest-plugin": "2.2.0",
9695
"workbox-webpack-plugin": "4.3.1",
97-
"@devloco/react-scripts-wptheme-utils": "^3.2.0-wp.2",
98-
"@devloco/react-scripts-wptheme-error-overlay": "^6.0.3-wp.1"
96+
"@devloco/create-react-wptheme-utils": "^3.3.0-wp.1"
9997
},
10098
"devDependencies": {
101-
"react": "^16.8.4",
102-
"react-dom": "^16.8.4"
99+
"react": "^16.11.0",
100+
"react-dom": "^16.11.0"
103101
},
104102
"optionalDependencies": {
105-
"fsevents": "2.0.7"
103+
"fsevents": "2.1.2"
104+
},
105+
"peerDependencies": {
106+
"typescript": "^3.2.1"
107+
},
108+
"peerDependenciesMeta": {
109+
"typescript": {
110+
"optional": true
111+
}
106112
},
107113
"browserslist": {
108114
"production": [

0 commit comments

Comments
 (0)