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 Aug 28, 2024
1 parent 4c95bfc commit e244648
Show file tree
Hide file tree
Showing 3 changed files with 2,426 additions and 923 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"test": "npm run typecheck && npm run lint && npm run unit && npm run build"
},
"dependencies": {
"@nuxt/devtools-kit": "^1.3.9",
"@nuxt/kit": "^3.12.4",
"@prismicio/client": "^7.7.4",
"@nuxt/devtools-kit": "^1.4.1",
"@nuxt/kit": "^3.13.0",
"@prismicio/client": "^7.8.1",
"@prismicio/vue": "^4.2.2",
"birpc": "0.2.17",
"consola": "^3.2.3",
Expand All @@ -64,20 +64,20 @@
"terminate": "^2.8.0"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.36",
"@iconify-json/logos": "^1.1.43",
"@nuxt/devtools-ui-kit": "^1.3.9",
"@nuxt/eslint-config": "^0.3.13",
"@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",
"@iconify-json/carbon": "^1.1.37",
"@iconify-json/logos": "^1.1.44",
"@nuxt/devtools-ui-kit": "^1.4.1",
"@nuxt/eslint-config": "^0.5.3",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/schema": "^3.13.0",
"@unocss/preset-icons": "^0.62.3",
"@vitest/coverage-v8": "^2.0.5",
"eslint": "^9.9.1",
"memfs": "^4.11.1",
"nuxt": "^3.13.0",
"standard-version": "^9.5.0",
"typescript": "^5.5.4",
"vitest": "^2.0.4"
"vitest": "^2.0.5"
},
"engines": {
"node": ">=16.10.0"
Expand Down
Loading

0 comments on commit e244648

Please sign in to comment.