Skip to content

Commit 358a92f

Browse files
authored
chore: bump dependencies (#338)
1 parent 381da8b commit 358a92f

File tree

10 files changed

+1187
-1237
lines changed

10 files changed

+1187
-1237
lines changed

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@
3535
"@nolebase/vitepress-plugin-page-properties": "workspace:^",
3636
"@nolebase/vitepress-plugin-sidebar": "workspace:^",
3737
"@nolebase/vitepress-plugin-thumbnail-hash": "workspace:^",
38-
"@rive-app/canvas": "^2.23.4",
38+
"@rive-app/canvas": "^2.23.10",
3939
"@rollup/plugin-yaml": "^4.1.2",
40-
"@shikijs/vitepress-twoslash": "^1.22.2",
40+
"@shikijs/vitepress-twoslash": "^1.23.1",
4141
"@types/markdown-it": "^14.1.2",
4242
"@types/markdown-it-footnote": "^3.0.4",
4343
"@vueuse/motion": "^2.2.6",
4444
"asciinema-player": "^3.8.1",
4545
"colorette": "^2.0.20",
4646
"markdown-it": "^14.1.0",
4747
"markdown-it-footnote": "^4.0.0",
48-
"motion": "^10.18.0",
48+
"motion": "^11.11.17",
4949
"thumbhash": "^0.1.1",
5050
"typescript": "^5.6.3",
51-
"unlazy": "^0.11.4",
52-
"vite-plugin-vue-devtools": "^7.6.3"
51+
"unlazy": "^0.11.8",
52+
"vite-plugin-vue-devtools": "^7.6.4"
5353
}
5454
}

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nolebase/integrations",
33
"type": "module",
44
"version": "2.9.0",
5-
"packageManager": "pnpm@9.12.3",
5+
"packageManager": "pnpm@9.14.2",
66
"description": "A collection of diverse documentation engineering tools.",
77
"author": {
88
"name": "Nólëbase",
@@ -38,31 +38,31 @@
3838
"test:run": "vitest run"
3939
},
4040
"devDependencies": {
41-
"@antfu/eslint-config": "^3.8.0",
42-
"@antfu/ni": "^0.23.0",
41+
"@antfu/eslint-config": "^3.9.2",
42+
"@antfu/ni": "^0.23.1",
4343
"@cspell/dict-ru_ru": "^2.2.4",
44-
"@types/node": "^22.9.0",
45-
"@unocss/cli": "^0.64.0",
46-
"@unocss/eslint-config": "^0.64.0",
47-
"@unocss/eslint-plugin": "^0.64.0",
48-
"@vitejs/plugin-vue": "^5.1.4",
49-
"@vitest/coverage-v8": "^2.1.4",
50-
"@vitest/ui": "^2.1.4",
51-
"@vueuse/core": "^11.2.0",
44+
"@types/node": "^22.9.1",
45+
"@unocss/cli": "^0.64.1",
46+
"@unocss/eslint-config": "^0.64.1",
47+
"@unocss/eslint-plugin": "^0.64.1",
48+
"@vitejs/plugin-vue": "^5.2.0",
49+
"@vitest/coverage-v8": "^2.1.5",
50+
"@vitest/ui": "^2.1.5",
51+
"@vueuse/core": "^11.3.0",
5252
"bumpp": "^9.8.1",
5353
"concurrently": "^9.1.0",
54-
"eslint": "^9.14.0",
54+
"eslint": "^9.15.0",
5555
"less": "^4.2.0",
5656
"rimraf": "^6.0.1",
5757
"typescript": "^5.6.3",
5858
"unbuild": "^2.0.0",
59-
"unocss": "^0.64.0",
60-
"unplugin-vue-macros": "^2.13.3",
61-
"vite": "^5.4.10",
62-
"vite-plugin-inspect": "^0.8.7",
59+
"unocss": "^0.64.1",
60+
"unplugin-vue-macros": "^2.13.4",
61+
"vite": "^5.4.11",
62+
"vite-plugin-inspect": "^0.8.8",
6363
"vitepress": "^1.5.0",
64-
"vitest": "^2.1.4",
65-
"vue": "^3.5.12",
64+
"vitest": "^2.1.5",
65+
"vue": "^3.5.13",
6666
"vue-tsc": "^2.1.10"
6767
},
6868
"workspaces": [

packages/markdown-it-unlazy-img/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"dependencies": {
5454
"colorette": "^2.0.20",
5555
"glob": "^11.0.0",
56-
"vite": "^5.4.10"
56+
"vite": "^5.4.11"
5757
},
5858
"devDependencies": {
5959
"@types/markdown-it": "^14.1.2"

packages/ui-asciinema/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
"dependencies": {
7777
"less": "^4.2.0",
7878
"vitepress": "^1.5.0",
79-
"vue": "^3.5.12"
79+
"vue": "^3.5.13"
8080
},
8181
"devDependencies": {
82-
"@vue/tsconfig": "^0.5.1"
82+
"@vue/tsconfig": "^0.6.0"
8383
}
8484
}

packages/ui-rive-canvas/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
"dependencies": {
7777
"less": "^4.2.0",
7878
"vitepress": "^1.5.0",
79-
"vue": "^3.5.12"
79+
"vue": "^3.5.13"
8080
},
8181
"devDependencies": {
82-
"@vue/tsconfig": "^0.5.1"
82+
"@vue/tsconfig": "^0.6.0"
8383
}
8484
}

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
"@iconify-json/octicon": "^1.2.1",
7373
"less": "^4.2.0",
7474
"vitepress": "^1.5.0",
75-
"vue": "^3.5.12"
75+
"vue": "^3.5.13"
7676
},
7777
"devDependencies": {
78-
"@vue/tsconfig": "^0.5.1"
78+
"@vue/tsconfig": "^0.6.0"
7979
}
8080
}

packages/vitepress-plugin-git-changelog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"colorette": "^2.0.20",
7777
"date-fns": "^4.1.0",
7878
"defu": "^6.1.4",
79-
"es-toolkit": "^1.26.1",
79+
"es-toolkit": "^1.27.0",
8080
"execa": "^9.5.1",
8181
"globby": "^14.0.2",
8282
"gray-matter": "^4.0.3",

packages/vitepress-plugin-page-properties/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"date-fns": "^4.1.0",
7272
"gray-matter": "^4.0.3",
7373
"less": "^4.2.0",
74-
"uuid": "^11.0.2",
74+
"uuid": "^11.0.3",
7575
"vitepress": "^1.5.0"
7676
},
7777
"devDependencies": {

packages/vitepress-plugin-thumbnail-hash/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@
6262
"package:publish": "pnpm build && pnpm publish --access public --no-git-checks"
6363
},
6464
"dependencies": {
65-
"@unlazy/vue": "^0.11.4",
65+
"@unlazy/vue": "^0.11.8",
6666
"canvaskit-wasm": "^0.39.1",
6767
"colorette": "^2.0.20",
6868
"glob": "^11.0.0",
6969
"less": "^4.2.0",
7070
"ora": "^8.1.1",
7171
"thumbhash": "^0.1.1",
7272
"uncrypto": "^0.1.3",
73-
"unlazy": "^0.11.4",
73+
"unlazy": "^0.11.8",
7474
"vitepress": "^1.5.0"
7575
},
7676
"devDependencies": {

0 commit comments

Comments
 (0)