Skip to content

Commit 476e815

Browse files
abernierCopilot
andauthored
vite 7 (#88)
* . * Fix Vite 7 build failures in CSG and Mantine demos (#93) * Initial plan * Initial investigation of build failures Co-authored-by: abernier <76580+abernier@users.noreply.github.com> * Fix build failures for CSG and multiple-views demos Co-authored-by: abernier <76580+abernier@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: abernier <76580+abernier@users.noreply.github.com> --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: abernier <76580+abernier@users.noreply.github.com>
1 parent f571056 commit 476e815

File tree

158 files changed

+1305
-1198
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+1305
-1198
lines changed

demos/aquarium/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"@types/react": "^18.3.3",
2121
"@types/react-dom": "^18.3.0",
2222
"@types/three": "^0.165.0",
23-
"@vitejs/plugin-react": "^4.3.1",
23+
"@vitejs/plugin-react": "^5.1.2",
2424
"typescript": "^5.5.4",
25-
"vite": "^5.4.0"
25+
"vite": "^7.3.0"
2626
},
2727
"scripts": {
2828
"dev": "vite --host",

demos/arkanoid-under-60-loc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"@types/react": "^18.3.3",
2121
"@types/react-dom": "^18.3.0",
2222
"@types/three": "^0.165.0",
23-
"@vitejs/plugin-react": "^4.3.1",
23+
"@vitejs/plugin-react": "^5.1.2",
2424
"typescript": "^5.5.4",
25-
"vite": "^5.4.0"
25+
"vite": "^7.3.0"
2626
},
2727
"scripts": {
2828
"dev": "vite --host",

demos/arkanoid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"@types/react": "^18.3.3",
3838
"@types/react-dom": "^18.3.0",
3939
"@types/three": "^0.165.0",
40-
"@vitejs/plugin-react": "^4.3.1",
40+
"@vitejs/plugin-react": "^5.1.2",
4141
"typescript": "^5.5.4",
42-
"vite": "^5.4.0"
42+
"vite": "^7.3.0"
4343
},
4444
"repository": {
4545
"type": "git",

demos/audio-analyser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"@types/react": "^18.3.3",
2222
"@types/react-dom": "^18.3.0",
2323
"@types/three": "^0.165.0",
24-
"@vitejs/plugin-react": "^4.3.1",
24+
"@vitejs/plugin-react": "^5.1.2",
2525
"typescript": "^5.5.4",
26-
"vite": "^5.4.0"
26+
"vite": "^7.3.0"
2727
},
2828
"scripts": {
2929
"dev": "vite --host",

demos/backdrop-and-cables/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"@types/react": "^18.3.3",
2020
"@types/react-dom": "^18.3.0",
2121
"@types/three": "^0.165.0",
22-
"@vitejs/plugin-react": "^4.3.1",
22+
"@vitejs/plugin-react": "^5.1.2",
2323
"typescript": "^5.5.4",
24-
"vite": "^5.4.0"
24+
"vite": "^7.3.0"
2525
},
2626
"scripts": {
2727
"dev": "vite --host",

demos/baking-soft-shadows/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"@types/react": "^18.3.3",
2222
"@types/react-dom": "^18.3.0",
2323
"@types/three": "^0.165.0",
24-
"@vitejs/plugin-react": "^4.3.1",
24+
"@vitejs/plugin-react": "^5.1.2",
2525
"typescript": "^5.5.4",
26-
"vite": "^5.4.0"
26+
"vite": "^7.3.0"
2727
},
2828
"scripts": {
2929
"dev": "vite --host",

demos/basic-ballpit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"@types/react": "^18.3.3",
2020
"@types/react-dom": "^18.3.0",
2121
"@types/three": "^0.165.0",
22-
"@vitejs/plugin-react": "^4.3.1",
22+
"@vitejs/plugin-react": "^5.1.2",
2323
"typescript": "^5.5.4",
24-
"vite": "^5.4.0"
24+
"vite": "^7.3.0"
2525
},
2626
"scripts": {
2727
"dev": "vite --host",

demos/basic-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"@types/react": "^18.3.3",
1919
"@types/react-dom": "^18.3.0",
2020
"@types/three": "^0.165.0",
21-
"@vitejs/plugin-react": "^4.3.1",
21+
"@vitejs/plugin-react": "^5.1.2",
2222
"typescript": "^5.5.4",
23-
"vite": "^5.4.0"
23+
"vite": "^7.3.0"
2424
},
2525
"scripts": {
2626
"dev": "vite --host",

demos/bestservedbold-christmas-baubles/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"@types/react": "^18.3.3",
2222
"@types/react-dom": "^18.3.0",
2323
"@types/three": "^0.165.0",
24-
"@vitejs/plugin-react": "^4.3.1",
24+
"@vitejs/plugin-react": "^5.1.2",
2525
"typescript": "^5.5.4",
26-
"vite": "^5.4.0"
26+
"vite": "^7.3.0"
2727
},
2828
"scripts": {
2929
"dev": "vite --host",

demos/bezier-curves-and-nodes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"@types/react": "^18.3.3",
2222
"@types/react-dom": "^18.3.0",
2323
"@types/three": "^0.165.0",
24-
"@vitejs/plugin-react": "^4.3.1",
24+
"@vitejs/plugin-react": "^5.1.2",
2525
"typescript": "^5.5.4",
26-
"vite": "^5.4.0"
26+
"vite": "^7.3.0"
2727
},
2828
"scripts": {
2929
"dev": "vite --host",

0 commit comments

Comments
 (0)