Skip to content

Commit a49fd51

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

File tree

2 files changed

+457
-483
lines changed

2 files changed

+457
-483
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vue/repl",
33
"version": "4.7.0",
44
"description": "Vue component for editing Vue components",
5-
"packageManager": "pnpm@10.14.0",
5+
"packageManager": "pnpm@10.17.1",
66
"type": "module",
77
"main": "dist/ssr-stub.js",
88
"module": "dist/vue-repl.js",
@@ -76,47 +76,47 @@
7676
},
7777
"homepage": "https://github.com/vuejs/repl#readme",
7878
"devDependencies": {
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",
79+
"@babel/standalone": "^7.28.4",
80+
"@babel/types": "^7.28.4",
81+
"@eslint/js": "^9.36.0",
82+
"@jridgewell/gen-mapping": "^0.3.13",
83+
"@jridgewell/trace-mapping": "^0.3.31",
8484
"@rollup/plugin-replace": "^6.0.2",
85-
"@shikijs/monaco": "^3.9.2",
85+
"@shikijs/monaco": "^3.13.0",
8686
"@types/babel__standalone": "^7.1.9",
8787
"@types/codemirror": "^5.60.16",
8888
"@types/hash-sum": "^1.0.2",
89-
"@types/node": "^24.2.0",
89+
"@types/node": "^24.5.2",
9090
"@vitejs/plugin-vue": "^6.0.1",
9191
"@volar/jsdelivr": "2.4.23",
9292
"@volar/monaco": "2.4.23",
9393
"@volar/typescript": "2.4.23",
94-
"@vue/babel-plugin-jsx": "^1.4.0",
95-
"@vue/language-core": "3.0.8",
96-
"@vue/language-service": "3.0.8",
97-
"@vue/typescript-plugin": "3.0.8",
94+
"@vue/babel-plugin-jsx": "^1.5.0",
95+
"@vue/language-core": "3.1.0",
96+
"@vue/language-service": "3.1.0",
97+
"@vue/typescript-plugin": "3.1.0",
9898
"assert": "^2.1.0",
99-
"bumpp": "^10.2.2",
100-
"codemirror": "^5.65.18",
99+
"bumpp": "^10.2.3",
100+
"codemirror": "^5.65.20",
101101
"conventional-changelog-cli": "^5.0.0",
102-
"eslint": "^9.32.0",
103-
"eslint-plugin-vue": "^10.4.0",
102+
"eslint": "^9.36.0",
103+
"eslint-plugin-vue": "^10.5.0",
104104
"fflate": "^0.8.2",
105105
"hash-sum": "^2.0.0",
106-
"lint-staged": "^16.1.4",
107-
"monaco-editor-core": "^0.52.2",
106+
"lint-staged": "^16.2.3",
107+
"monaco-editor-core": "^0.53.0",
108108
"prettier": "^3.6.2",
109-
"shiki": "^3.9.2",
109+
"shiki": "^3.13.0",
110110
"simple-git-hooks": "^2.13.1",
111111
"source-map-js": "^1.2.1",
112112
"sucrase": "^3.35.0",
113113
"typescript": "^5.9.2",
114-
"typescript-eslint": "^8.39.0",
115-
"vite": "^7.0.6",
114+
"typescript-eslint": "^8.45.0",
115+
"vite": "^7.1.7",
116116
"vite-plugin-dts": "^4.5.4",
117117
"vscode-uri": "^3.1.0",
118118
"volar-service-typescript": "0.0.65",
119-
"vue": "^3.5.18",
120-
"vue-tsc": "3.0.8"
119+
"vue": "^3.5.22",
120+
"vue-tsc": "3.1.0"
121121
}
122122
}

0 commit comments

Comments
 (0)