|
7 | 7 | "private": true,
|
8 | 8 | "engines": {
|
9 | 9 | "node": ">=20.12",
|
10 |
| - "pnpm": "=9.7.1" |
| 10 | + "pnpm": ">=9.7.1" |
11 | 11 | },
|
12 | 12 | "packageManager": "[email protected]",
|
13 | 13 | "scripts": {
|
|
27 | 27 | },
|
28 | 28 | "devDependencies": {
|
29 | 29 | "@arethetypeswrong/cli": "^0.15.3",
|
30 |
| - "@nx/eslint-plugin": "^19.3.0", |
31 |
| - "@nx/jest": "^19.3.0", |
32 |
| - "@nx/js": "^19.3.0", |
33 |
| - "@nx/linter": "^19.3.0", |
| 30 | + "@nx/eslint-plugin": "^19.8.2", |
| 31 | + "@nx/jest": "^19.8.2", |
| 32 | + "@nx/js": "^19.8.2", |
| 33 | + "@nx/linter": "^19.8.2", |
34 | 34 | "@react-three/fiber": "^8.16.8",
|
35 | 35 | "@react-three/test-renderer": "^8.2.1",
|
36 |
| - "@rollup/plugin-node-resolve": "^15.2.3", |
| 36 | + "@rollup/plugin-node-resolve": "^15.3.0", |
37 | 37 | "@spearwolf/eventize": "^3.4.2",
|
38 | 38 | "@spearwolf/signalize": "^0.13.0",
|
39 |
| - "@types/jest": "^29.5.12", |
| 39 | + "@types/jest": "^29.5.13", |
40 | 40 | "@types/node": "^20.14.2",
|
41 |
| - "@types/react": "^18.3.3", |
| 41 | + "@types/react": "^18.3.10", |
42 | 42 | "@types/sinon": "^17.0.3",
|
43 | 43 | "@types/three": "~0.165.0",
|
44 | 44 | "@typescript-eslint/eslint-plugin": "^7.13.0",
|
45 | 45 | "@typescript-eslint/parser": "^7.13.0",
|
46 | 46 | "@vitejs/plugin-react": "^4.3.1",
|
47 | 47 | "canvas": "^2.11.2",
|
48 |
| - "esbuild": "^0.21.5", |
49 |
| - "eslint": "^9.5.0", |
| 48 | + "esbuild": "^0.24.0", |
| 49 | + "eslint": "^9.11.1", |
50 | 50 | "eslint-config-prettier": "^9.1.0",
|
51 |
| - "eslint-import-resolver-typescript": "^3.6.1", |
52 |
| - "eslint-plugin-astro": "^1.2.2", |
53 |
| - "eslint-plugin-import": "^2.29.1", |
54 |
| - "eslint-plugin-prettier": "^5.1.3", |
55 |
| - "eslint-plugin-react": "^7.34.2", |
| 51 | + "eslint-import-resolver-typescript": "^3.6.3", |
| 52 | + "eslint-plugin-astro": "^1.2.4", |
| 53 | + "eslint-plugin-import": "^2.30.0", |
| 54 | + "eslint-plugin-prettier": "^5.2.1", |
| 55 | + "eslint-plugin-react": "^7.37.0", |
56 | 56 | "eslint-plugin-react-hooks": "^4.6.2",
|
57 | 57 | "eslint-plugin-require-extensions": "^0.1.3",
|
58 | 58 | "happy-dom": "^14.12.0",
|
59 | 59 | "jest": "^29.7.0",
|
60 | 60 | "jest-environment-jsdom": "^29.7.0",
|
61 | 61 | "npm-run-all": "^4.1.5",
|
62 |
| - "nx": "^19.3.0", |
63 |
| - "playwright": "^1.44.1", |
64 |
| - "prettier": "^3.3.2", |
65 |
| - "prettier-plugin-astro": "^0.14.0", |
| 62 | + "nx": "^19.8.2", |
| 63 | + "playwright": "^1.47.2", |
| 64 | + "prettier": "^3.3.3", |
| 65 | + "prettier-plugin-astro": "^0.14.1", |
66 | 66 | "react": "^18.3.1",
|
67 | 67 | "rimraf": "^5.0.7",
|
68 |
| - "rollup": "^4.18.0", |
| 68 | + "rollup": "^4.22.5", |
69 | 69 | "sinon": "^18.0.0",
|
70 | 70 | "three": "~0.165.0",
|
71 |
| - "ts-jest": "^29.1.4", |
| 71 | + "ts-jest": "^29.2.5", |
72 | 72 | "ts-node": "10.9.2",
|
73 |
| - "tslib": "^2.6.3", |
74 |
| - "tsup": "^8.1.0", |
75 |
| - "typescript": "^5.4.5", |
| 73 | + "tslib": "^2.7.0", |
| 74 | + "tsup": "^8.3.0", |
| 75 | + "typescript": "^5.6.2", |
76 | 76 | "use-asset": "^1.0.4",
|
77 | 77 | "vitest": "^1.6.0",
|
78 |
| - "zustand": "^4.5.2" |
| 78 | + "zustand": "^4.5.5" |
79 | 79 | }
|
80 | 80 | }
|
0 commit comments