|
12 | 12 | "yarn": ">=1 <4" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "@babel/core": "^7.14.3", |
16 | | - "@babel/plugin-proposal-class-properties": "^7.13.0", |
17 | | - "@babel/plugin-proposal-object-rest-spread": "^7.14.2", |
| 15 | + "@babel/core": "^7.15.0", |
| 16 | + "@babel/plugin-proposal-class-properties": "^7.14.5", |
| 17 | + "@babel/plugin-proposal-object-rest-spread": "^7.14.7", |
18 | 18 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
19 | | - "@babel/plugin-transform-destructuring": "^7.13.17", |
20 | | - "@babel/plugin-transform-regenerator": "^7.13.15", |
21 | | - "@babel/plugin-transform-runtime": "^7.14.3", |
22 | | - "@babel/preset-env": "^7.14.2", |
23 | | - "@babel/runtime": "^7.14.0", |
| 19 | + "@babel/plugin-transform-destructuring": "^7.14.7", |
| 20 | + "@babel/plugin-transform-regenerator": "^7.14.5", |
| 21 | + "@babel/plugin-transform-runtime": "^7.15.0", |
| 22 | + "@babel/preset-env": "^7.15.0", |
| 23 | + "@babel/runtime": "^7.15.3", |
24 | 24 | "babel-loader": "^8.2.2", |
25 | 25 | "babel-plugin-dynamic-import-node": "^2.3.3", |
26 | 26 | "babel-plugin-macros": "^2.8.0", |
27 | 27 | "case-sensitive-paths-webpack-plugin": "^2.4.0", |
28 | 28 | "compression-webpack-plugin": "^4.0.1", |
29 | | - "core-js": "^3.12.1", |
| 29 | + "core-js": "^3.16.2", |
30 | 30 | "css-loader": "^3.6.0", |
31 | 31 | "file-loader": "^6.2.0", |
32 | | - "flatted": "^3.1.1", |
| 32 | + "flatted": "^3.2.2", |
33 | 33 | "glob": "^7.1.7", |
34 | 34 | "js-yaml": "^3.14.1", |
35 | 35 | "mini-css-extract-plugin": "^0.9.0", |
36 | 36 | "optimize-css-assets-webpack-plugin": "^5.0.8", |
37 | 37 | "path-complete-extname": "^1.0.0", |
38 | | - "pnp-webpack-plugin": "^1.6.4", |
| 38 | + "pnp-webpack-plugin": "^1.7.0", |
39 | 39 | "postcss-flexbugs-fixes": "^4.2.1", |
40 | 40 | "postcss-import": "^12.0.1", |
41 | 41 | "postcss-loader": "^3.0.0", |
42 | 42 | "postcss-preset-env": "^6.7.0", |
43 | 43 | "postcss-safe-parser": "^4.0.2", |
44 | | - "regenerator-runtime": "^0.13.7", |
45 | | - "sass": "^1.32.13", |
| 44 | + "regenerator-runtime": "^0.13.9", |
| 45 | + "sass": "^1.38.0", |
46 | 46 | "sass-loader": "10.1.1", |
47 | 47 | "style-loader": "^1.3.0", |
48 | 48 | "terser-webpack-plugin": "^4.2.3", |
|
52 | 52 | "webpack-sources": "^1.4.3" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "eslint": "^7.26.0", |
| 55 | + "eslint": "^7.32.0", |
56 | 56 | "eslint-config-airbnb": "^18.2.1", |
57 | | - "eslint-plugin-import": "^2.23.2", |
| 57 | + "eslint-plugin-import": "^2.24.0", |
58 | 58 | "eslint-plugin-jsx-a11y": "^6.4.1", |
59 | | - "eslint-plugin-react": "^7.23.2", |
60 | | - "jest": "^26.6.3" |
| 59 | + "eslint-plugin-react": "^7.24.0", |
| 60 | + "jest": "^27.0.6" |
61 | 61 | }, |
62 | 62 | "jest": { |
63 | 63 | "testRegex": "(/__tests__/.*|(\\.|/))\\.jsx?$", |
|
0 commit comments