Skip to content

Commit 233eaf6

Browse files
committed
update some dependencies
1 parent e288dc5 commit 233eaf6

File tree

3 files changed

+2224
-1941
lines changed

3 files changed

+2224
-1941
lines changed

package.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"private": true,
88
"engines": {
99
"node": ">=20.12",
10-
"pnpm": "=9.7.1"
10+
"pnpm": ">=9.7.1"
1111
},
1212
"packageManager": "[email protected]",
1313
"scripts": {
@@ -27,54 +27,54 @@
2727
},
2828
"devDependencies": {
2929
"@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",
3434
"@react-three/fiber": "^8.16.8",
3535
"@react-three/test-renderer": "^8.2.1",
36-
"@rollup/plugin-node-resolve": "^15.2.3",
36+
"@rollup/plugin-node-resolve": "^15.3.0",
3737
"@spearwolf/eventize": "^3.4.2",
3838
"@spearwolf/signalize": "^0.13.0",
39-
"@types/jest": "^29.5.12",
39+
"@types/jest": "^29.5.13",
4040
"@types/node": "^20.14.2",
41-
"@types/react": "^18.3.3",
41+
"@types/react": "^18.3.10",
4242
"@types/sinon": "^17.0.3",
4343
"@types/three": "~0.165.0",
4444
"@typescript-eslint/eslint-plugin": "^7.13.0",
4545
"@typescript-eslint/parser": "^7.13.0",
4646
"@vitejs/plugin-react": "^4.3.1",
4747
"canvas": "^2.11.2",
48-
"esbuild": "^0.21.5",
49-
"eslint": "^9.5.0",
48+
"esbuild": "^0.24.0",
49+
"eslint": "^9.11.1",
5050
"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",
5656
"eslint-plugin-react-hooks": "^4.6.2",
5757
"eslint-plugin-require-extensions": "^0.1.3",
5858
"happy-dom": "^14.12.0",
5959
"jest": "^29.7.0",
6060
"jest-environment-jsdom": "^29.7.0",
6161
"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",
6666
"react": "^18.3.1",
6767
"rimraf": "^5.0.7",
68-
"rollup": "^4.18.0",
68+
"rollup": "^4.22.5",
6969
"sinon": "^18.0.0",
7070
"three": "~0.165.0",
71-
"ts-jest": "^29.1.4",
71+
"ts-jest": "^29.2.5",
7272
"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",
7676
"use-asset": "^1.0.4",
7777
"vitest": "^1.6.0",
78-
"zustand": "^4.5.2"
78+
"zustand": "^4.5.5"
7979
}
8080
}

packages/twopoint5d-r3f/src/components/TileSetRef.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ function Component({name, children, ...props}: TileSetRefProps, ref: ForwardedRe
2020

2121
Component.displayName = 'TileSetRef';
2222

23-
export const TileSetRef = forwardRef<TileSet, TileSetRefProps>(Component);
23+
export const TileSetRef = forwardRef<TileSet, TileSetRefProps>(Component as any);

0 commit comments

Comments
 (0)