Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgarciaesgi committed Dec 6, 2023
1 parent 1d14022 commit d86aa7b
Show file tree
Hide file tree
Showing 6 changed files with 1,031 additions and 1,374 deletions.
3 changes: 0 additions & 3 deletions .npmrc

This file was deleted.

6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@
[![npm downloads][npm-total-downloads-src]][npm-downloads-href]
<img src='https://img.shields.io/npm/l/nuxt-typed-router.svg'>

-----------
> ⚠️ Nuxt 3.4 introduced a breaking change in its router output.
> Install a version superior > `v3.1.4` of nuxt-typed-router if you're using this Nuxt version
-----------

## Provide a type safe router to Nuxt with auto-generated typed definitions for route path, name and params
## Provide a type safe router to Nuxt

- Supports all programmatic navigation utils (`NuxtLink`, `useRouter`, `navigateTo`, `useRoute`, `useLocalePath`, etc...)
- Supports optional params and catchAll routes
Expand Down
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-typed-router",
"version": "3.5.0-beta.0",
"version": "3.5.0-beta.1",
"description": "Provide autocompletion for routes paths, names and params in Nuxt apps",
"type": "module",
"main": "./dist/module.cjs",
Expand Down Expand Up @@ -74,6 +74,7 @@
},
"devDependencies": {
"@nuxt/devtools": "1.0.3",
"@nuxt/schema": "3.8.2",
"@nuxt/module-builder": "0.5.4",
"@nuxt/test-utils": "3.8.1",
"@nuxt/types": "2.17.2",
Expand All @@ -83,7 +84,6 @@
"@nuxtjs/web-vitals": "0.2.6",
"@types/lodash-es": "4.17.12",
"@types/node": "20.10.0",
"@types/prettier": "3.0.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@vue/test-utils": "2.4.2",
Expand All @@ -95,13 +95,20 @@
"eslint-plugin-vue": "9.18.1",
"nuxt": "3.8.2",
"nuxt-seo-kit": "1.3.13",
"playwright": "1.37.0",
"playwright": "1.40.1",
"prettier": "3.1.0",
"tsd": "0.29.0",
"typescript": "5.3.2",
"vitest": "0.34.6",
"vue-eslint-parser": "9.3.2",
"vue-router": "4.2.5",
"vue-tsc": "1.8.22"
"vue-tsc": "1.8.22",
"vue-i18n": "9.8.0",
"@intlify/shared": "9.8.0",
"@intlify/message-compiler": "9.8.0",
"@intlify/core-base": "9.8.0",
"@intlify/vue-router-bridge": "1.1.0",
"@intlify/vue-i18n-bridge": "1.1.0",
"vue-i18n-routing": "1.2.0"
}
}
Loading

0 comments on commit d86aa7b

Please sign in to comment.