|
66 | 66 | "@electron/rebuild": "^3.3.0", |
67 | 67 | "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11", |
68 | 68 | "@teamsupercell/typings-for-css-modules-loader": "^2.5.2", |
69 | | - "@testing-library/jest-dom": "^6.1.3", |
70 | | - "@testing-library/react": "^14.0.0", |
71 | | - "@types/jest": "^29.5.5", |
72 | | - "@types/react-test-renderer": "^19.1.0", |
| 69 | + "@testing-library/jest-dom": "^6.6.3", |
| 70 | + "@testing-library/react": "^16.3.2", |
| 71 | + "@types/jest": "^29.5.14", |
73 | 72 | "@types/terser-webpack-plugin": "^5.0.4", |
74 | 73 | "@types/webpack-bundle-analyzer": "^4.6.0", |
75 | 74 | "@typescript-eslint/eslint-plugin": "^8.48.1", |
|
89 | 88 | "eslint-import-resolver-typescript": "^3.6.0", |
90 | 89 | "eslint-import-resolver-webpack": "^0.13.7", |
91 | 90 | "eslint-plugin-compat": "^4.2.0", |
92 | | - "eslint-plugin-import": "^2.28.1", |
93 | | - "eslint-plugin-jest": "^27.4.0", |
94 | | - "eslint-plugin-jsx-a11y": "^6.7.1", |
95 | | - "eslint-plugin-promise": "^6.1.1", |
96 | | - "eslint-plugin-react": "^7.33.2", |
| 91 | + "eslint-plugin-import": "^2.31.0", |
| 92 | + "eslint-plugin-jest": "^28.11.0", |
| 93 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 94 | + "eslint-plugin-promise": "^7.2.1", |
| 95 | + "eslint-plugin-react": "^7.37.5", |
97 | 96 | "eslint-plugin-react-hooks": "^6.1.1", |
98 | 97 | "file-loader": "^6.2.0", |
99 | 98 | "html-webpack-plugin": "^5.5.3", |
|
103 | 102 | "mini-css-extract-plugin": "^2.7.6", |
104 | 103 | "prettier": "^3.0.3", |
105 | 104 | "react-refresh": "^0.14.0", |
106 | | - "react-test-renderer": "^19.2.3", |
107 | 105 | "rimraf": "^5.0.1", |
108 | 106 | "sass": "^1.67.0", |
109 | 107 | "sass-loader": "^13.3.2", |
|
190 | 188 | }, |
191 | 189 | "asar": true, |
192 | 190 | "npmRebuild": true, |
193 | | - "asarUnpack": "**\\*.{node,dll}", |
| 191 | + "asarUnpack": "**/*.{node,dll}", |
194 | 192 | "files": [ |
195 | 193 | "dist", |
196 | 194 | "node_modules", |
|
0 commit comments