Skip to content

Commit c0679ec

Browse files
committed
chore(deps): update deps
1 parent 8e6c0bd commit c0679ec

9 files changed

Lines changed: 839 additions & 1015 deletions

File tree

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@iconify-json/fa": "^1.2.1",
14-
"@iconify-json/line-md": "^1.2.4",
14+
"@iconify-json/line-md": "^1.2.5",
1515
"valaxy-addon-algolia": "catalog:",
1616
"valaxy-addon-bangumi": "catalog:",
1717
"valaxy-addon-live2d": "catalog:",

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"monaco-editor": "^0.52.2",
1515
"valaxy": "catalog:",
1616
"valaxy-addon-components": "^0.1.0",
17-
"valaxy-addon-git-log": "^0.2.0",
17+
"valaxy-addon-git-log": "^0.2.1",
1818
"valaxy-addon-twikoo": "catalog:",
1919
"valaxy-theme-oceanus": "^0.1.0",
2020
"valaxy-theme-sakura": "workspace:*",
2121
"vue-toastification": "2.0.0-rc.5"
2222
},
2323
"devDependencies": {
24-
"@iconify-json/qlementine-icons": "^1.2.1",
25-
"@iconify-json/simple-icons": "^1.2.18",
24+
"@iconify-json/qlementine-icons": "^1.2.4",
25+
"@iconify-json/simple-icons": "^1.2.29",
2626
"typescript": "catalog:"
2727
}
2828
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"private": true,
4-
"packageManager": "pnpm@9.15.2",
4+
"packageManager": "pnpm@10.7.0",
55
"homepage": "https://sakura.wrxinyue.org",
66
"scripts": {
77
"build": "pnpm -C demo run build",
@@ -24,19 +24,19 @@
2424
},
2525
"devDependencies": {
2626
"@antfu/eslint-config": "2.22.0-beta.3",
27-
"@unocss/eslint-plugin": "^0.65.3",
28-
"bumpp": "^9.9.2",
27+
"@unocss/eslint-plugin": "^66.0.0",
28+
"bumpp": "^10.1.0",
2929
"cross-env": "^7.0.3",
3030
"eslint": "^9.18.0",
3131
"eslint-plugin-format": "^1.0.1",
3232
"rimraf": "^6.0.1",
33-
"simple-git-hooks": "^2.11.1",
34-
"stylelint": "^16.12.0",
33+
"simple-git-hooks": "^2.12.1",
34+
"stylelint": "^16.17.0",
3535
"stylelint-config-recommended-vue": "^1.5.0",
3636
"stylelint-config-standard-scss": "^14.0.0",
3737
"stylelint-gamut": "^1.3.4",
38-
"taze": "^0.18.0",
39-
"tsx": "^4.19.2",
38+
"taze": "^19.0.4",
39+
"tsx": "^4.19.3",
4040
"typescript": "catalog:",
4141
"valaxy-theme-sakura": "workspace:*",
4242
"vue-tsc": "catalog:"

pnpm-lock.yaml

Lines changed: 820 additions & 995 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ packages:
44
- demo
55
- scripts
66
catalog:
7-
typescript: ^5.7.3
8-
# https://github.com/vuejs/language-tools/issues/5018
9-
vue-tsc: 2.0.26
7+
typescript: ^5.8.2
108
valaxy: ^0.22.13
11-
valaxy-addon-algolia: ^0.1.0
9+
valaxy-addon-algolia: ^0.2.0
1210
valaxy-addon-bangumi: ^0.2.2
1311
valaxy-addon-live2d: ^0.3.0
1412
valaxy-addon-meting: ^0.1.4
1513
valaxy-addon-twikoo: ^0.0.3
1614
valaxy-addon-waline: ^0.2.0
15+
vue-tsc: 2.0.26

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
33
"devDependencies": {
4-
"zx": "^8.3.0"
4+
"zx": "^8.4.1"
55
}
66
}

theme/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "valaxy-theme-sakura",
33
"version": "0.9.2",
4-
"packageManager": "pnpm@9.15.2",
4+
"packageManager": "pnpm@10.7.0",
55
"author": {
66
"email": "3322543587@qq.com",
77
"name": "WRXinYue",
@@ -33,9 +33,9 @@
3333
"dependencies": {
3434
"@ctrl/tinycolor": "^4.1.0",
3535
"@iconify-json/fa6-solid": "^1.2.3",
36-
"@iconify-json/mdi": "^1.2.2",
36+
"@iconify-json/mdi": "^1.2.3",
3737
"interactjs": "^1.10.27",
38-
"lenis": "^1.1.18",
38+
"lenis": "^1.2.3",
3939
"typeit": "^8.8.7"
4040
},
4141
"devDependencies": {

theme/utils/logics.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export function toggleDark(event: MouseEvent) {
2424
Math.max(x, innerWidth - x),
2525
Math.max(y, innerHeight - y),
2626
)
27-
// @ts-expect-error: Transition API
2827
const transition = document.startViewTransition(async () => {
2928
isDark.value = !isDark.value
3029
await nextTick()

theme/valaxy.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export default defineTheme<ThemeUserConfig>((options) => {
2121

2222
return {
2323
themeConfig: defaultThemeConfig,
24+
2425
vite: {
2526
plugins: [
2627
themePlugin(themeConfig),

0 commit comments

Comments
 (0)