chore(deps): update all non-major dependencies (#678)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
This commit is contained in:
renovate[bot]
2024-01-13 02:46:31 +08:00
committed by GitHub
parent 62947451b3
commit 436868d9f9
5 changed files with 765 additions and 943 deletions

View File

@ -9,12 +9,12 @@
"preview": "vite preview"
},
"dependencies": {
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.7",
"@vue/babel-plugin-jsx": "workspace:*",
"monaco-editor": "^0.44.0",
"vue": "^3.3.7"
"monaco-editor": "^0.45.0",
"vue": "^3.4.11"
},
"devDependencies": {
"vite-plugin-node-polyfills": "^0.15.0"
"vite-plugin-node-polyfills": "^0.19.0"
}
}