Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Sep 14, 2023
1 parent 1b3999b commit 4d22106
Show file tree
Hide file tree
Showing 3 changed files with 941 additions and 940 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"serve": "vitepress serve"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.20",
"unocss": "^0.55.4",
"vitepress": "1.0.0-rc.10"
"@iconify-json/carbon": "^1.1.21",
"unocss": "^0.55.7",
"vitepress": "1.0.0-rc.13"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nuxt-api-party",
"type": "module",
"version": "0.17.1",
"packageManager": "[email protected].1",
"packageManager": "[email protected].5",
"description": "Nuxt 3 module to securely connect with any API",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -48,7 +48,7 @@
"prepare": "nuxi prepare playground && nuxi prepare test/fixture"
},
"dependencies": {
"@nuxt/kit": "^3.7.0",
"@nuxt/kit": "^3.7.3",
"defu": "^6.1.2",
"ofetch": "^1.3.3",
"ohash": "^1.1.3",
Expand All @@ -60,16 +60,16 @@
"openapi-typescript": "^5 || ^6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.41.0",
"@antfu/eslint-config": "^0.42.0",
"@nuxt/module-builder": "^0.5.1",
"@nuxt/test-utils": "^3.7.0",
"@types/node": "^20.5.7",
"@nuxt/test-utils": "^3.7.3",
"@types/node": "^20.6.0",
"bumpp": "^9.2.0",
"eslint": "^8.48.0",
"nuxt": "^3.7.0",
"eslint": "^8.49.0",
"nuxt": "^3.7.3",
"nuxt-api-party": "workspace:*",
"typescript": "^5.2.2",
"vitest": "^0.34.3",
"vue-tsc": "^1.8.8"
"vitest": "^0.34.4",
"vue-tsc": "^1.8.11"
}
}
Loading

0 comments on commit 4d22106

Please sign in to comment.