|
25 | 25 | "prettier": "prettier --no-error-on-unmatched-pattern --write *.ts packages/**/{src,__tests__}/**/*.{ts,tsx}" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | | - "@babel/preset-env": "^7.23.7", |
29 | | - "@babel/preset-react": "^7.23.3", |
30 | | - "@babel/preset-typescript": "^7.23.3", |
31 | | - "@eslint/js": "^9.17.0", |
32 | | - "@knighted/duel": "^2.0.0", |
33 | | - "@testing-library/dom": "^10.3.0", |
34 | | - "@testing-library/jest-dom": "^6.4.5", |
35 | | - "@testing-library/react": "^16.1.0", |
36 | | - "@testing-library/user-event": "^14.5.2", |
37 | | - "@types/eslint__js": "^8.42.3", |
38 | | - "@types/jest": "^29.5.12", |
39 | | - "@types/react": "^19.0.1", |
40 | | - "@types/react-dom": "^19.0.2", |
41 | | - "babel-jest": "^30.0.0-alpha.7", |
42 | | - "eslint": "^9.16.0", |
| 28 | + "@babel/preset-env": "^7.28.0", |
| 29 | + "@babel/preset-react": "^7.27.1", |
| 30 | + "@babel/preset-typescript": "^7.27.1", |
| 31 | + "@eslint/js": "^9.32.0", |
| 32 | + "@knighted/duel": "^2.1.5", |
| 33 | + "@testing-library/jest-dom": "^6.6.4", |
| 34 | + "@testing-library/react": "^16.3.0", |
| 35 | + "@testing-library/user-event": "^14.6.1", |
| 36 | + "@types/jest": "^30.0.0", |
| 37 | + "@types/react": "^19.1.9", |
| 38 | + "@types/react-dom": "^19.1.7", |
| 39 | + "babel-jest": "^30.0.5", |
| 40 | + "eslint": "^9.32.0", |
43 | 41 | "eslint-plugin-jsx-a11y": "^6.10.2", |
44 | | - "eslint-plugin-react": "^7.37.2", |
45 | | - "eslint-plugin-react-hooks": "^5.1.0", |
46 | | - "globals": "^15.6.0", |
| 42 | + "eslint-plugin-react": "^7.37.5", |
| 43 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 44 | + "globals": "^16.3.0", |
47 | 45 | "http-server": "^14.1.1", |
48 | | - "jest": "^30.0.0-alpha.7", |
49 | | - "jest-environment-jsdom": "^30.0.0-alpha.7", |
| 46 | + "jest": "^30.0.5", |
| 47 | + "jest-environment-jsdom": "^30.0.5", |
50 | 48 | "prettier": "^3.2.5", |
51 | 49 | "ts-jest-resolver": "^2.0.1", |
52 | | - "typescript": "^5.7.2", |
53 | | - "typescript-eslint": "^8.18.0" |
| 50 | + "typescript": "^5.9.2", |
| 51 | + "typescript-eslint": "^8.39.0" |
54 | 52 | }, |
55 | 53 | "overrides": { |
56 | | - "react": "^19.0.0", |
57 | | - "react-dom": "^19.0.0", |
58 | | - "tough-cookie": "^5.0.0", |
59 | | - "whatwg-url": "^14.0.0", |
60 | | - "jsdom": "^26.0.0", |
61 | | - "rimraf": "^4.4.1", |
| 54 | + "react": "^19.1.1", |
| 55 | + "react-dom": "^19.1.1", |
62 | 56 | "test-exclude": { |
63 | 57 | "glob": "^9.3.5" |
64 | 58 | } |
|
0 commit comments