Skip to content

Commit

Permalink
bumped all packages, besides eslint because its annoying, set pnpm to…
Browse files Browse the repository at this point in the history
… accept all above 9.0.6, node bumped to require Node 22, removed dead file, updated settings to reflect volar not existing, etc (#615)
  • Loading branch information
buffet-time authored Jun 19, 2024
1 parent fef1861 commit 7bd9b32
Show file tree
Hide file tree
Showing 6 changed files with 2,582 additions and 2,952 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.3
22.3.0
8 changes: 1 addition & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,5 @@
"pnpm-lock.yaml": true,
".gitignore": true,
".eslintrc.json": true
},
// Volar settings
"volar.takeOverMode.enabled": true,
"volar.icon.preview": true,
"volar.autoCompleteRefs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"cSpell.enableFiletypes": ["!html", "!jade", "!java", "!json", "!jsonc"]
}
}
1 change: 0 additions & 1 deletion .vscode/spellright.dict

This file was deleted.

2 changes: 1 addition & 1 deletion components.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}

/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
ISvgBook: typeof import('~icons/svg/book')['default']
Expand Down
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=18.0.0",
"pnpm": "9.0.6"
"node": ">=22.0.0",
"pnpm": "^9.0.6"
},
"engineStrict": true,
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"build": "nuxt build",
Expand All @@ -26,46 +27,46 @@
"test:watch": "vitest --watch"
},
"devDependencies": {
"@nuxt/vite-builder": "^3.11.2",
"@nuxt/vite-builder": "^3.12.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "^8.3.1",
"@nuxtjs/tailwindcss": "^6.12.0",
"@types/dotenv-safe": "^8.1.6",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.25",
"@types/node": "^20.14.5",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-sfc": "^3.4.29",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.5",
"@vue/test-utils": "^2.4.6",
"dotenv-safe": "^9.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-tailwindcss": "^3.15.1",
"eslint-plugin-vue": "^9.25.0",
"eslint-plugin-tailwindcss": "^3.17.3",
"eslint-plugin-vue": "^9.26.0",
"eslint-plugin-vuejs-accessibility": "^2.3.0",
"happy-dom": "^14.7.1",
"happy-dom": "^14.12.0",
"husky": "^9.0.11",
"nuxt": "^3.11.2",
"nuxt": "^3.12.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"pretty-quick": "^4.0.0",
"swagger-typescript-api": "^13.0.3",
"tailwindcss": "^3.4.3",
"swagger-typescript-api": "^13.0.6",
"tailwindcss": "^3.4.4",
"typescript": "5.4.5",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.10",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.3.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-top-level-await": "^1.4.1",
"vitest": "^1.5.2",
"vitest": "^1.6.0",
"vitest-fetch-mock": "^0.2.2",
"vue": "^3.4.19"
"vue": "^3.4.29"
},
"dependencies": {
"@vueuse/core": "^10.9.0"
"@vueuse/core": "^10.11.0"
}
}
Loading

0 comments on commit 7bd9b32

Please sign in to comment.