-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumped all packages, besides eslint because its annoying, set pnpm to…
… 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
1 parent
fef1861
commit 7bd9b32
Showing
6 changed files
with
2,582 additions
and
2,952 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18.20.3 | ||
22.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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" | ||
} | ||
} |
Oops, something went wrong.