chore: Update solid-js and vite dependencies
All checks were successful
CI / cache-and-install (push) Successful in 41s

This commit is contained in:
严浩
2024-08-21 09:05:39 +08:00
parent 5507e5266e
commit a2961735be
3 changed files with 455 additions and 439 deletions

View File

@ -31,3 +31,10 @@ jobs:
- name: Build
run: pnpm build
# https://github.com/Tencent/tdesign-vue-next/pull/1604#issuecomment-1236244550
- name: Surge
# pnpx surge token
run: |
cp dist/index.html dist/200.html
pnpx surge dist https://solid-ts-example.surge.sh --token ${{ secrets.SURGE_TOKEN }}

View File

@ -9,13 +9,13 @@
"serve": "vite preview"
},
"dependencies": {
"solid-js": "^1.8.19"
"solid-js": "^1.8.21"
},
"devDependencies": {
"@iconify-json/logos": "^1.1.44",
"typescript": "^5.5.4",
"unocss": "^0.61.9",
"vite": "^5.3.5",
"vite": "^5.4.2",
"vite-plugin-solid": "^2.10.2"
},
"stackblitz": {

883
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff