Skip to content

Commit

Permalink
chore: upgrade deps (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Sep 27, 2023
1 parent bcc4737 commit 86619ed
Show file tree
Hide file tree
Showing 3 changed files with 487 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8

- name: Install dependencies
run: pnpm install
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -29,10 +29,10 @@
"release": "release-it"
},
"dependencies": {
"@nuxt-themes/elements": "^0.9.4",
"@nuxt-themes/elements": "^0.9.5",
"@nuxt-themes/tokens": "^1.9.1",
"@nuxt-themes/typography": "^0.11.0",
"@nuxt/content": "^2.8.2",
"@nuxt/content": "^2.8.4",
"@nuxthq/studio": "^0.14.1",
"@vueuse/integrations": "^10.4.1",
"@vueuse/nuxt": "^10.4.1",
Expand All @@ -48,7 +48,7 @@
"@nuxtjs/algolia": "^1.9.0",
"@types/node": "^20.6.5",
"eslint": "^8.50.0",
"nuxt": "^3.7.3",
"nuxt": "^3.7.4",
"release-it": "^16.2.0",
"typescript": "^5.2.2",
"vite-plugin-inspect": "^0.7.38",
Expand Down

0 comments on commit 86619ed

Please sign in to comment.