|
1 | 1 | { |
2 | 2 | "name": "@devloco/react-scripts-wptheme", |
3 | | - "version": "3.2.0-wp.2", |
| 3 | + "version": "3.3.0-wp.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.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", |
48 | 48 | "babel-eslint": "10.0.3", |
49 | 49 | "babel-jest": "^24.9.0", |
50 | 50 | "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", |
54 | 54 | "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", |
57 | 57 | "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", |
60 | 60 | "eslint-loader": "3.0.2", |
61 | 61 | "eslint-plugin-flowtype": "3.13.0", |
62 | 62 | "eslint-plugin-import": "2.18.2", |
63 | 63 | "eslint-plugin-jsx-a11y": "6.2.3", |
64 | | - "eslint-plugin-react": "7.14.3", |
| 64 | + "eslint-plugin-react": "7.16.0", |
65 | 65 | "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", |
68 | 68 | "html-webpack-plugin": "4.0.0-beta.5", |
69 | 69 | "identity-obj-proxy": "3.0.0", |
70 | | - "is-wsl": "^1.1.0", |
71 | 70 | "jest": "24.9.0", |
72 | 71 | "jest-environment-jsdom-fourteen": "0.1.0", |
73 | 72 | "jest-resolve": "24.9.0", |
74 | | - "jest-watch-typeahead": "0.4.0", |
| 73 | + "jest-watch-typeahead": "0.4.2", |
75 | 74 | "mini-css-extract-plugin": "0.8.0", |
76 | 75 | "optimize-css-assets-webpack-plugin": "5.0.3", |
77 | 76 | "pnp-webpack-plugin": "1.5.0", |
78 | 77 | "postcss-flexbugs-fixes": "4.1.0", |
79 | 78 | "postcss-loader": "3.0.0", |
80 | | - "postcss-normalize": "7.0.1", |
| 79 | + "postcss-normalize": "8.0.1", |
81 | 80 | "postcss-preset-env": "6.7.0", |
82 | 81 | "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", |
88 | 87 | "semver": "6.3.0", |
89 | 88 | "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", |
96 | 95 | "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" |
99 | 97 | }, |
100 | 98 | "devDependencies": { |
101 | | - "react": "^16.8.4", |
102 | | - "react-dom": "^16.8.4" |
| 99 | + "react": "^16.11.0", |
| 100 | + "react-dom": "^16.11.0" |
103 | 101 | }, |
104 | 102 | "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 | + } |
106 | 112 | }, |
107 | 113 | "browserslist": { |
108 | 114 | "production": [ |
|
0 commit comments