|
58 | 58 | "devDependencies": {
|
59 | 59 | "@babel/core": "^7.26.0",
|
60 | 60 | "@babel/preset-react": "^7.26.3",
|
61 |
| - "@testing-library/react": "^14.3.1", |
| 61 | + "@eslint/eslintrc": "^3.2.0", |
| 62 | + "@eslint/js": "^9.17.0", |
| 63 | + "@testing-library/react": "^16.1.0", |
62 | 64 | "@types/canvas-confetti": "^1.9.0",
|
| 65 | + "@types/eslint__eslintrc": "^2.1.2", |
63 | 66 | "@types/events": "^3.0.3",
|
64 | 67 | "@types/file-saver": "^2.0.7",
|
65 | 68 | "@types/jest": "^29.5.14",
|
|
70 | 73 | "@types/react-redux": "^7.1.34",
|
71 | 74 | "@types/toposort": "^2.0.7",
|
72 | 75 | "@types/webpack-bundle-analyzer": "^4.7.0",
|
73 |
| - "@typescript-eslint/eslint-plugin": "^5.62.0", |
74 |
| - "@typescript-eslint/parser": "^5.62.0", |
| 76 | + "@typescript-eslint/eslint-plugin": "^8.18.2", |
| 77 | + "@typescript-eslint/parser": "^8.18.2", |
75 | 78 | "@yarnpkg/sdks": "^3.2.0",
|
76 | 79 | "ajv-json-loader": "^0.2.0",
|
77 | 80 | "babel-jest": "^29.7.0",
|
78 | 81 | "babel-preset-gatsby": "^3.14.0",
|
79 |
| - "eslint": "^8.57.1", |
| 82 | + "eslint": "^9.17.0", |
80 | 83 | "eslint-plugin-react": "^7.37.3",
|
81 | 84 | "gatsby-cli": "5.14.0",
|
| 85 | + "globals": "^15.14.0", |
82 | 86 | "identity-obj-proxy": "^3.0.0",
|
83 | 87 | "jest": "^29.7.0",
|
84 | 88 | "jest-environment-jsdom": "^29.7.0",
|
85 | 89 | "jsdom": "^22.1.0",
|
86 |
| - "prettier": "^2.8.8", |
87 |
| - "rimraf": "^5.0.10", |
| 90 | + "prettier": "^3.4.2", |
| 91 | + "rimraf": "^6.0.1", |
88 | 92 | "ts-jest": "^29.2.5",
|
89 |
| - "typescript": "~5.1.6", |
| 93 | + "typescript": "~5.7.2", |
90 | 94 | "webpack-bundle-analyzer": "^4.10.2"
|
91 | 95 | },
|
92 | 96 | "packageManager": "[email protected]"
|
|
0 commit comments