Skip to content

Commit

Permalink
fix(modules): globEager is deprecated, causes error #80
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Nov 19, 2023
1 parent 1557f9d commit 26ff771
Show file tree
Hide file tree
Showing 9 changed files with 1,093 additions and 545 deletions.
3 changes: 0 additions & 3 deletions .eslintrc

This file was deleted.

7 changes: 7 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import antfu from '@antfu/eslint-config'
import unocss from '@unocss/eslint-plugin'

export default antfu(
{},
unocss.configs.flat,
)
34 changes: 18 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "vite-primevue-starter",
"version": "1.7.0",
"version": "1.7.1",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite --port 3333 --open",
"build": "vite build",
Expand All @@ -16,17 +17,18 @@
"test:ui": "vitest --ui"
},
"devDependencies": {
"@antfu/eslint-config": "1.1.2",
"@antfu/eslint-config": "1.2.1",
"@cypress/vite-dev-server": "^5.0.6",
"@iconify/json": "^2.2.142",
"@iconify/json": "^2.2.143",
"@intlify/unplugin-vue-i18n": "^1.5.0",
"@sfxcode/formkit-primevue": "^1.5.1",
"@types/markdown-it-link-attributes": "^3.0.4",
"@types/nprogress": "^0.2.3",
"@unocss/preset-attributify": "^0.57.4",
"@unocss/preset-icons": "^0.57.4",
"@unocss/preset-typography": "^0.57.4",
"@vitejs/plugin-vue": "^4.4.1",
"@unocss/eslint-config": "^0.57.5",
"@unocss/preset-attributify": "^0.57.5",
"@unocss/preset-icons": "^0.57.5",
"@unocss/preset-typography": "^0.57.5",
"@vitejs/plugin-vue": "^4.5.0",
"@vitest/ui": "^0.34.6",
"@vue/server-renderer": "^3.3.8",
"@vue/test-utils": "^2.4.2",
Expand All @@ -42,7 +44,7 @@
"critters": "^0.0.20",
"cross-env": "^7.0.3",
"cypress": "^13.5.1",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"eslint-plugin-cypress": "^2.15.1",
"happy-dom": "^12.10.3",
"https-localhost": "^4.7.1",
Expand All @@ -53,30 +55,30 @@
"pinia": "~2.1.7",
"pinia-cached-store": "^0.6.6",
"pnpm": "^8.10.5",
"postcss": "^8.4.31",
"postcss-nesting": "^12.0.1",
"primeicons": "^6.0.1",
"primevue": "^3.40.1",
"prism-theme-vars": "^0.2.4",
"rxjs": "^7.8.1",
"quill": "^1.3.7",
"sass": "^1.69.5",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"unocss": "^0.57.4",
"unocss": "^0.57.5",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-markdown": "^0.25.1",
"vite": "^4.5.0",
"unplugin-vue-markdown": "^0.25.2",
"vite": "^5.0.0",
"vite-plugin-inspect": "^0.7.42",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-pwa": "^0.16.7",
"vite-plugin-restart": "^0.3.1",
"vite-plugin-pwa": "^0.17.0",
"vite-plugin-restart": "^0.4.0",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-plugin-vue-devtools": "^1.0.0-rc.5",
"vite-ssg": "^0.23.5",
"vitest": "^0.34.6",
"vue": "^3.3.8",
"vue-demi": "^0.14.6",
"vue-i18n": "^9.6.5",
"vue-i18n": "^9.7.0",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.22",
"wait-on": "~7.2.0"
Expand Down
Loading

0 comments on commit 26ff771

Please sign in to comment.