|
1 | 1 | { |
2 | 2 | "name": "@devloco/react-scripts-wptheme", |
3 | | - "version": "3.0.1-wptheme-3.0.5", |
| 3 | + "version": "3.1.1-wptheme-3.1.1", |
4 | 4 | "description": "Configuration and scripts for Create React WP Theme.", |
5 | 5 | "repository": "devloco/create-react-wptheme", |
6 | 6 | "author": "devloco", |
|
41 | 41 | }, |
42 | 42 | "types": "./lib/react-app.d.ts", |
43 | 43 | "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", |
49 | 49 | "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", |
53 | 53 | "camelcase": "^5.2.0", |
54 | 54 | "case-sensitive-paths-webpack-plugin": "2.2.0", |
55 | 55 | "css-loader": "2.1.1", |
56 | 56 | "dotenv": "6.2.0", |
57 | 57 | "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", |
66 | 66 | "file-loader": "3.0.1", |
67 | 67 | "fs-extra": "7.0.1", |
68 | 68 | "html-webpack-plugin": "4.0.0-beta.5", |
69 | 69 | "identity-obj-proxy": "3.0.0", |
70 | 70 | "is-wsl": "^1.1.0", |
71 | | - "jest": "24.7.1", |
| 71 | + "jest": "24.8.0", |
72 | 72 | "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", |
75 | 75 | "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", |
78 | 78 | "postcss-flexbugs-fixes": "4.1.0", |
79 | 79 | "postcss-loader": "3.0.0", |
80 | 80 | "postcss-normalize": "7.0.1", |
81 | | - "postcss-preset-env": "6.6.0", |
| 81 | + "postcss-preset-env": "6.7.0", |
82 | 82 | "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", |
90 | 91 | "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", |
93 | 94 | "webpack-dev-server": "3.2.1", |
94 | 95 | "webpack-manifest-plugin": "2.0.4", |
95 | | - "workbox-webpack-plugin": "4.2.0", |
| 96 | + "workbox-webpack-plugin": "4.3.1", |
96 | 97 | "@devloco/react-scripts-wptheme-utils": "^1.4.9", |
97 | 98 | "@devloco/react-scripts-wptheme-error-overlay": "^1.4.4" |
98 | 99 | }, |
|
101 | 102 | "react-dom": "^16.8.4" |
102 | 103 | }, |
103 | 104 | "optionalDependencies": { |
104 | | - "fsevents": "2.0.6" |
| 105 | + "fsevents": "2.0.7" |
105 | 106 | }, |
106 | 107 | "browserslist": { |
107 | 108 | "production": [ |
|
0 commit comments