|
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", |
| 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", |
59 | 60 | "@trpc/client": "^10.45.2",
|
60 | 61 | "@trpc/server": "^10.45.2",
|
61 |
| - "@types/node": "^20.12.12", |
62 |
| - "@types/react": "^18.3.2", |
63 |
| - "@types/react-dom": "^18.3.0", |
64 |
| - "@typescript-eslint/eslint-plugin": "^7.10.0", |
65 |
| - "@typescript-eslint/parser": "^7.10.0", |
66 |
| - "eslint": "^8.57.0", |
67 |
| - "eslint-config-prettier": "^9.1.0", |
68 |
| - "eslint-import-resolver-typescript": "^3.6.1", |
69 |
| - "eslint-plugin-import": "^2.29.1", |
70 |
| - "eslint-plugin-jsx-a11y": "^6.8.0", |
71 |
| - "eslint-plugin-react": "^7.34.1", |
72 |
| - "eslint-plugin-react-hooks": "^4.6.2", |
73 |
| - "happy-dom": "^14.11.0", |
74 |
| - "jotai": "^2.8.1", |
75 |
| - "jotai-trpc": "link:.", |
76 |
| - "prettier": "^3.2.5", |
77 |
| - "react": "^18.3.1", |
78 |
| - "react-dom": "^18.3.1", |
79 |
| - "react-error-boundary": "^4.0.13", |
80 |
| - "trpc-pokemon": "^2.0.0-next.0", |
| 62 | + "@types/node": "^22.10.10", |
| 63 | + "@types/react": "^19.0.8", |
| 64 | + "@types/react-dom": "^19.0.3", |
| 65 | + "eslint": "^9.19.0", |
| 66 | + "eslint-import-resolver-typescript": "^3.7.0", |
| 67 | + "eslint-plugin-import": "^2.31.0", |
| 68 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 69 | + "eslint-plugin-react": "^7.37.4", |
| 70 | + "eslint-plugin-react-compiler": "19.0.0-beta-decd7b8-20250118", |
| 71 | + "eslint-plugin-react-hooks": "5.2.0-canary-de1eaa26-20250124", |
| 72 | + "happy-dom": "^16.7.2", |
| 73 | + "jotai": "^2.11.1", |
| 74 | + "jotai-trpc": "link:", |
| 75 | + "prettier": "^3.4.2", |
| 76 | + "react": "^19.0.0", |
| 77 | + "react-dom": "^19.0.0", |
| 78 | + "react-error-boundary": "^5.0.0", |
| 79 | + "trpc-pokemon": "2.0.0-next.0", |
81 | 80 | "ts-expect": "^1.3.0",
|
82 |
| - "typescript": "^5.4.5", |
83 |
| - "vite": "^5.2.11", |
84 |
| - "vitest": "^1.6.0" |
| 81 | + "typescript": "^5.7.3", |
| 82 | + "typescript-eslint": "^8.21.0", |
| 83 | + "vite": "^6.0.11", |
| 84 | + "vite-tsconfig-paths": "^5.1.4", |
| 85 | + "vitest": "^3.0.4" |
85 | 86 | },
|
86 | 87 | "peerDependencies": {
|
87 | 88 | "@trpc/client": ">=10.0.0",
|
|
0 commit comments