Skip to content

Commit c973334

Browse files
committed
chore: upgrade deps
1 parent e32137c commit c973334

File tree

3 files changed

+1103
-1021
lines changed

3 files changed

+1103
-1021
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vue/repl",
33
"version": "4.6.2",
44
"description": "Vue component for editing Vue components",
5-
"packageManager": "pnpm@9.15.5",
5+
"packageManager": "pnpm@10.14.0",
66
"type": "module",
77
"main": "dist/ssr-stub.js",
88
"module": "dist/vue-repl.js",
@@ -76,43 +76,43 @@
7676
},
7777
"homepage": "https://github.com/vuejs/repl#readme",
7878
"devDependencies": {
79-
"@babel/standalone": "^7.26.9",
80-
"@babel/types": "^7.26.9",
81-
"@eslint/js": "^9.20.0",
82-
"@jridgewell/gen-mapping": "^0.3.8",
83-
"@jridgewell/trace-mapping": "^0.3.25",
79+
"@babel/standalone": "^7.28.2",
80+
"@babel/types": "^7.28.2",
81+
"@eslint/js": "^9.32.0",
82+
"@jridgewell/gen-mapping": "^0.3.12",
83+
"@jridgewell/trace-mapping": "^0.3.29",
8484
"@rollup/plugin-replace": "^6.0.2",
85-
"@shikijs/monaco": "^1.29.2",
85+
"@shikijs/monaco": "^3.9.2",
8686
"@types/babel__standalone": "^7.1.9",
87-
"@types/codemirror": "^5.60.15",
87+
"@types/codemirror": "^5.60.16",
8888
"@types/hash-sum": "^1.0.2",
89-
"@types/node": "^22.13.4",
90-
"@vitejs/plugin-vue": "^5.2.1",
89+
"@types/node": "^24.2.0",
90+
"@vitejs/plugin-vue": "^6.0.1",
9191
"@volar/jsdelivr": "~2.4.11",
9292
"@volar/monaco": "~2.4.11",
93-
"@vue/babel-plugin-jsx": "^1.2.5",
93+
"@vue/babel-plugin-jsx": "^1.4.0",
9494
"@vue/language-service": "~2.2.2",
9595
"assert": "^2.1.0",
96-
"bumpp": "^9.11.1",
96+
"bumpp": "^10.2.2",
9797
"codemirror": "^5.65.18",
9898
"conventional-changelog-cli": "^5.0.0",
99-
"eslint": "^9.20.1",
100-
"eslint-plugin-vue": "^9.32.0",
99+
"eslint": "^9.32.0",
100+
"eslint-plugin-vue": "^10.4.0",
101101
"fflate": "^0.8.2",
102102
"hash-sum": "^2.0.0",
103-
"lint-staged": "^15.4.3",
103+
"lint-staged": "^16.1.4",
104104
"monaco-editor-core": "^0.52.2",
105-
"prettier": "^3.5.1",
106-
"shiki": "^1.29.2",
107-
"simple-git-hooks": "^2.11.1",
105+
"prettier": "^3.6.2",
106+
"shiki": "^3.9.2",
107+
"simple-git-hooks": "^2.13.1",
108108
"source-map-js": "^1.2.1",
109109
"sucrase": "^3.35.0",
110-
"typescript": "^5.7.3",
111-
"typescript-eslint": "^8.24.1",
112-
"vite": "^6.1.0",
113-
"vite-plugin-dts": "^4.5.0",
110+
"typescript": "^5.9.2",
111+
"typescript-eslint": "^8.39.0",
112+
"vite": "^7.0.6",
113+
"vite-plugin-dts": "^4.5.4",
114114
"vscode-uri": "^3.1.0",
115-
"vue": "^3.5.15",
116-
"vue-tsc": "~2.2.2"
115+
"vue": "^3.5.18",
116+
"vue-tsc": "~3.0.5"
117117
}
118118
}

0 commit comments

Comments
 (0)