diff --git a/.npmrc b/.npmrc deleted file mode 100644 index bf2e764..0000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -shamefully-hoist=true diff --git a/bun.lockb b/bun.lockb index bea9586..9d1f58b 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index d937a29..7bf3c61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "easy-radio", - "packageManager": "pnpm@8.15.4", + "packageManager": "bun@1.0.33", + "type": "module", "private": true, "repository": { "type": "git", @@ -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}": [