Skip to content

Commit 190a974

Browse files
refactor: remove path-browserify polyfill (#167)
1 parent 2cba9f9 commit 190a974

File tree

5 files changed

+123
-148
lines changed

5 files changed

+123
-148
lines changed

package.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
"@types/codemirror": "^5.60.12",
6464
"@types/node": "^20.8.9",
6565
"@vitejs/plugin-vue": "^4.4.0",
66-
"@volar/cdn": "~1.10.7",
67-
"@volar/monaco": "~1.10.7",
68-
"@volar/typescript": "~1.10.7",
69-
"@vue/language-service": "1.8.22",
66+
"@volar/cdn": "~1.10.10",
67+
"@volar/monaco": "~1.10.10",
68+
"@volar/typescript": "~1.10.10",
69+
"@vue/language-service": "1.9.0-alpha.2",
7070
"bumpp": "^9.2.0",
7171
"codemirror": "^5.65.15",
7272
"fflate": "^0.8.1",
@@ -77,13 +77,12 @@
7777
"monaco-textmate": "^3.0.1",
7878
"monaco-volar": "^0.4.0",
7979
"onigasm": "^2.2.5",
80-
"path-browserify": "^1.0.1",
8180
"prettier": "^3.0.3",
8281
"simple-git-hooks": "^2.9.0",
8382
"sucrase": "^3.34.0",
8483
"typescript": "^5.2.2",
8584
"vite": "^4.5.0",
8685
"vue": "^3.3.7",
87-
"vue-tsc": "1.8.22"
86+
"vue-tsc": "1.9.0-alpha.2"
8887
}
8988
}

0 commit comments

Comments
 (0)