-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove experimental feature workarounds
- update vite-plugin-vuetify to v2.0.2 - update nuxt-auth-utils to v0.0.20
- Loading branch information
1 parent
d7056e9
commit 4b5fe9e
Showing
3 changed files
with
384 additions
and
357 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
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,15 +1,15 @@ | ||
{ | ||
"private": true, | ||
"type": "module", | ||
"packageManager": "[email protected].3", | ||
"packageManager": "[email protected].4", | ||
"scripts": { | ||
"build": "cross-env NODE_OPTIONS='--no-warnings=ExperimentalWarning' nuxt build", | ||
"dev": "cross-env NODE_OPTIONS='--no-warnings=ExperimentalWarning' nuxt dev -o", | ||
"generate": "cross-env NODE_OPTIONS='--no-warnings=ExperimentalWarning' nuxt generate", | ||
"postinstall": "cross-env NODE_OPTIONS='--no-warnings=ExperimentalWarning' nuxt prepare", | ||
"preview": "cross-env NODE_OPTIONS='--no-warnings=ExperimentalWarning' nuxt preview", | ||
"typecheck": "cross-env NODE_OPTIONS='--no-warnings=ExperimentalWarning' nuxt typecheck", | ||
"test": "cross-env NODE_OPTIONS='--no-warnings=ExperimentalWarning' vitest", | ||
"build": "nuxt build", | ||
"dev": "nuxt dev -o", | ||
"generate": "nuxt generate", | ||
"postinstall": "nuxt prepare", | ||
"preview": "nuxt preview", | ||
"typecheck": "nuxt typecheck", | ||
"test": "vitest", | ||
"lint": "eslint . --fix --ignore-path .gitignore" | ||
}, | ||
"devDependencies": { | ||
|
@@ -18,12 +18,11 @@ | |
"@nuxt/eslint-config": "^0.2.0", | ||
"@nuxt/test-utils": "^3.11.0", | ||
"@vue/test-utils": "^2.4.4", | ||
"cross-env": "^7.0.3", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"happy-dom": "^13.5.2", | ||
"happy-dom": "^13.6.2", | ||
"nuxt": "^3.10.3", | ||
"playwright-core": "^1.41.2", | ||
"playwright-core": "^1.42.0", | ||
"prettier": "^3.2.5", | ||
"rollup-plugin-regexp": "^5.0.1", | ||
"vitest": "^1.3.1", | ||
|
@@ -32,9 +31,9 @@ | |
}, | ||
"dependencies": { | ||
"@pinia/nuxt": "^0.5.1", | ||
"@vueuse/nuxt": "^10.8.0", | ||
"@vueuse/nuxt": "^10.9.0", | ||
"echarts": "^5.5.0", | ||
"nuxt-auth-utils": "^0.0.19", | ||
"nuxt-auth-utils": "^0.0.20", | ||
"vue-echarts": "^6.6.9" | ||
} | ||
} |
Oops, something went wrong.