Skip to content

Commit

Permalink
chor: deps up
Browse files Browse the repository at this point in the history
  • Loading branch information
morsellif committed Mar 22, 2024
1 parent 65a53ba commit 63440df
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

Binary file modified bun.lockb
Binary file not shown.
31 changes: 14 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "easy-radio",
"packageManager": "[email protected]",
"packageManager": "[email protected]",
"type": "module",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,34 +30,30 @@
"vue-router": "^4.3.0"
},
"devDependencies": {
"@nuxt/devtools": "^1.0.8",
"@nuxt/devtools": "^1.1.3",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "8.1.1",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.11.25",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"autoprefixer": "^10.4.18",
"cssnano": "^6.1.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.22.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.23.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"npm-check-updates": "^16.14.15",
"nuxt": "^3.10.3",
"nuxt": "^3.11.1",
"only-allow": "^1.2.1",
"postcss": "^8.4.35",
"prettier": "^2.8.8",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"vite": "^5.1.5",
"vite-plugin-eslint": "^1.8.1",
"typescript": "^5.4.3",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^2.0.6"
"vue-tsc": "^2.0.7"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": [
Expand Down

0 comments on commit 63440df

Please sign in to comment.