Skip to content

Commit

Permalink
chore(deps): update npm packages (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 10, 2024
1 parent e92be62 commit 1befc78
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 85 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,36 +22,36 @@
},
"devDependencies": {
"@oxc/oxc_wasm": "link:../oxc/npm/oxc-wasm",
"@types/node": "^20.12.12",
"@vitejs/plugin-vue": "^5.0.4",
"@types/node": "^20.14.2",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.19",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.5",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"prettier": "^3.3.1",
"tailwindcss": "^3.4.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.2.11"
"vite": "^5.2.13"
},
"dependencies": {
"@radix-icons/vue": "^1.0.0",
"@vueuse/core": "^10.9.0",
"@vueuse/core": "^10.10.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.378.0",
"monaco-editor": "^0.48.0",
"radix-vue": "^1.7.4",
"lucide-vue-next": "^0.390.0",
"monaco-editor": "^0.49.0",
"radix-vue": "^1.8.3",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.4.27",
"vue-tsc": "^2.0.18"
"vue-tsc": "^2.0.21"
},
"lint-staged": {
"*.{js,jsx,tsx,ts,mts,css,md,json,yml,vue}": "prettier --write"
},
"engines": {
"node": ">=20.14.0"
},
"packageManager": "pnpm@9.1.1"
"packageManager": "pnpm@9.2.0"
}
Loading

0 comments on commit 1befc78

Please sign in to comment.