Skip to content

Commit 4d490a7

Browse files
AlliotTechYou
andauthored
chore: update dependencies and configuration files, remove solid-router subproject (#7)
Co-authored-by: You <anonymous@example.com>
1 parent 06e372f commit 4d490a7

File tree

21 files changed

+3564
-3149
lines changed

21 files changed

+3564
-3149
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ pnpm-lock.yaml
77
*.ttf
88
*.otf
99
*.woff2
10+
.tool-versions

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodejs 18.20.8

package.json

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -43,33 +43,33 @@
4343
"@types/qrcode": "^1.5.5",
4444
"@types/sha256": "^0.2.0",
4545
"@types/streamsaver": "^2.0.1",
46-
"@vitejs/plugin-legacy": "^2.0.1",
47-
"husky": "^8.0.2",
48-
"lint-staged": "^13.0.4",
46+
"@vitejs/plugin-legacy": "^4.1.1",
47+
"husky": "^8.0.3",
48+
"lint-staged": "^13.3.0",
4949
"prettier": "3.1.1",
5050
"rollup-plugin-copy": "^3.5.0",
51-
"terser": "^5.14.2",
52-
"typescript": "^4.7.4",
51+
"terser": "^5.39.0",
52+
"typescript": "^4.9.5",
5353
"vite": "^4.5.13",
54-
"vite-plugin-dynamic-base": "^0.4.4",
55-
"vite-plugin-solid": "^2.3.0"
54+
"vite-plugin-dynamic-base": "^0.4.9",
55+
"vite-plugin-solid": "^2.11.6"
5656
},
5757
"dependencies": {
5858
"@egjs/view360": "4.0.0-beta.7",
5959
"@github/webauthn-json": "^2.1.1",
6060
"@hope-ui/solid": "0.6.7",
6161
"@monaco-editor/loader": "^1.4.0",
62-
"@motionone/solid": "^10.14.1",
63-
"@solid-primitives/i18n": "^1.1.0",
64-
"@solid-primitives/keyboard": "^1.2.5",
65-
"@solid-primitives/storage": "^1.3.1",
62+
"@solid-primitives/i18n": "^1.4.1",
63+
"@solid-primitives/keyboard": "^1.3.0",
64+
"@solid-primitives/storage": "^1.3.11",
65+
"@solidjs/router": "^0.9.1",
6666
"@stitches/core": "^1.2.8",
67-
"@viselect/vanilla": "^3.5.0",
67+
"@viselect/vanilla": "^3.9.0",
6868
"aplayer": "^1.10.1",
6969
"artplayer": "^5.2.2",
7070
"artplayer-plugin-danmuku": "^5.1.5",
7171
"asciinema-player": "^3.6.3",
72-
"axios": "^1.0.0",
72+
"axios": "^1.8.4",
7373
"bencode": "^4.0.0",
7474
"chardet": "^2.0.0",
7575
"clsx": "^2.0.0",
@@ -81,19 +81,20 @@
8181
"libass-wasm": "^4.1.0",
8282
"lightgallery": "^2.5.0",
8383
"mark.js": "^8.11.1",
84-
"mitt": "^3.0.0",
84+
"mitt": "^3.0.1",
8585
"mpegts.js": "^1.8.0",
8686
"qrcode": "^1.5.4",
8787
"rehype-katex": "^6.0.3",
8888
"rehype-raw": "^6.1.1",
8989
"remark-gfm": "^3.0.1",
9090
"remark-math": "^5.1.1",
91-
"seemly": "^0.3.6",
91+
"seemly": "^0.3.10",
9292
"sha256": "^0.2.0",
9393
"solid-contextmenu": "0.0.2",
94-
"solid-icons": "^1.0.1",
95-
"solid-js": "^1.4.8",
96-
"solid-markdown": "^1.2.0",
94+
"solid-icons": "^1.1.0",
95+
"solid-js": "^1.9.5",
96+
"solid-markdown": "^1.2.2",
97+
"solid-motionone": "^1.0.3",
9798
"solid-transition-group": "^0.0.12",
9899
"streamsaver": "^2.0.6",
99100
"typescript-natural-sort": "^0.7.2"

0 commit comments

Comments
 (0)