-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: bump dependencies Signed-off-by: Neko Ayaka <[email protected]> * chore: bump dependencies Signed-off-by: Neko Ayaka <[email protected]> --------- Signed-off-by: Neko Ayaka <[email protected]>
- Loading branch information
1 parent
c7076de
commit 2216b93
Showing
18 changed files
with
1,525 additions
and
1,495 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@nolebase/integrations", | ||
"type": "module", | ||
"version": "2.6.1", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].3", | ||
"description": "A collection of diverse documentation engineering tools.", | ||
"author": { | ||
"name": "Nólëbase", | ||
|
@@ -38,32 +38,32 @@ | |
"test:run": "vitest run" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^3.7.3", | ||
"@antfu/eslint-config": "^3.8.0", | ||
"@antfu/ni": "^0.23.0", | ||
"@cspell/dict-ru_ru": "^2.2.1", | ||
"@types/node": "^22.7.5", | ||
"@unocss/cli": "^0.63.4", | ||
"@unocss/eslint-config": "^0.63.4", | ||
"@unocss/eslint-plugin": "^0.63.4", | ||
"@cspell/dict-ru_ru": "^2.2.4", | ||
"@types/node": "^22.8.5", | ||
"@unocss/cli": "^0.63.6", | ||
"@unocss/eslint-config": "^0.63.6", | ||
"@unocss/eslint-plugin": "^0.63.6", | ||
"@vitejs/plugin-vue": "^5.1.4", | ||
"@vitest/coverage-v8": "^2.1.2", | ||
"@vitest/ui": "^2.1.2", | ||
"@vueuse/core": "^11.1.0", | ||
"bumpp": "^9.7.1", | ||
"@vitest/coverage-v8": "^2.1.4", | ||
"@vitest/ui": "^2.1.4", | ||
"@vueuse/core": "^11.2.0", | ||
"bumpp": "^9.8.0", | ||
"concurrently": "^9.0.1", | ||
"eslint": "^9.12.0", | ||
"eslint": "^9.13.0", | ||
"less": "^4.2.0", | ||
"rimraf": "^6.0.1", | ||
"typescript": "^5.6.3", | ||
"unbuild": "^2.0.0", | ||
"unocss": "^0.63.4", | ||
"unplugin-vue-macros": "^2.12.3", | ||
"vite": "^5.4.8", | ||
"unocss": "^0.63.6", | ||
"unplugin-vue-macros": "^2.13.3", | ||
"vite": "^5.4.10", | ||
"vite-plugin-inspect": "^0.8.7", | ||
"vitepress": "^1.4.0", | ||
"vitest": "^2.1.2", | ||
"vue": "^3.5.11", | ||
"vue-tsc": "^2.1.6" | ||
"vitepress": "^1.4.2", | ||
"vitest": "^2.1.4", | ||
"vue": "^3.5.12", | ||
"vue-tsc": "^2.1.10" | ||
}, | ||
"workspaces": [ | ||
"packages/*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,6 @@ | |
}, | ||
"dependencies": { | ||
"less": "^4.2.0", | ||
"vitepress": "^1.4.0" | ||
"vitepress": "^1.4.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,6 +56,6 @@ | |
}, | ||
"dependencies": { | ||
"less": "^4.2.0", | ||
"vitepress": "^1.4.0" | ||
"vitepress": "^1.4.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.