Skip to content

Commit

Permalink
feat: upgrade to nuxt 3.8 and fixed verbatimModuleSyntax problems
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgarciaesgi committed Oct 20, 2023
1 parent 15eb173 commit 68f6bac
Show file tree
Hide file tree
Showing 37 changed files with 3,401 additions and 4,482 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"vue/multi-word-component-names": "off",
"@typescript-eslint/no-inferrable-types": "off",
"@typescript-eslint/no-unused-vars": ["off"],
"@typescript-eslint/consistent-type-import": "on",
"import/named": "off"
}
}
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"dist"
],
"scripts": {
"prepack": "nuxt-module-build",
"prepack": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"prepare:playground": "nuxi prepare playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground && pnpm run test:prepare-fixtures",
"dev:prepare": "nuxt-module-build build --stub && nuxi prepare playground && pnpm run test:prepare-fixtures",
"build:test": "cross-env NUXT_BUILD_TYPE=stub pnpm run prepack && pnpm run dev:build",
"test:prepare-fixtures": "nuxi prepare test/fixtures/simple && nuxi prepare test/fixtures/withOptions && nuxi prepare test/fixtures/complex",
"test:fixtures": "vitest run --dir test",
Expand Down Expand Up @@ -60,44 +60,44 @@
"url": "https://github.com/victorgarciaesgi/nuxt-typed-router/issues"
},
"dependencies": {
"@nuxt/kit": "^3.6.5",
"@nuxt/kit": "^3.8.0",
"chalk": "^5.3.0",
"defu": "^6.1.2",
"lodash-es": "^4.17.21",
"log-symbols": "^5.1.0",
"mkdirp": "^3.0.1",
"nanoid": "^4.0.2",
"nanoid": "^5.0.2",
"pathe": "1.1.1"
},
"devDependencies": {
"@nuxt/devtools": "^0.8.0",
"@nuxt/module-builder": "^0.4.0",
"@nuxt/test-utils": "^3.6.5",
"@nuxt/devtools": "^1.0.0",
"@nuxt/module-builder": "^0.5.2",
"@nuxt/test-utils": "^3.8.0",
"@nuxt/types": "^2.17.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "8.0.0-beta.10",
"@nuxtjs/web-vitals": "^0.2.6",
"@types/lodash-es": "^4.17.8",
"@types/node": "^20.5.0",
"@types/lodash-es": "^4.17.10",
"@types/node": "^20.8.7",
"@types/prettier": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vue/test-utils": "^2.4.1",
"bumpp": "9.1.1",
"changelogithub": "0.12.12",
"bumpp": "9.2.0",
"changelogithub": "0.13.1",
"cross-env": "^7.0.3",
"eslint": "8.47.0",
"eslint": "8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.17.0",
"nuxt": "3.6.5",
"nuxt-seo-kit": "1.3.9",
"playwright": "1.37.0",
"prettier": "3.0.2",
"tsd": "^0.28.1",
"typescript": "^5.1.6",
"vitest": "^0.34.2",
"vue-eslint-parser": "^9.3.1",
"vue-router": "^4.2.4",
"vue-tsc": "^1.8.8"
"nuxt": "3.8.0",
"nuxt-seo-kit": "1.3.13",
"playwright": "1.39.0",
"prettier": "3.0.3",
"tsd": "^0.29.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6",
"vue-eslint-parser": "^9.3.2",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.19"
}
}
Empty file.

0 comments on commit 68f6bac

Please sign in to comment.