|
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", |
|
53 | 53 | "singleQuote": true |
54 | 54 | }, |
55 | 55 | "devDependencies": { |
56 | | - "@testing-library/jest-dom": "^6.4.5", |
57 | | - "@testing-library/react": "^15.0.7", |
58 | | - "@testing-library/user-event": "^14.5.2", |
59 | | - "@types/node": "^20.12.12", |
60 | | - "@types/react": "^18.3.3", |
61 | | - "@types/react-dom": "^18.3.0", |
62 | | - "@typescript-eslint/eslint-plugin": "^7.11.0", |
63 | | - "@typescript-eslint/parser": "^7.11.0", |
64 | | - "derive-valtio": "link:.", |
65 | | - "eslint": "^8.57.0", |
66 | | - "eslint-config-prettier": "^9.1.0", |
67 | | - "eslint-import-resolver-typescript": "^3.6.1", |
68 | | - "eslint-plugin-import": "^2.29.1", |
69 | | - "eslint-plugin-jsx-a11y": "^6.8.0", |
70 | | - "eslint-plugin-react": "^7.34.2", |
71 | | - "eslint-plugin-react-hooks": "^4.6.2", |
72 | | - "happy-dom": "^14.11.4", |
73 | | - "prettier": "^3.2.5", |
74 | | - "react": "^19.0.0-rc-6f23540c7d-20240528", |
75 | | - "react-dom": "^19.0.0-rc-6f23540c7d-20240528", |
| 56 | + "@eslint/js": "^9.19.0", |
| 57 | + "@testing-library/jest-dom": "^6.6.3", |
| 58 | + "@testing-library/react": "^16.2.0", |
| 59 | + "@testing-library/user-event": "^14.6.1", |
| 60 | + "@types/node": "^22.10.10", |
| 61 | + "@types/react": "^19.0.8", |
| 62 | + "@types/react-dom": "^19.0.3", |
| 63 | + "derive-valtio": "link:", |
| 64 | + "eslint": "^9.19.0", |
| 65 | + "eslint-import-resolver-typescript": "^3.7.0", |
| 66 | + "eslint-plugin-import": "^2.31.0", |
| 67 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 68 | + "eslint-plugin-react": "^7.37.4", |
| 69 | + "eslint-plugin-react-compiler": "19.0.0-beta-decd7b8-20250118", |
| 70 | + "eslint-plugin-react-hooks": "5.2.0-canary-de1eaa26-20250124", |
| 71 | + "happy-dom": "^16.7.2", |
| 72 | + "prettier": "^3.4.2", |
| 73 | + "react": "^19.0.0", |
| 74 | + "react-dom": "^19.0.0", |
76 | 75 | "ts-expect": "^1.3.0", |
77 | | - "typescript": "^5.4.5", |
78 | | - "valtio": "^2.0.0-rc.0", |
79 | | - "vite": "^5.2.12", |
80 | | - "vitest": "^1.6.0" |
| 76 | + "typescript": "^5.7.3", |
| 77 | + "typescript-eslint": "^8.21.0", |
| 78 | + "valtio": "^2.1.2", |
| 79 | + "vite": "^6.0.11", |
| 80 | + "vite-tsconfig-paths": "^5.1.4", |
| 81 | + "vitest": "^3.0.4" |
81 | 82 | }, |
82 | 83 | "peerDependencies": { |
83 | 84 | "valtio": ">=2.0.0-rc.0" |
|
0 commit comments