Skip to content

Commit ad73dcd

Browse files
committed
Update package.json for 3.1.1
1 parent 9dfaa3b commit ad73dcd

File tree

1 file changed

+35
-34
lines changed

1 file changed

+35
-34
lines changed

packages/react-scripts/package.json

Lines changed: 35 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.0.1-wptheme-3.0.5",
3+
"version": "3.1.1-wptheme-3.1.1",
44
"description": "Configuration and scripts for Create React WP Theme.",
55
"repository": "devloco/create-react-wptheme",
66
"author": "devloco",
@@ -41,58 +41,59 @@
4141
},
4242
"types": "./lib/react-app.d.ts",
4343
"dependencies": {
44-
"@babel/core": "7.4.3",
45-
"@svgr/webpack": "4.1.0",
46-
"@typescript-eslint/eslint-plugin": "1.6.0",
47-
"@typescript-eslint/parser": "1.6.0",
48-
"babel-eslint": "10.0.1",
44+
"@babel/core": "7.5.5",
45+
"@svgr/webpack": "4.3.2",
46+
"@typescript-eslint/eslint-plugin": "1.13.0",
47+
"@typescript-eslint/parser": "1.13.0",
48+
"babel-eslint": "10.0.2",
4949
"babel-jest": "^24.8.0",
50-
"babel-loader": "8.0.5",
51-
"babel-plugin-named-asset-import": "^0.3.2",
52-
"babel-preset-react-app": "^9.0.0",
50+
"babel-loader": "8.0.6",
51+
"babel-plugin-named-asset-import": "^0.3.3",
52+
"babel-preset-react-app": "^9.0.1",
5353
"camelcase": "^5.2.0",
5454
"case-sensitive-paths-webpack-plugin": "2.2.0",
5555
"css-loader": "2.1.1",
5656
"dotenv": "6.2.0",
5757
"dotenv-expand": "4.2.0",
58-
"eslint": "^5.16.0",
59-
"eslint-config-react-app": "^4.0.1",
60-
"eslint-loader": "2.1.2",
61-
"eslint-plugin-flowtype": "2.50.1",
62-
"eslint-plugin-import": "2.16.0",
63-
"eslint-plugin-jsx-a11y": "6.2.1",
64-
"eslint-plugin-react": "7.12.4",
65-
"eslint-plugin-react-hooks": "^1.5.0",
58+
"eslint": "^6.1.0",
59+
"eslint-config-react-app": "^5.0.1",
60+
"eslint-loader": "2.2.1",
61+
"eslint-plugin-flowtype": "3.13.0",
62+
"eslint-plugin-import": "2.18.2",
63+
"eslint-plugin-jsx-a11y": "6.2.3",
64+
"eslint-plugin-react": "7.14.3",
65+
"eslint-plugin-react-hooks": "^1.6.1",
6666
"file-loader": "3.0.1",
6767
"fs-extra": "7.0.1",
6868
"html-webpack-plugin": "4.0.0-beta.5",
6969
"identity-obj-proxy": "3.0.0",
7070
"is-wsl": "^1.1.0",
71-
"jest": "24.7.1",
71+
"jest": "24.8.0",
7272
"jest-environment-jsdom-fourteen": "0.1.0",
73-
"jest-resolve": "24.7.1",
74-
"jest-watch-typeahead": "0.3.0",
73+
"jest-resolve": "24.8.0",
74+
"jest-watch-typeahead": "0.3.1",
7575
"mini-css-extract-plugin": "0.5.0",
76-
"optimize-css-assets-webpack-plugin": "5.0.1",
77-
"pnp-webpack-plugin": "1.2.1",
76+
"optimize-css-assets-webpack-plugin": "5.0.3",
77+
"pnp-webpack-plugin": "1.5.0",
7878
"postcss-flexbugs-fixes": "4.1.0",
7979
"postcss-loader": "3.0.0",
8080
"postcss-normalize": "7.0.1",
81-
"postcss-preset-env": "6.6.0",
81+
"postcss-preset-env": "6.7.0",
8282
"postcss-safe-parser": "4.0.1",
83-
"react-app-polyfill": "^1.0.1",
84-
"react-dev-utils": "^9.0.1",
85-
"resolve": "1.10.0",
86-
"sass-loader": "7.1.0",
87-
"semver": "6.0.0",
88-
"style-loader": "0.23.1",
89-
"terser-webpack-plugin": "1.2.3",
83+
"react-app-polyfill": "^1.0.2",
84+
"react-dev-utils": "^9.0.3",
85+
"resolve": "1.12.0",
86+
"resolve-url-loader": "3.1.0",
87+
"sass-loader": "7.2.0",
88+
"semver": "6.3.0",
89+
"style-loader": "1.0.0",
90+
"terser-webpack-plugin": "1.4.1",
9091
"ts-pnp": "1.1.2",
91-
"url-loader": "1.1.2",
92-
"webpack": "4.29.6",
92+
"url-loader": "2.1.0",
93+
"webpack": "4.39.1",
9394
"webpack-dev-server": "3.2.1",
9495
"webpack-manifest-plugin": "2.0.4",
95-
"workbox-webpack-plugin": "4.2.0",
96+
"workbox-webpack-plugin": "4.3.1",
9697
"@devloco/react-scripts-wptheme-utils": "^1.4.9",
9798
"@devloco/react-scripts-wptheme-error-overlay": "^1.4.4"
9899
},
@@ -101,7 +102,7 @@
101102
"react-dom": "^16.8.4"
102103
},
103104
"optionalDependencies": {
104-
"fsevents": "2.0.6"
105+
"fsevents": "2.0.7"
105106
},
106107
"browserslist": {
107108
"production": [

0 commit comments

Comments
 (0)