Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#105)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* pin ts version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
  • Loading branch information
renovate[bot] and sxzz authored Dec 7, 2024
1 parent 33f1296 commit adcf5fa
Show file tree
Hide file tree
Showing 2 changed files with 331 additions and 225 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ast-explorer",
"version": "0.21.2",
"private": true,
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"type": "module",
"license": "AGPL-3.0",
"scripts": {
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@shikijs/monaco": "^1.24.0",
"@typescript-eslint/parser": "^8.16.0",
"@typescript-eslint/parser": "^8.17.0",
"ansi-regex": "^6.1.0",
"fflate": "^0.8.2",
"json-to-ast": "^2.1.0",
Expand All @@ -26,17 +26,17 @@
"shiki": "^1.24.0"
},
"devDependencies": {
"@babel/parser": "^7.26.2",
"@babel/parser": "^7.26.3",
"@iconify-json/ri": "^1.2.3",
"@iconify-json/vscode-icons": "^1.2.3",
"@nuxt/kit": "^3.14.1592",
"@oxc-parser/wasm": "^0.38.0",
"@swc/wasm-web": "1.9.3",
"@oxc-parser/wasm": "^0.39.0",
"@swc/wasm-web": "1.10.0",
"@sxzz/eslint-config": "^4.5.1",
"@sxzz/prettier-config": "^2.0.2",
"@types/css-tree": "^2.3.9",
"@types/json-to-ast": "^2.1.4",
"@unocss/nuxt": "^0.64.1",
"@unocss/nuxt": "^0.65.1",
"@vue-vapor/compiler-vapor": "latest",
"@vue/compiler-dom": "^3.5.13",
"@vue/compiler-sfc": "^3.5.13",
Expand All @@ -47,7 +47,7 @@
"eslint": "^9.16.0",
"esprima-next": "^6.0.3",
"floating-vue": "5.2.2",
"flow-parser": "^0.255.0",
"flow-parser": "^0.256.0",
"htmlparser2": "^9.1.0",
"nuxt": "3.14.1592",
"nuxt-monaco-editor": "^1.3.1",
Expand All @@ -57,7 +57,7 @@
"remark": "^15.0.1",
"serve": "^14.2.4",
"sql-parser-cst": "^0.30.0",
"svelte": "^5.2.11",
"svelte": "^5.8.1",
"tsx": "^4.19.2",
"typescript": "~5.6.3",
"unplugin-replace": "^0.3.3",
Expand Down
Loading

0 comments on commit adcf5fa

Please sign in to comment.