Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent fce6c76 commit 1930dfb
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 289 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@shikijs/monaco": "^1.24.0",
"@typescript-eslint/parser": "^8.17.0",
"@shikijs/monaco": "^1.24.2",
"@typescript-eslint/parser": "^8.18.0",
"ansi-regex": "^6.1.0",
"fflate": "^0.8.2",
"json-to-ast": "^2.1.0",
"json5": "^2.2.3",
"monaco-editor": "^0.52.0",
"shiki": "^1.24.0"
"monaco-editor": "^0.52.2",
"shiki": "^1.24.2"
},
"devDependencies": {
"@babel/parser": "^7.26.3",
"@iconify-json/ri": "^1.2.3",
"@iconify-json/vscode-icons": "^1.2.3",
"@iconify-json/vscode-icons": "^1.2.4",
"@nuxt/kit": "^3.14.1592",
"@oxc-parser/wasm": "^0.39.0",
"@swc/wasm-web": "1.10.0",
"@oxc-parser/wasm": "^0.40.1",
"@swc/wasm-web": "1.10.1",
"@sxzz/eslint-config": "^4.5.1",
"@sxzz/prettier-config": "^2.0.2",
"@types/css-tree": "^2.3.9",
Expand All @@ -42,7 +42,7 @@
"@vue/compiler-sfc": "^3.5.13",
"@vueuse/nuxt": "^12.0.0",
"acorn": "^8.14.0",
"bumpp": "^9.8.1",
"bumpp": "^9.9.0",
"esbuild": "^0.24.0",
"eslint": "^9.16.0",
"esprima-next": "^6.0.3",
Expand All @@ -56,10 +56,10 @@
"rehype": "^13.0.2",
"remark": "^15.0.1",
"serve": "^14.2.4",
"sql-parser-cst": "^0.30.0",
"svelte": "^5.8.1",
"sql-parser-cst": "^0.31.0",
"svelte": "^5.11.2",
"tsx": "^4.19.2",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"unplugin-replace": "^0.3.3",
"vue-tsc": "^2.1.10"
},
Expand Down
Loading

0 comments on commit 1930dfb

Please sign in to comment.