Skip to content

Commit ab2b0f0

Browse files
chore(deps): update all non-major dependencies
1 parent d484513 commit ab2b0f0

File tree

2 files changed

+652
-645
lines changed

2 files changed

+652
-645
lines changed

package.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vue/repl",
33
"version": "4.4.2",
44
"description": "Vue component for editing Vue components",
5-
"packageManager": "pnpm@9.12.1",
5+
"packageManager": "pnpm@9.15.0",
66
"type": "module",
77
"main": "dist/ssr-stub.js",
88
"module": "dist/vue-repl.js",
@@ -71,40 +71,40 @@
7171
},
7272
"homepage": "https://github.com/vuejs/repl#readme",
7373
"devDependencies": {
74-
"@babel/standalone": "^7.25.7",
75-
"@babel/types": "^7.25.7",
76-
"@eslint/js": "^9.12.0",
74+
"@babel/standalone": "^7.26.4",
75+
"@babel/types": "^7.26.3",
76+
"@eslint/js": "^9.17.0",
7777
"@rollup/plugin-replace": "^6.0.1",
78-
"@shikijs/monaco": "^1.22.0",
79-
"@types/babel__standalone": "^7.1.7",
78+
"@shikijs/monaco": "^1.24.2",
79+
"@types/babel__standalone": "^7.1.9",
8080
"@types/codemirror": "^5.60.15",
8181
"@types/hash-sum": "^1.0.2",
82-
"@types/node": "^22.7.5",
83-
"@vitejs/plugin-vue": "^5.1.4",
84-
"@volar/jsdelivr": "~2.4.6",
85-
"@volar/monaco": "~2.4.6",
82+
"@types/node": "^22.10.2",
83+
"@vitejs/plugin-vue": "^5.2.1",
84+
"@volar/jsdelivr": "~2.4.10",
85+
"@volar/monaco": "~2.4.10",
8686
"@vue/babel-plugin-jsx": "^1.2.5",
87-
"@vue/language-service": "~2.1.6",
87+
"@vue/language-service": "~2.1.10",
8888
"assert": "^2.1.0",
89-
"bumpp": "^9.7.1",
89+
"bumpp": "^9.9.1",
9090
"codemirror": "^5.65.18",
9191
"conventional-changelog-cli": "^5.0.0",
92-
"eslint": "^9.12.0",
93-
"eslint-plugin-vue": "^9.28.0",
92+
"eslint": "^9.16.0",
93+
"eslint-plugin-vue": "^9.32.0",
9494
"fflate": "^0.8.2",
9595
"hash-sum": "^2.0.0",
96-
"lint-staged": "^15.2.10",
97-
"monaco-editor-core": "^0.52.0",
98-
"prettier": "^3.3.3",
99-
"shiki": "^1.22.0",
96+
"lint-staged": "^15.2.11",
97+
"monaco-editor-core": "^0.52.2",
98+
"prettier": "^3.4.2",
99+
"shiki": "^1.24.2",
100100
"simple-git-hooks": "^2.11.1",
101101
"sucrase": "^3.35.0",
102-
"typescript": "^5.6.3",
103-
"typescript-eslint": "^8.8.1",
104-
"vite": "^5.4.8",
105-
"vite-plugin-dts": "^4.2.3",
102+
"typescript": "^5.7.2",
103+
"typescript-eslint": "^8.18.0",
104+
"vite": "^5.4.11",
105+
"vite-plugin-dts": "^4.3.0",
106106
"vscode-uri": "^3.0.8",
107-
"vue": "^3.5.11",
108-
"vue-tsc": "~2.1.6"
107+
"vue": "^3.5.13",
108+
"vue-tsc": "~2.1.10"
109109
}
110110
}

0 commit comments

Comments
 (0)