|
29 | 29 | "src",
|
30 | 30 | "dist"
|
31 | 31 | ],
|
32 |
| - "packageManager": "pnpm@8.15.0", |
| 32 | + "packageManager": "pnpm@9.4.0", |
33 | 33 | "scripts": {
|
34 | 34 | "compile": "rm -rf dist && pnpm run '/^compile:.*/'",
|
35 | 35 | "compile:esm": "tsc -p tsconfig.esm.json",
|
|
51 | 51 | "singleQuote": true
|
52 | 52 | },
|
53 | 53 | "devDependencies": {
|
| 54 | + "@eslint/js": "^9.19.0", |
54 | 55 | "@testing-library/jest-dom": "^6.6.3",
|
55 |
| - "@testing-library/react": "^16.0.1", |
56 |
| - "@testing-library/user-event": "^14.5.2", |
57 |
| - "@types/node": "^22.9.0", |
58 |
| - "@types/react": "^18.3.12", |
59 |
| - "@types/react-dom": "^18.3.1", |
60 |
| - "@typescript-eslint/eslint-plugin": "^8.15.0", |
61 |
| - "@typescript-eslint/parser": "^8.15.0", |
62 |
| - "eslint": "8.57.0", |
63 |
| - "eslint-config-prettier": "^9.1.0", |
64 |
| - "eslint-import-resolver-typescript": "^3.6.3", |
| 56 | + "@testing-library/react": "^16.2.0", |
| 57 | + "@testing-library/user-event": "^14.6.1", |
| 58 | + "@types/node": "^22.10.10", |
| 59 | + "@types/react": "^19.0.8", |
| 60 | + "@types/react-dom": "^19.0.3", |
| 61 | + "eslint": "9.19.0", |
| 62 | + "eslint-import-resolver-typescript": "^3.7.0", |
65 | 63 | "eslint-plugin-import": "^2.31.0",
|
66 | 64 | "eslint-plugin-jsx-a11y": "^6.10.2",
|
67 |
| - "eslint-plugin-react": "^7.37.2", |
68 |
| - "eslint-plugin-react-hooks": "^5.0.0", |
69 |
| - "happy-dom": "^15.11.6", |
70 |
| - "prettier": "^3.3.3", |
71 |
| - "react": "^18.3.1", |
72 |
| - "react-dom": "^18.3.1", |
| 65 | + "eslint-plugin-react": "^7.37.4", |
| 66 | + "eslint-plugin-react-compiler": "19.0.0-beta-decd7b8-20250118", |
| 67 | + "eslint-plugin-react-hooks": "5.2.0-canary-de1eaa26-20250124", |
| 68 | + "happy-dom": "^16.7.2", |
| 69 | + "prettier": "^3.4.2", |
| 70 | + "react": "^19.0.0", |
| 71 | + "react-dom": "^19.0.0", |
73 | 72 | "ts-expect": "^1.3.0",
|
74 |
| - "typescript": "^5.6.3", |
| 73 | + "typescript": "^5.7.3", |
| 74 | + "typescript-eslint": "^8.21.0", |
75 | 75 | "valtio": "^2.1.2",
|
76 |
| - "valtio-reactive": "link:.", |
77 |
| - "vite": "^5.4.11", |
78 |
| - "vitest": "^2.1.5" |
| 76 | + "valtio-reactive": "link:", |
| 77 | + "vite": "^6.0.11", |
| 78 | + "vite-tsconfig-paths": "^5.1.4", |
| 79 | + "vitest": "^3.0.4" |
79 | 80 | },
|
80 | 81 | "peerDependencies": {
|
81 | 82 | "valtio": ">=2.0.0"
|
|
0 commit comments