Skip to content

Commit 88b4f10

Browse files
author
antrioe
committed
ci(deps): ci deps
1 parent 2199cc8 commit 88b4f10

File tree

18 files changed

+1753
-1703
lines changed

18 files changed

+1753
-1703
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ ignore-workspace-root-check=true
33
shamefully-hoist=true
44
strict-peer-dependencies=false
55
auto-install-peers=false
6-
# proxy=http://127.0.0.1:7897
6+
registry=https://registry.npmmirror.com/

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,36 +58,36 @@
5858
"@oiij/utils": "workspace:*",
5959
"@oiij/v-charts": "workspace:*",
6060
"@oiij/xlsx": "workspace:*",
61-
"naive-ui": "^2.42.0",
62-
"three": "^0.179.1",
63-
"vue": "^3.5.18"
61+
"naive-ui": "^2.43.1",
62+
"three": "^0.180.0",
63+
"vue": "^3.5.21"
6464
},
6565
"devDependencies": {
66-
"@antfu/eslint-config": "^5.2.1",
66+
"@antfu/eslint-config": "^5.4.1",
6767
"@oiij/tsconfig": "^0.0.1",
68-
"@types/node": "^24.3.0",
69-
"@types/three": "^0.179.0",
68+
"@types/node": "^24.5.2",
69+
"@types/three": "^0.180.0",
7070
"@vitejs/plugin-vue": "^6.0.1",
7171
"@vitest/ui": "^3.2.4",
7272
"bumpp": "^10.2.3",
7373
"commitlint": "^19.8.1",
7474
"cz-git": "^1.12.0",
7575
"czg": "^1.12.0",
76-
"eslint": "^9.33.0",
77-
"eslint-plugin-format": "^1.0.1",
76+
"eslint": "^9.36.0",
77+
"eslint-plugin-format": "^1.0.2",
7878
"esno": "^4.8.0",
79-
"lint-staged": "^16.1.5",
79+
"lint-staged": "^16.1.6",
8080
"postcss": "^8.5.6",
8181
"simple-git-hooks": "^2.13.1",
82-
"taze": "^19.1.0",
83-
"tsdown": "^0.14.1",
82+
"taze": "^19.7.0",
83+
"tsdown": "^0.15.3",
8484
"typescript": "^5.9.2",
85-
"vite": "^7.1.2",
85+
"vite": "^7.1.6",
8686
"vite-plugin-dts": "^4.5.4",
8787
"vitepress": "^1.6.4",
8888
"vitepress-demo-plugin": "^1.4.7",
8989
"vitest": "^3.2.4",
90-
"vue-tsc": "^3.0.5"
90+
"vue-tsc": "^3.0.7"
9191
},
9292
"simple-git-hooks": {
9393
"pre-commit": "pnpm lint-staged && pnpm type:check"

packages/ai-editor/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oiij/ai-editor",
33
"type": "module",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"description": "A Vue Composable for AI Editor",
66
"author": "oiij",
77
"license": "MIT",
@@ -39,14 +39,14 @@
3939
"prepublishOnly": "pnpm build"
4040
},
4141
"peerDependencies": {
42-
"@vueuse/core": "^13.7.0",
43-
"aieditor": "^1.4.0",
44-
"vue": "^3.5.18"
42+
"@vueuse/core": "^13.9.0",
43+
"aieditor": "^1.4.1",
44+
"vue": "^3.5.21"
4545
},
4646
"devDependencies": {
47-
"@vueuse/core": "^13.7.0",
48-
"aieditor": "^1.4.0",
49-
"vue": "^3.5.18"
47+
"@vueuse/core": "^13.9.0",
48+
"aieditor": "^1.4.1",
49+
"vue": "^3.5.21"
5050
},
5151
"publishConfig": {
5252
"access": "public"

packages/chrome-tabbar/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oiij/chrome-tabs",
33
"type": "module",
4-
"version": "0.0.8",
4+
"version": "0.0.9",
55
"description": "A Vue Component Likes Chrome Tabs Style.",
66
"author": "oiij",
77
"license": "MIT",
@@ -42,13 +42,13 @@
4242
"@oiij/css-render": "workspace:*",
4343
"@oiij/use": "workspace:*",
4444
"colord": "^2.9.3",
45-
"vue": "^3.5.18"
45+
"vue": "^3.5.21"
4646
},
4747
"devDependencies": {
4848
"@oiij/css-render": "workspace:*",
4949
"@oiij/use": "workspace:*",
5050
"colord": "^2.9.3",
51-
"vue": "^3.5.18"
51+
"vue": "^3.5.21"
5252
},
5353
"publishConfig": {
5454
"access": "public"

packages/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oiij/use",
33
"type": "module",
4-
"version": "0.0.22",
4+
"version": "0.0.23",
55
"description": "Som Composable Functions for Vue 3",
66
"author": "oiij",
77
"license": "MIT",
@@ -43,12 +43,12 @@
4343
"prepublishOnly": "pnpm build"
4444
},
4545
"peerDependencies": {
46-
"@vueuse/core": "^13.7.0",
47-
"vue": "^3.5.18"
46+
"@vueuse/core": "^13.9.0",
47+
"vue": "^3.5.21"
4848
},
4949
"devDependencies": {
50-
"@vueuse/core": "^13.7.0",
51-
"vue": "^3.5.18"
50+
"@vueuse/core": "^13.9.0",
51+
"vue": "^3.5.21"
5252
},
5353
"publishConfig": {
5454
"access": "public"

packages/css-render/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oiij/css-render",
33
"type": "module",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"description": "A Vue Composable for CssRender",
66
"author": "oiij",
77
"license": "MIT",
@@ -42,13 +42,13 @@
4242
"@css-render/plugin-bem": "^0.15.14",
4343
"@css-render/vue3-ssr": "^0.15.14",
4444
"css-render": "^0.15.14",
45-
"vue": "^3.5.18"
45+
"vue": "^3.5.21"
4646
},
4747
"devDependencies": {
4848
"@css-render/plugin-bem": "^0.15.14",
4949
"@css-render/vue3-ssr": "^0.15.14",
5050
"css-render": "^0.15.14",
51-
"vue": "^3.5.18"
51+
"vue": "^3.5.21"
5252
},
5353
"publishConfig": {
5454
"access": "public"

packages/directives/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oiij/directives",
33
"type": "module",
4-
"version": "0.0.9",
4+
"version": "0.0.10",
55
"description": "",
66
"author": "oiij",
77
"license": "MIT",
@@ -40,11 +40,11 @@
4040
},
4141
"peerDependencies": {
4242
"@oiij/utils": "workspace:*",
43-
"vue": "^3.5.18"
43+
"vue": "^3.5.21"
4444
},
4545
"devDependencies": {
4646
"@oiij/utils": "workspace:*",
47-
"vue": "^3.5.18"
47+
"vue": "^3.5.21"
4848
},
4949
"publishConfig": {
5050
"access": "public"

packages/e-charts/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oiij/e-charts",
33
"type": "module",
4-
"version": "0.0.8",
4+
"version": "0.0.9",
55
"description": "A Vue Composable for ECharts",
66
"author": "oiij",
77
"license": "MIT",
@@ -39,14 +39,14 @@
3939
"prepublishOnly": "pnpm build"
4040
},
4141
"peerDependencies": {
42-
"@vueuse/core": "^13.7.0",
42+
"@vueuse/core": "^13.9.0",
4343
"echarts": "^6.0.0",
44-
"vue": "^3.5.18"
44+
"vue": "^3.5.21"
4545
},
4646
"devDependencies": {
47-
"@vueuse/core": "^13.7.0",
47+
"@vueuse/core": "^13.9.0",
4848
"echarts": "^6.0.0",
49-
"vue": "^3.5.18"
49+
"vue": "^3.5.21"
5050
},
5151
"publishConfig": {
5252
"access": "public"

packages/emoji-picker/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oiij/emoji-picker",
33
"type": "module",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"description": "A Vue Composable for emoji-picker",
66
"author": "oiij",
77
"license": "MIT",
@@ -39,15 +39,15 @@
3939
},
4040
"peerDependencies": {
4141
"@emoji-mart/data": "^1.2.1",
42-
"@vueuse/core": "^13.7.0",
42+
"@vueuse/core": "^13.9.0",
4343
"emoji-mart": "^5.6.0",
44-
"vue": "^3.5.18"
44+
"vue": "^3.5.21"
4545
},
4646
"devDependencies": {
4747
"@emoji-mart/data": "^1.2.1",
48-
"@vueuse/core": "^13.7.0",
48+
"@vueuse/core": "^13.9.0",
4949
"emoji-mart": "^5.6.0",
50-
"vue": "^3.5.18"
50+
"vue": "^3.5.21"
5151
},
5252
"publishConfig": {
5353
"access": "public"

packages/js-pdf/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oiij/js-pdf",
33
"type": "module",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"description": "A simple PDF library for JavaScript",
66
"author": "oiij",
77
"license": "MIT",
@@ -40,18 +40,18 @@
4040
},
4141
"peerDependencies": {
4242
"file-saver": "^2.0.5",
43-
"jspdf": "^3.0.1",
43+
"jspdf": "^3.0.3",
4444
"jszip": "^3.10.1",
4545
"nanoid": "^5.1.5",
46-
"pdfjs-dist": "^5.4.54"
46+
"pdfjs-dist": "^5.4.149"
4747
},
4848
"devDependencies": {
4949
"@types/file-saver": "^2.0.7",
5050
"file-saver": "^2.0.5",
51-
"jspdf": "^3.0.1",
51+
"jspdf": "^3.0.3",
5252
"jszip": "^3.10.1",
5353
"nanoid": "^5.1.5",
54-
"pdfjs-dist": "^5.4.54"
54+
"pdfjs-dist": "^5.4.149"
5555
},
5656
"publishConfig": {
5757
"access": "public"

0 commit comments

Comments
 (0)