Skip to content

Commit

Permalink
feat: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgarciaesgi committed Apr 3, 2024
1 parent 98a3878 commit 00522d7
Show file tree
Hide file tree
Showing 11 changed files with 3,162 additions and 1,739 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"@nuxt-themes/docus": "1.15.0",
"nuxt": "3.10.2"
"nuxt": "3.11.1"
}
}
60 changes: 30 additions & 30 deletions package.json
Expand Up @@ -63,53 +63,53 @@
"prettier": "^2.5.x || 3.x"
},
"dependencies": {
"@nuxt/kit": "^3.10.2",
"@nuxt/kit": "^3.11.1",
"chalk": "5.3.0",
"defu": "6.1.4",
"lodash-es": "4.17.21",
"log-symbols": "6.0.0",
"mkdirp": "3.0.1",
"nanoid": "5.0.3",
"pathe": "1.1.1",
"prettier": "3.1.0"
"nanoid": "5.0.6",
"pathe": "1.1.2",
"prettier": "3.2.5"
},
"devDependencies": {
"@intlify/core-base": "9.9.1",
"@intlify/message-compiler": "9.9.1",
"@intlify/shared": "9.9.1",
"@intlify/core-base": "9.10.2",
"@intlify/message-compiler": "9.10.2",
"@intlify/shared": "9.10.2",
"@intlify/vue-i18n-bridge": "1.1.0",
"@intlify/vue-router-bridge": "1.1.0",
"@nuxt/content": "2.12.0",
"@nuxt/devtools": "1.0.8",
"@nuxt/content": "2.12.1",
"@nuxt/devtools": "1.1.5",
"@nuxt/module-builder": "0.5.5",
"@nuxt/schema": "3.10.2",
"@nuxt/test-utils": "3.11.0",
"@nuxt/schema": "3.11.1",
"@nuxt/test-utils": "3.12.0",
"@nuxt/types": "2.17.3",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@nuxtjs/i18n": "8.1.1",
"@nuxtjs/i18n": "8.3.0",
"@nuxtjs/web-vitals": "0.2.6",
"@playwright/test": "1.41.2",
"@playwright/test": "1.42.1",
"@types/lodash-es": "4.17.12",
"@types/node": "20.11.19",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"@vue/test-utils": "2.4.4",
"bumpp": "9.3.0",
"changelogithub": "0.13.3",
"@types/node": "20.12.3",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@vue/test-utils": "2.4.5",
"bumpp": "9.4.0",
"changelogithub": "0.13.5",
"cross-env": "7.0.3",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-vue": "9.21.1",
"nuxt": "3.10.2",
"eslint-plugin-vue": "9.24.0",
"nuxt": "3.11.1",
"nuxt-seo-kit": "1.3.13",
"playwright": "1.41.2",
"tsd": "0.30.5",
"typescript": "5.3.3",
"vitest": "1.3.1",
"vue": "3.4.19",
"playwright": "1.42.1",
"tsd": "0.31.0",
"typescript": "5.4.3",
"vitest": "1.4.0",
"vue": "3.4.21",
"vue-eslint-parser": "9.4.2",
"vue-i18n": "9.9.1",
"vue-router": "4.2.5",
"vue-tsc": "1.8.27"
"vue-i18n": "9.10.2",
"vue-router": "4.3.0",
"vue-tsc": "2.0.7"
}
}

0 comments on commit 00522d7

Please sign in to comment.