Skip to content

Commit

Permalink
chore: bump dependencies (#399)
Browse files Browse the repository at this point in the history
* chore: bump dependencies
* fix: lint
  • Loading branch information
nekomeowww authored Feb 5, 2025
1 parent 8f75530 commit cbda428
Show file tree
Hide file tree
Showing 17 changed files with 1,084 additions and 1,483 deletions.
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"docs:preview": "vitepress preview"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.5",
"@iconify-json/fluent-emoji": "^1.2.2",
"@iconify-json/carbon": "^1.2.6",
"@iconify-json/fluent-emoji": "^1.2.3",
"@iconify-json/icon-park-outline": "^1.2.2",
"@iconify-json/octicon": "^1.2.2",
"@iconify-json/octicon": "^1.2.3",
"@iconify-json/svg-spinners": "^1.2.2",
"@nolebase/markdown-it-bi-directional-links": "workspace:^",
"@nolebase/markdown-it-element-transform": "workspace:^",
Expand All @@ -36,21 +36,21 @@
"@nolebase/vitepress-plugin-page-properties": "workspace:^",
"@nolebase/vitepress-plugin-sidebar": "workspace:^",
"@nolebase/vitepress-plugin-thumbnail-hash": "workspace:^",
"@rive-app/canvas": "^2.25.3",
"@rive-app/canvas": "^2.25.7",
"@rollup/plugin-yaml": "^4.1.2",
"@shikijs/vitepress-twoslash": "^1.26.1",
"@shikijs/vitepress-twoslash": "^2.3.1",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-footnote": "^3.0.4",
"@vueuse/motion": "^2.2.6",
"asciinema-player": "^3.8.1",
"asciinema-player": "^3.9.0",
"colorette": "^2.0.20",
"markdown-it": "^14.1.0",
"markdown-it-footnote": "^4.0.0",
"motion": "^12.2.0",
"thumbhash": "^0.1.1",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"unlazy": "^0.12.1",
"vite": "catalog:",
"vite-plugin-vue-devtools": "^7.6.8"
"vite-plugin-vue-devtools": "^7.7.1"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,26 +45,26 @@
"@antfu/ni": "^23.3.1",
"@cspell/dict-ru_ru": "^2.2.4",
"@nolebase/cspell-dict": "^1.3.1",
"@types/node": "^22.10.5",
"@types/node": "^22.13.1",
"@unocss/cli": "^65.4.3",
"@unocss/eslint-config": "^65.4.3",
"@unocss/eslint-plugin": "^65.4.3",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"@vueuse/core": "^12.3.0",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "^3.0.5",
"@vueuse/core": "^12.5.0",
"bumpp": "^10.0.1",
"concurrently": "^9.1.2",
"eslint": "^9.17.0",
"less": "^4.2.1",
"eslint": "^9.19.0",
"less": "^4.2.2",
"rimraf": "^6.0.1",
"typescript": "^5.7.2",
"unbuild": "^3.2.0",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
"unocss": "^65.4.3",
"unplugin-vue-macros": "^2.13.6",
"unplugin-vue-macros": "^2.14.1",
"vite": "catalog:",
"vite-plugin-inspect": "^10.1.0",
"vitest": "^2.1.8",
"vitest": "^3.0.5",
"vue": "catalog:",
"vue-tsc": "^2.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-asciinema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"vitepress": "catalog:"
},
"dependencies": {
"less": "^4.2.1",
"less": "^4.2.2",
"vue": "catalog:"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-rive-canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"vitepress": "catalog:"
},
"dependencies": {
"less": "^4.2.1",
"less": "^4.2.2",
"vue": "catalog:"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@ function createNewCanvasElement(options: CreateCanvasOptions) {
canvas.width = options.canvasWidth
canvas.height = options.canvasHeight
canvas.style.cssText = ''
+ `padding-top: ${options.paddingTop};`
+ `padding-bottom: ${options.paddingBottom};`
+ `padding-left: ${options.paddingLeft};`
+ `padding-right: ${options.paddingRight};`
+ `min-width: ${options.width};`
+ `min-height: ${options.height};`
+ `width: 100%;`
+ `height: 100%;`
+ `padding-top: ${options.paddingTop};`
+ `padding-bottom: ${options.paddingBottom};`
+ `padding-left: ${options.paddingLeft};`
+ `padding-right: ${options.paddingRight};`
+ `min-width: ${options.width};`
+ `min-height: ${options.height};`
+ `width: 100%;`
+ `height: 100%;`
return canvas
}
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"vitepress": "catalog:"
},
"dependencies": {
"@iconify-json/octicon": "^1.2.2",
"less": "^4.2.1",
"@iconify-json/octicon": "^1.2.3",
"less": "^4.2.2",
"vue": "catalog:"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vitepress-plugin-enhanced-mark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"vitepress": "catalog:"
},
"dependencies": {
"less": "^4.2.1"
"less": "^4.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/vitepress-plugin-enhanced-readabilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"vitepress": "catalog:"
},
"dependencies": {
"@iconify-json/carbon": "^1.2.5",
"@iconify-json/carbon": "^1.2.6",
"@iconify-json/icon-park-outline": "^1.2.2",
"@nolebase/ui": "workspace:^",
"less": "^4.2.1"
"less": "^4.2.2"
},
"devDependencies": {
"@rollup/plugin-yaml": "^4.1.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/vitepress-plugin-git-changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,16 @@
"vitepress": "catalog:"
},
"dependencies": {
"@iconify-json/octicon": "^1.2.2",
"@iconify-json/octicon": "^1.2.3",
"@nolebase/ui": "workspace:^",
"colorette": "^2.0.20",
"date-fns": "^4.1.0",
"defu": "^6.1.4",
"es-toolkit": "^1.31.0",
"es-toolkit": "^1.32.0",
"execa": "^9.5.2",
"globby": "^14.0.2",
"gray-matter": "^4.0.3",
"less": "^4.2.1",
"less": "^4.2.2",
"uncrypto": "^0.1.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/vitepress-plugin-graph-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
"colorette": "^2.0.20",
"d3": "^7.9.0",
"d3-force": "^3.0.0",
"less": "^4.2.1",
"ora": "^8.1.1"
"less": "^4.2.2",
"ora": "^8.2.0"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/d3-force": "^3.0.10",
"builtin-modules": "^4.0.0",
"fs-extra": "^11.2.0"
"fs-extra": "^11.3.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"vitepress": "catalog:"
},
"dependencies": {
"less": "^4.2.1"
"less": "^4.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/vitepress-plugin-inline-link-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
},
"dependencies": {
"@iconify-json/icon-park-outline": "^1.2.2",
"@iconify-json/octicon": "^1.2.2",
"@iconify-json/octicon": "^1.2.3",
"@iconify-json/svg-spinners": "^1.2.2",
"@nolebase/markdown-it-element-transform": "workspace:^",
"@nolebase/ui": "workspace:^",
"less": "^4.2.1",
"less": "^4.2.2",
"markdown-it": "^14.1.0",
"markdown-it-attrs": "^4.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vitepress-plugin-og-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"colorette": "^2.0.20",
"defu": "^6.1.4",
"emoji-regex": "^10.4.0",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"gray-matter": "^4.0.3",
"ora": "^8.1.1",
"ora": "^8.2.0",
"rehype": "^13.0.2",
"rehype-meta": "^4.0.1",
"rehype-parse": "^9.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/vitepress-plugin-page-properties/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
},
"dependencies": {
"@iconify-json/icon-park-outline": "^1.2.2",
"@iconify-json/octicon": "^1.2.2",
"@iconify-json/octicon": "^1.2.3",
"@nolebase/ui": "workspace:^",
"date-fns": "^4.1.0",
"gray-matter": "^4.0.3",
"less": "^4.2.1",
"uuid": "^11.0.3"
"less": "^4.2.2",
"uuid": "^11.0.5"
},
"devDependencies": {
"@rollup/plugin-yaml": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/vitepress-plugin-sidebar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"vitepress": "catalog:"
},
"dependencies": {
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"tinyglobby": "^0.2.10"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/vitepress-plugin-thumbnail-hash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@
"@unlazy/vue": "^0.12.1",
"canvaskit-wasm": "^0.39.1",
"colorette": "^2.0.20",
"less": "^4.2.1",
"ora": "^8.1.1",
"less": "^4.2.2",
"ora": "^8.2.0",
"thumbhash": "^0.1.1",
"tinyglobby": "^0.2.10",
"uncrypto": "^0.1.3",
"unlazy": "^0.12.1"
},
"devDependencies": {
"builtin-modules": "^4.0.0",
"fs-extra": "^11.2.0"
"fs-extra": "^11.3.0"
}
}
Loading

0 comments on commit cbda428

Please sign in to comment.