Skip to content

Commit

Permalink
fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed May 24, 2024
1 parent 77ff64c commit 676b62a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
},
"homepage": "https://github.com/vuejs/repl#readme",
"devDependencies": {
"@babel/standalone": "^7.24.5",
"@babel/types": "^7.24.5",
"@rollup/plugin-replace": "^5.0.5",
"@shikijs/monaco": "^1.6.0",
Expand All @@ -83,7 +84,9 @@
"@volar/cdn": "~1.11.1",
"@volar/monaco": "~1.11.1",
"@volar/typescript": "~1.11.1",
"@vue/babel-plugin-jsx": "^1.2.2",
"@vue/language-service": "1.9.0-alpha.3",
"assert": "^2.1.0",
"bumpp": "^9.4.1",
"codemirror": "^5.65.16",
"conventional-changelog-cli": "^5.0.0",
Expand All @@ -102,10 +105,5 @@
"vite-plugin-dts": "^3.9.1",
"vue": "^3.4.27",
"vue-tsc": "^2.0.19"
},
"dependencies": {
"@babel/standalone": "^7.24.5",
"@vue/babel-plugin-jsx": "^1.2.2",
"assert": "^2.1.0"
}
}

0 comments on commit 676b62a

Please sign in to comment.