Skip to content

Commit

Permalink
chore(deps): maintain dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jul 24, 2024
1 parent f4a1418 commit 191e2d4
Show file tree
Hide file tree
Showing 3 changed files with 2,440 additions and 3,382 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,32 +52,32 @@
"test": "npm run typecheck && npm run lint && npm run unit && npm run build"
},
"dependencies": {
"@nuxt/devtools-kit": "^1.3.3",
"@nuxt/kit": "^3.12.1",
"@prismicio/client": "^7.5.0",
"@nuxt/devtools-kit": "^1.3.9",
"@nuxt/kit": "^3.12.4",
"@prismicio/client": "^7.7.3",
"@prismicio/vue": "^4.2.2",
"birpc": "0.2.17",
"consola": "^3.2.3",
"defu": "^6.1.4",
"pathe": "^1.1.2",
"sirv": "^2.0.4",
"terminate": "^2.6.1"
"terminate": "^2.8.0"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.35",
"@iconify-json/carbon": "^1.1.36",
"@iconify-json/logos": "^1.1.43",
"@nuxt/devtools-ui-kit": "^1.3.3",
"@nuxt/devtools-ui-kit": "^1.3.9",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.7.1",
"@nuxt/schema": "^3.12.1",
"@unocss/preset-icons": "^0.61.0",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^9.4.0",
"memfs": "^4.9.2",
"nuxt": "^3.12.1",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/schema": "^3.12.4",
"@unocss/preset-icons": "^0.61.5",
"@vitest/coverage-v8": "^2.0.4",
"eslint": "^9.7.0",
"memfs": "^4.9.4",
"nuxt": "^3.12.4",
"standard-version": "^9.5.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
"typescript": "^5.5.4",
"vitest": "^2.0.4"
},
"engines": {
"node": ">=16.10.0"
Expand Down
1 change: 1 addition & 0 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"private": true,
"name": "@nuxtjs/prismic.playground"
}
Loading

0 comments on commit 191e2d4

Please sign in to comment.