Skip to content

Commit 24126c5

Browse files
committed
chore(projects): remove npm registry url && update deps
1 parent 8d38055 commit 24126c5

File tree

5 files changed

+478
-556
lines changed

5 files changed

+478
-556
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
registry=https://registry.npmmirror.com/
21
shamefully-hoist=true
32
ignore-workspace-root-check=true
43
link-workspace-packages=true

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.0.5",
55
"private": true,
6-
"packageManager": "pnpm@10.22.0",
6+
"packageManager": "pnpm@10.23.0",
77
"description": "SoybeanUI Docs is a documentation for SoybeanUI. It is designed to be easy to use and understand.",
88
"author": {
99
"name": "Soybean",
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@soybeanjs/ui": "workspace:^",
21-
"@unocss/reset": "^66.5.7",
21+
"@unocss/reset": "^66.5.9",
2222
"motion-v": "^1.7.4",
2323
"nprogress": "^0.2.0",
2424
"pinia": "^3.0.4",
@@ -40,8 +40,8 @@
4040
"unplugin-vue": "^7.0.8",
4141
"unplugin-vue-components": "^30.0.0",
4242
"unplugin-vue-markdown": "^29.2.0",
43-
"unplugin-vue-router": "^0.17.0",
44-
"vite": "^7.2.2",
43+
"unplugin-vue-router": "^0.17.1",
44+
"vite": "^7.2.4",
4545
"vite-plugin-vue-layouts": "^0.11.0",
4646
"vite-ssg": "^28.2.2",
4747
"vite-ssg-sitemap": "^0.10.0"

headless/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@soybeanjs/headless",
33
"type": "module",
44
"version": "0.0.5",
5-
"packageManager": "pnpm@10.22.0",
5+
"packageManager": "pnpm@10.23.0",
66
"description": "SoybeanHeadless is a collection unstyled components for Vue 3. It is designed to be lightweight and easy to use.",
77
"author": {
88
"name": "Soybean",
@@ -173,7 +173,7 @@
173173
},
174174
"devDependencies": {
175175
"@nuxt/kit": "^4.2.1",
176-
"tsdown": "0.16.5",
176+
"tsdown": "0.16.6",
177177
"typescript": "5.9.3",
178178
"unplugin-vue": "7.0.8",
179179
"unplugin-vue-jsx": "0.8.1",

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@soybeanjs/ui",
33
"type": "module",
44
"version": "0.0.5",
5-
"packageManager": "pnpm@10.22.0",
5+
"packageManager": "pnpm@10.23.0",
66
"description": "SoybeanUI is built on top of SoybeanHeadless, providing a collection of styled components for Vue 3.",
77
"author": {
88
"name": "Soybean",
@@ -83,25 +83,25 @@
8383
"@soybeanjs/eslint-config": "^1.7.4",
8484
"@soybeanjs/unocss-preset": "^0.1.7",
8585
"@types/node": "^24.10.1",
86-
"@unocss/cli": "^66.5.7",
87-
"@vitest/coverage-v8": "^4.0.10",
86+
"@unocss/cli": "^66.5.9",
87+
"@vitest/coverage-v8": "^4.0.13",
8888
"@vue/test-utils": "^2.4.6",
8989
"eslint": "^9.39.1",
90-
"eslint-plugin-vue": "^10.5.1",
90+
"eslint-plugin-vue": "^10.6.0",
9191
"happy-dom": "^20.0.10",
92-
"lint-staged": "^16.2.6",
92+
"lint-staged": "^16.2.7",
9393
"simple-git-hooks": "^2.13.1",
94-
"tsdown": "^0.16.5",
94+
"tsdown": "^0.16.6",
9595
"tsx": "^4.20.6",
9696
"typescript": "^5.9.3",
97-
"unocss": "^66.5.7",
97+
"unocss": "^66.5.9",
9898
"unocss-preset-animations": "^1.3.0",
9999
"unplugin-vue": "^7.0.8",
100100
"unplugin-vue-components": "^30.0.0",
101101
"unplugin-vue-jsx": "^0.8.1",
102-
"vite": "^7.2.2",
102+
"vite": "^7.2.4",
103103
"vite-plugin-vue-devtools": "^8.0.5",
104-
"vitest": "^4.0.10",
104+
"vitest": "^4.0.13",
105105
"vue": "^3.5.24",
106106
"vue-eslint-parser": "^10.2.0",
107107
"vue-router": "^4.6.3",

0 commit comments

Comments
 (0)