|
1 | 1 | { |
2 | 2 | "name": "react-scripts", |
3 | | - "version": "3.1.1", |
| 3 | + "version": "3.1.2", |
4 | 4 | "description": "Configuration and scripts for Create React App.", |
5 | 5 | "repository": { |
6 | 6 | "type": "git", |
|
28 | 28 | }, |
29 | 29 | "types": "./lib/react-app.d.ts", |
30 | 30 | "dependencies": { |
31 | | - "@babel/core": "7.5.5", |
| 31 | + "@babel/core": "7.6.0", |
32 | 32 | "@svgr/webpack": "4.3.2", |
33 | | - "@typescript-eslint/eslint-plugin": "1.13.0", |
34 | | - "@typescript-eslint/parser": "1.13.0", |
35 | | - "babel-eslint": "10.0.2", |
36 | | - "babel-jest": "^24.8.0", |
| 33 | + "@typescript-eslint/eslint-plugin": "^2.2.0", |
| 34 | + "@typescript-eslint/parser": "^2.2.0", |
| 35 | + "babel-eslint": "10.0.3", |
| 36 | + "babel-jest": "^24.9.0", |
37 | 37 | "babel-loader": "8.0.6", |
38 | | - "babel-plugin-named-asset-import": "^0.3.3", |
39 | | - "babel-preset-react-app": "^9.0.1", |
| 38 | + "babel-plugin-named-asset-import": "^0.3.4", |
| 39 | + "babel-preset-react-app": "^9.0.2", |
40 | 40 | "camelcase": "^5.2.0", |
41 | 41 | "case-sensitive-paths-webpack-plugin": "2.2.0", |
42 | 42 | "css-loader": "2.1.1", |
43 | 43 | "dotenv": "6.2.0", |
44 | | - "dotenv-expand": "4.2.0", |
| 44 | + "dotenv-expand": "5.1.0", |
45 | 45 | "eslint": "^6.1.0", |
46 | | - "eslint-config-react-app": "^5.0.1", |
47 | | - "eslint-loader": "2.2.1", |
| 46 | + "eslint-config-react-app": "^5.0.2", |
| 47 | + "eslint-loader": "3.0.0", |
48 | 48 | "eslint-plugin-flowtype": "3.13.0", |
49 | 49 | "eslint-plugin-import": "2.18.2", |
50 | 50 | "eslint-plugin-jsx-a11y": "6.2.3", |
|
55 | 55 | "html-webpack-plugin": "4.0.0-beta.5", |
56 | 56 | "identity-obj-proxy": "3.0.0", |
57 | 57 | "is-wsl": "^1.1.0", |
58 | | - "jest": "24.8.0", |
| 58 | + "jest": "24.9.0", |
59 | 59 | "jest-environment-jsdom-fourteen": "0.1.0", |
60 | | - "jest-resolve": "24.8.0", |
61 | | - "jest-watch-typeahead": "0.3.1", |
62 | | - "mini-css-extract-plugin": "0.5.0", |
| 60 | + "jest-resolve": "24.9.0", |
| 61 | + "jest-watch-typeahead": "0.4.0", |
| 62 | + "mini-css-extract-plugin": "0.8.0", |
63 | 63 | "optimize-css-assets-webpack-plugin": "5.0.3", |
64 | 64 | "pnp-webpack-plugin": "1.5.0", |
65 | 65 | "postcss-flexbugs-fixes": "4.1.0", |
66 | 66 | "postcss-loader": "3.0.0", |
67 | 67 | "postcss-normalize": "7.0.1", |
68 | 68 | "postcss-preset-env": "6.7.0", |
69 | 69 | "postcss-safe-parser": "4.0.1", |
70 | | - "react-app-polyfill": "^1.0.2", |
71 | | - "react-dev-utils": "^9.0.3", |
| 70 | + "react-app-polyfill": "^1.0.3", |
| 71 | + "react-dev-utils": "^9.0.4", |
72 | 72 | "resolve": "1.12.0", |
73 | 73 | "resolve-url-loader": "3.1.0", |
74 | 74 | "sass-loader": "7.2.0", |
75 | 75 | "semver": "6.3.0", |
76 | 76 | "style-loader": "1.0.0", |
77 | 77 | "terser-webpack-plugin": "1.4.1", |
78 | | - "ts-pnp": "1.1.2", |
| 78 | + "ts-pnp": "1.1.4", |
79 | 79 | "url-loader": "2.1.0", |
80 | | - "webpack": "4.39.1", |
| 80 | + "webpack": "4.40.2", |
81 | 81 | "webpack-dev-server": "3.2.1", |
82 | 82 | "webpack-manifest-plugin": "2.0.4", |
83 | 83 | "workbox-webpack-plugin": "4.3.1" |
|
90 | 90 | "fsevents": "2.0.7" |
91 | 91 | }, |
92 | 92 | "browserslist": { |
93 | | - "production": [">0.2%", "not dead", "not op_mini all"], |
| 93 | + "production": [ |
| 94 | + ">0.2%", |
| 95 | + "not dead", |
| 96 | + "not op_mini all" |
| 97 | + ], |
94 | 98 | "development": [ |
95 | 99 | "last 1 chrome version", |
96 | 100 | "last 1 firefox version", |
|
0 commit comments