Skip to content

Commit 676b62a

Browse files
committed
fix order
1 parent 77ff64c commit 676b62a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Diff for: package.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
},
7272
"homepage": "https://github.com/vuejs/repl#readme",
7373
"devDependencies": {
74+
"@babel/standalone": "^7.24.5",
7475
"@babel/types": "^7.24.5",
7576
"@rollup/plugin-replace": "^5.0.5",
7677
"@shikijs/monaco": "^1.6.0",
@@ -83,7 +84,9 @@
8384
"@volar/cdn": "~1.11.1",
8485
"@volar/monaco": "~1.11.1",
8586
"@volar/typescript": "~1.11.1",
87+
"@vue/babel-plugin-jsx": "^1.2.2",
8688
"@vue/language-service": "1.9.0-alpha.3",
89+
"assert": "^2.1.0",
8790
"bumpp": "^9.4.1",
8891
"codemirror": "^5.65.16",
8992
"conventional-changelog-cli": "^5.0.0",
@@ -102,10 +105,5 @@
102105
"vite-plugin-dts": "^3.9.1",
103106
"vue": "^3.4.27",
104107
"vue-tsc": "^2.0.19"
105-
},
106-
"dependencies": {
107-
"@babel/standalone": "^7.24.5",
108-
"@vue/babel-plugin-jsx": "^1.2.2",
109-
"assert": "^2.1.0"
110108
}
111109
}

0 commit comments

Comments
 (0)