|
19 | 19 | },
|
20 | 20 | "private": true,
|
21 | 21 | "dependencies": {
|
22 |
| - "@fortawesome/fontawesome-svg-core": "^1.2.34", |
23 |
| - "@fortawesome/free-brands-svg-icons": "^5.15.2", |
24 |
| - "@fortawesome/free-solid-svg-icons": "^5.15.2", |
| 22 | + "@fortawesome/fontawesome-svg-core": "^1.2.35", |
| 23 | + "@fortawesome/free-brands-svg-icons": "^5.15.3", |
| 24 | + "@fortawesome/free-solid-svg-icons": "^5.15.3", |
25 | 25 | "@fortawesome/react-fontawesome": "^0.1.14",
|
26 | 26 | "axios": "^0.21.1",
|
27 | 27 | "base-x": "^3.0.8",
|
28 | 28 | "byte-buffer": "^2.0.0",
|
29 |
| - "classnames": "^2.2.6", |
30 |
| - "fflate": "^0.6.4", |
31 |
| - "i18next": "^19.9.0", |
32 |
| - "mobx": "^6.1.7", |
| 29 | + "classnames": "^2.3.1", |
| 30 | + "fflate": "^0.6.10", |
| 31 | + "mobx": "^6.3.0", |
33 | 32 | "mobx-react-lite": "^3.2.0",
|
34 | 33 | "normalize-scss": "^7.0.1",
|
35 |
| - "react": "^17.0.1", |
36 |
| - "react-dom": "^17.0.1", |
37 |
| - "react-i18next": "^11.8.8", |
| 34 | + "react": "^17.0.2", |
| 35 | + "react-dom": "^17.0.2", |
| 36 | + "react-i18next": "^11.8.15", |
38 | 37 | "react-responsive": "^8.2.0",
|
39 | 38 | "react-sortablejs": "^6.0.0",
|
40 | 39 | "router5": "^8.0.1",
|
|
43 | 42 | "throttle-debounce": "^3.0.1"
|
44 | 43 | },
|
45 | 44 | "devDependencies": {
|
46 |
| - "@babel/core": "^7.13.1", |
47 |
| - "@babel/eslint-parser": "^7.13.4", |
| 45 | + "@babel/core": "^7.14.0", |
| 46 | + "@babel/eslint-parser": "^7.13.14", |
48 | 47 | "@babel/plugin-proposal-class-properties": "^7.13.0",
|
49 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.13.0", |
50 |
| - "@babel/plugin-transform-runtime": "^7.13.7", |
51 |
| - "@babel/preset-env": "^7.13.5", |
52 |
| - "@babel/preset-react": "^7.12.13", |
| 48 | + "@babel/plugin-proposal-object-rest-spread": "^7.13.8", |
| 49 | + "@babel/plugin-transform-runtime": "^7.13.15", |
| 50 | + "@babel/preset-env": "^7.14.1", |
| 51 | + "@babel/preset-react": "^7.13.13", |
53 | 52 | "@babel/preset-typescript": "^7.13.0",
|
54 |
| - "@types/classnames": "^2.2.11", |
55 |
| - "@types/jest": "^26.0.20", |
56 |
| - "@types/react": "^17.0.2", |
57 |
| - "@types/react-dom": "^17.0.1", |
| 53 | + "@types/classnames": "^2.3.1", |
| 54 | + "@types/jest": "^26.0.23", |
| 55 | + "@types/react": "^17.0.5", |
| 56 | + "@types/react-dom": "^17.0.4", |
58 | 57 | "@types/react-responsive": "^8.0.2",
|
59 | 58 | "@types/throttle-debounce": "^2.1.0",
|
60 | 59 | "@types/webpack-env": "^1.16.0",
|
61 |
| - "@typescript-eslint/eslint-plugin": "^4.15.2", |
62 |
| - "@typescript-eslint/parser": "^4.15.2", |
| 60 | + "@typescript-eslint/eslint-plugin": "^4.23.0", |
| 61 | + "@typescript-eslint/parser": "^4.23.0", |
63 | 62 | "async-css-plugin": "^1.1.5",
|
64 |
| - "autoprefixer": "^10.2.4", |
| 63 | + "autoprefixer": "^10.2.5", |
65 | 64 | "babel-loader": "^8.2.2",
|
66 | 65 | "clean-webpack-plugin": "^3.0.0",
|
67 |
| - "copy-webpack-plugin": "^7.0.0", |
68 |
| - "core-js": "^3.9.0", |
69 |
| - "css-loader": "^5.1.0", |
70 |
| - "cssnano": "^4.1.10", |
71 |
| - "dotenv": "^8.2.0", |
72 |
| - "eslint": "^7.20.0", |
73 |
| - "eslint-config-prettier": "^8.1.0", |
| 66 | + "copy-webpack-plugin": "^8.1.1", |
| 67 | + "core-js": "^3.12.1", |
| 68 | + "css-loader": "^5.2.4", |
| 69 | + "cssnano": "^5.0.2", |
| 70 | + "dotenv": "^9.0.2", |
| 71 | + "eslint": "^7.26.0", |
| 72 | + "eslint-config-prettier": "^8.3.0", |
74 | 73 | "eslint-import-resolver-webpack": "^0.13.0",
|
75 | 74 | "eslint-plugin-import": "^2.22.1",
|
76 |
| - "eslint-plugin-jest": "^24.1.5", |
| 75 | + "eslint-plugin-jest": "^24.3.6", |
77 | 76 | "eslint-plugin-jsx-a11y": "^6.4.1",
|
78 |
| - "eslint-plugin-prettier": "^3.3.1", |
79 |
| - "eslint-plugin-react": "^7.22.0", |
80 |
| - "html-inline-css-webpack-plugin": "^1.10.1", |
81 |
| - "html-webpack-plugin": "^5.2.0", |
| 77 | + "eslint-plugin-prettier": "^3.4.0", |
| 78 | + "eslint-plugin-react": "^7.23.2", |
| 79 | + "html-inline-css-webpack-plugin": "^1.11.0", |
| 80 | + "html-webpack-plugin": "^5.3.1", |
82 | 81 | "html-webpack-skip-assets-plugin": "^1.0.1",
|
| 82 | + "i18next": "^20.2.2", |
83 | 83 | "image-webpack-loader": "^7.0.1",
|
84 | 84 | "jest": "^26.6.3",
|
85 |
| - "mini-css-extract-plugin": "^1.3.9", |
86 |
| - "node-sass": "^5.0.0", |
87 |
| - "postcss": "^8.2.6", |
88 |
| - "postcss-loader": "^5.0.0", |
89 |
| - "prettier": "^2.2.1", |
| 85 | + "mini-css-extract-plugin": "^1.6.0", |
| 86 | + "node-sass": "^6.0.0", |
| 87 | + "postcss": "^8.2.15", |
| 88 | + "postcss-loader": "^5.2.0", |
| 89 | + "prettier": "^2.3.0", |
90 | 90 | "regenerator-runtime": "^0.13.7",
|
91 |
| - "sass-loader": "^11.0.1", |
| 91 | + "sass-loader": "^11.1.0", |
92 | 92 | "terser-webpack-plugin": "^5.1.1",
|
93 |
| - "typescript": "^4.2.2", |
94 |
| - "webpack": "^5.24.2", |
95 |
| - "webpack-cli": "^4.5.0", |
| 93 | + "typescript": "^4.2.4", |
| 94 | + "webpack": "^5.37.0", |
| 95 | + "webpack-cli": "^4.7.0", |
96 | 96 | "webpack-dev-server": "^3.11.2"
|
97 | 97 | },
|
98 | 98 | "main": "src/index.jsx",
|
|
0 commit comments