Skip to content

Commit

Permalink
update vite (tldraw#4811)
Browse files Browse the repository at this point in the history
Update vite. Maybe this fixes that aborted loading thing

### Change type


- [x] `other`
  • Loading branch information
ds300 authored Oct 28, 2024
1 parent a40ff2b commit 0a5a334
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion apps/dotcom/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"identity-obj-proxy": "^3.0.0",
"json5": "^2.2.3",
"lazyrepo": "0.0.0-alpha.27",
"vite": "^5.4.2",
"vite": "^5.4.10",
"ws": "^8.16.0"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion apps/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"react-dom": "^18.2.0",
"react-router-dom": "^6.24.1",
"tldraw": "workspace:*",
"vite": "^5.4.2"
"vite": "^5.4.10"
},
"devDependencies": {
"@types/lodash": "^4.14.188",
Expand Down
2 changes: 1 addition & 1 deletion internal/dev-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"globals": "^15.9.0",
"typescript": "^5.3.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.2"
"vite": "^5.4.10"
}
}
2 changes: 1 addition & 1 deletion templates/simple-server-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"react-router-dom": "^6.24.1",
"tldraw": "latest",
"unfurl.js": "^6.4.0",
"vite": "^5.4.2",
"vite": "^5.4.10",
"ws": "^8.16.0"
}
}
2 changes: 1 addition & 1 deletion templates/sync-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"typescript": "^5.0.2",
"vite": "^5.4.2",
"vite": "^5.4.10",
"wrangler": "^3.64.0"
}
}
2 changes: 1 addition & 1 deletion templates/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"typescript": "^5.0.2",
"vite": "^5.4.2"
"vite": "^5.4.10"
}
}
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11247,7 +11247,7 @@ __metadata:
react-dom: "npm:^18.2.0"
typescript: "npm:^5.3.3"
typescript-eslint: "npm:^8.0.1"
vite: "npm:^5.4.2"
vite: "npm:^5.4.10"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -11485,7 +11485,7 @@ __metadata:
react-helmet-async: "npm:^1.3.0"
react-router-dom: "npm:^6.24.1"
tldraw: "workspace:*"
vite: "npm:^5.4.2"
vite: "npm:^5.4.10"
ws: "npm:^8.16.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -12830,7 +12830,7 @@ __metadata:
remark-html: "npm:^16.0.1"
tldraw: "workspace:*"
vfile-matter: "npm:^5.0.0"
vite: "npm:^5.4.2"
vite: "npm:^5.4.10"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -23750,9 +23750,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^5.4.2":
version: 5.4.7
resolution: "vite@npm:5.4.7"
"vite@npm:^5.4.10":
version: 5.4.10
resolution: "vite@npm:5.4.10"
dependencies:
esbuild: "npm:^0.21.3"
fsevents: "npm:~2.3.3"
Expand Down Expand Up @@ -23789,7 +23789,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 3f27e870930ad83b51e009604c6b69ab090e69bb5bfe85007c7e4ec3326efae4e33ac799645926363f258595b3be3055cc1ebc5ee158cff4bacdf41adf4ef8ed
checksum: 5d4a427d585d6f9114fc383114f707dca46408f54b221709e5eb6b0c16e0b4dec4baf908a7db9a8f1e5b16e64b655900ac14629abe61c698cbe296115c65ed8a
languageName: node
linkType: hard

Expand Down

0 comments on commit 0a5a334

Please sign in to comment.