Skip to content

Commit

Permalink
chore: update dependencies - nuxt 3.13.2 & other dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vernaillen committed Sep 21, 2024
1 parent c356a13 commit 2e541f4
Show file tree
Hide file tree
Showing 3 changed files with 1,851 additions and 2,510 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,43 +52,43 @@
"start": "pnpm run wp-env:create && pnpm run dev"
},
"dependencies": {
"@nuxt/kit": "3.13.1",
"@vueuse/nuxt": "^11.0.3",
"@nuxt/kit": "3.13.2",
"@vueuse/nuxt": "^11.1.0",
"defu": "^6.1.4",
"graphql": "^16.9.0",
"nuxt-graphql-middleware": "4.1.1",
"ohash": "^1.1.3",
"unstorage": "^1.11.1",
"ohash": "^1.1.4",
"unstorage": "^1.12.0",
"vue-sanitize-directive": "^0.2.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.3",
"@graphql-codegen/typescript-operations": "^4.2.3",
"@nuxt/devtools": "^1.4.1",
"@nuxt/eslint-config": "^0.5.5",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/schema": "3.13.1",
"@nuxt/test-utils": "^3.14.1",
"@rollup/rollup-linux-arm64-gnu": "^4.21.2",
"@rollup/rollup-linux-arm64-musl": "^4.21.2",
"@types/node": "22.5.3",
"@vitest/coverage-v8": "^2.0.5",
"@nuxt/devtools": "^1.5.0",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "3.13.2",
"@nuxt/test-utils": "^3.14.2",
"@rollup/rollup-linux-arm64-gnu": "^4.22.4",
"@rollup/rollup-linux-arm64-musl": "^4.22.4",
"@types/node": "22.5.5",
"@vitest/coverage-v8": "^2.1.1",
"@vue/test-utils": "^2.4.6",
"@wordpress/env": "^10.6.0",
"changelogen": "^0.5.5",
"@wordpress/env": "^10.8.0",
"changelogen": "^0.5.7",
"markdownlint-cli": "^0.41.0",
"nuxt": "^3.13.1",
"nuxt": "^3.13.2",
"nuxt-content-twoslash": "^0.1.1",
"release-it": "^17.6.0",
"shiki": "^1.16.1",
"twoslash": "^0.2.10",
"typescript": "^5.5.4",
"shiki": "^1.18.0",
"twoslash": "^0.2.11",
"typescript": "^5.6.2",
"untyped": "1.4.2",
"vite": "^5.4.3",
"vitest": "^2.0.5",
"vite": "^5.4.7",
"vitest": "^2.1.1",
"vue-docgen-web-types": "^0.1.8",
"vue-tsc": "2.1.4"
"vue-tsc": "2.1.6"
},
"peerDependencies": {
"consola": "^3.2.3",
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"@iconify-json/mdi": "^1.2.0",
"@iconify-json/svg-spinners": "^1.2.0",
"@iconify-json/uil": "^1.2.0",
"@nuxt/eslint": "^0.5.5",
"@nuxt/eslint": "^0.5.7",
"@nuxt/image": "^1.8.0",
"@nuxt/ui-pro": "^1.4.1",
"nuxt": "^3.13.1",
"vite-plugin-eslint2": "^4.4.0"
"@nuxt/ui-pro": "^1.4.2",
"nuxt": "^3.13.2",
"vite-plugin-eslint2": "^4.4.1"
}
}
Loading

0 comments on commit 2e541f4

Please sign in to comment.