|
1 | 1 | { |
2 | 2 | "name": "@devloco/react-scripts-wptheme", |
3 | | - "version": "3.1.1-wptheme-3.1.3", |
| 3 | + "version": "3.1.2.0", |
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.5.5", |
| 44 | + "@babel/core": "7.6.0", |
45 | 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 | | - "babel-jest": "^24.8.0", |
| 46 | + "@typescript-eslint/eslint-plugin": "^2.2.0", |
| 47 | + "@typescript-eslint/parser": "^2.2.0", |
| 48 | + "babel-eslint": "10.0.3", |
| 49 | + "babel-jest": "^24.9.0", |
50 | 50 | "babel-loader": "8.0.6", |
51 | | - "babel-plugin-named-asset-import": "^0.3.3", |
52 | | - "babel-preset-react-app": "^9.0.1", |
| 51 | + "babel-plugin-named-asset-import": "^0.3.4", |
| 52 | + "babel-preset-react-app": "^9.0.2", |
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 | | - "dotenv-expand": "4.2.0", |
| 57 | + "dotenv-expand": "5.1.0", |
58 | 58 | "eslint": "^6.1.0", |
59 | | - "eslint-config-react-app": "^5.0.1", |
60 | | - "eslint-loader": "2.2.1", |
| 59 | + "eslint-config-react-app": "^5.0.2", |
| 60 | + "eslint-loader": "3.0.0", |
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", |
|
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.8.0", |
| 71 | + "jest": "24.9.0", |
72 | 72 | "jest-environment-jsdom-fourteen": "0.1.0", |
73 | | - "jest-resolve": "24.8.0", |
74 | | - "jest-watch-typeahead": "0.3.1", |
75 | | - "mini-css-extract-plugin": "0.5.0", |
| 73 | + "jest-resolve": "24.9.0", |
| 74 | + "jest-watch-typeahead": "0.4.0", |
| 75 | + "mini-css-extract-plugin": "0.8.0", |
76 | 76 | "optimize-css-assets-webpack-plugin": "5.0.3", |
77 | 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 | 81 | "postcss-preset-env": "6.7.0", |
82 | 82 | "postcss-safe-parser": "4.0.1", |
83 | | - "react-app-polyfill": "^1.0.2", |
84 | | - "react-dev-utils": "^9.0.3", |
| 83 | + "react-app-polyfill": "^1.0.3", |
| 84 | + "react-dev-utils": "^9.0.4", |
85 | 85 | "resolve": "1.12.0", |
86 | 86 | "resolve-url-loader": "3.1.0", |
87 | 87 | "sass-loader": "7.2.0", |
88 | 88 | "semver": "6.3.0", |
89 | 89 | "style-loader": "1.0.0", |
90 | 90 | "terser-webpack-plugin": "1.4.1", |
91 | | - "ts-pnp": "1.1.2", |
| 91 | + "ts-pnp": "1.1.4", |
92 | 92 | "url-loader": "2.1.0", |
93 | | - "webpack": "4.39.1", |
| 93 | + "webpack": "4.40.2", |
94 | 94 | "webpack-dev-server": "3.2.1", |
95 | 95 | "webpack-manifest-plugin": "2.0.4", |
96 | 96 | "workbox-webpack-plugin": "4.3.1", |
97 | | - "@devloco/react-scripts-wptheme-utils": "^3.1.1-wptheme-3.1.1", |
98 | | - "@devloco/react-scripts-wptheme-error-overlay": "^3.1.1-wptheme-3.1.1" |
| 97 | + "@devloco/react-scripts-wptheme-utils": "^3.1.2.0", |
| 98 | + "@devloco/react-scripts-wptheme-error-overlay": "^3.1.2.0" |
99 | 99 | }, |
100 | 100 | "devDependencies": { |
101 | 101 | "react": "^16.8.4", |
|
0 commit comments