Skip to content

Commit b980f8c

Browse files
committed
chore: update deps
Signed-off-by: Innei <[email protected]>
1 parent bf54dd4 commit b980f8c

File tree

2 files changed

+639
-605
lines changed

2 files changed

+639
-605
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"@codemirror/search": "6.5.6",
3838
"@codemirror/state": "6.4.1",
3939
"@codemirror/theme-one-dark": "6.1.2",
40-
"@codemirror/view": "6.29.0",
40+
"@codemirror/view": "6.33.0",
4141
"@ddietr/codemirror-themes": "1.4.2",
4242
"@huacnlee/autocorrect": "2.11.1",
43-
"@lezer/highlight": "^1.2.0",
44-
"@mx-space/api-client": "1.13.1",
43+
"@lezer/highlight": "^1.2.1",
44+
"@mx-space/api-client": "1.13.2",
4545
"@simplewebauthn/browser": "10.0.0",
4646
"@types/canvas-confetti": "1.6.4",
4747
"@vicons/antd": "0.12.0",
@@ -52,7 +52,7 @@
5252
"@vicons/material": "0.12.0",
5353
"@vicons/tabler": "0.12.0",
5454
"@vicons/utils": "0.1.4",
55-
"@vueuse/core": "10.11.0",
55+
"@vueuse/core": "10.11.1",
5656
"@xterm/addon-fit": "0.10.0",
5757
"@xterm/xterm": "5.5.0",
5858
"ansi_up": "6.0.2",
@@ -76,12 +76,12 @@
7676
"monaco-editor-auto-typings": "0.4.5",
7777
"naive-ui": "2.39.0",
7878
"octokit": "4.0.2",
79-
"openai": "4.53.2",
79+
"openai": "4.56.0",
8080
"os-browserify": "0.3.0",
8181
"path-browserify": "1.0.1",
82-
"pinia": "2.2.0",
82+
"pinia": "2.2.2",
8383
"qier-progress": "1.0.4",
84-
"qs": "6.12.3",
84+
"qs": "6.13.0",
8585
"reflect-metadata": "0.2.2",
8686
"socket.io-client": "4.7.5",
8787
"sortablejs": "1.15.2",
@@ -91,14 +91,14 @@
9191
"unidata.js": "0.8.0",
9292
"validator": "13.12.0",
9393
"vite-plugin-windicss": "1.9.3",
94-
"vue": "3.4.35",
95-
"vue-router": "4.4.0",
94+
"vue": "3.4.38",
95+
"vue-router": "4.4.3",
9696
"xss": "1.0.15",
9797
"xterm-theme": "1.1.0"
9898
},
9999
"devDependencies": {
100100
"@biomejs/biome": "1.8.3",
101-
"@innei/prettier": "0.14.0",
101+
"@innei/prettier": "0.14.2",
102102
"@types/ejs": "3.1.5",
103103
"@types/event-source-polyfill": "1.0.5",
104104
"@types/js-yaml": "4.0.9",
@@ -108,26 +108,26 @@
108108
"@types/sortablejs": "1.15.8",
109109
"@types/tinycolor2": "1.4.6",
110110
"@types/validator": "13.12.0",
111-
"@vitejs/plugin-vue": "5.1.1",
112-
"@vitejs/plugin-vue-jsx": "4.0.0",
113-
"@vue/compiler-sfc": "3.4.35",
111+
"@vitejs/plugin-vue": "5.1.2",
112+
"@vitejs/plugin-vue-jsx": "4.0.1",
113+
"@vue/compiler-sfc": "3.4.38",
114114
"cors": "2.8.5",
115-
"lint-staged": "15.2.8",
116-
"postcss": "8.4.40",
115+
"lint-staged": "15.2.9",
116+
"postcss": "8.4.41",
117117
"postcss-nested": "6.2.0",
118118
"postcss-preset-env": "9.6.0",
119119
"prettier": "3.3.3",
120-
"rollup": "^4.19.1",
120+
"rollup": "^4.21.0",
121121
"rollup-plugin-visualizer": "5.12.0",
122122
"simple-git-hooks": "2.11.1",
123123
"typescript": "5.5.4",
124124
"unplugin-auto-import": "0.17.8",
125-
"vite": "5.3.5",
125+
"vite": "5.4.2",
126126
"vite-plugin-checker": "0.7.2",
127-
"vite-plugin-mkcert": "1.17.5",
127+
"vite-plugin-mkcert": "1.17.6",
128128
"vite-plugin-wasm": "3.3.0",
129129
"vite-tsconfig-paths": "4.3.2",
130130
"windicss": "3.5.6"
131131
},
132-
"packageManager": "pnpm@9.7.1"
132+
"packageManager": "pnpm@9.8.0"
133133
}

0 commit comments

Comments
 (0)