Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 30, 2024
1 parent 56bf8fe commit 8884b2a
Show file tree
Hide file tree
Showing 5 changed files with 427 additions and 186 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.34",
"@nuxt/devtools-kit": "^1.3.1",
"@nuxt/devtools-kit": "^1.3.2",
"@nuxt/devtools-ui-kit": "latest",
"@nuxt/kit": "^3.11.2",
"nuxt": "latest",
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"@nuxt/image": "^1.7.0",
"@nuxt/ui-pro": "^1.2.0",
"@nuxtjs/mdc": "^0.7.1",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"@vueuse/core": "^10.10.0",
"@vueuse/nuxt": "^10.10.0",
"nuxt": "^3.11.2",
"nuxt-og-image": "^2.2.4"
},
"devDependencies": {
"@nuxthq/studio": "^1.1.0",
"@nuxthq/studio": "^1.1.1",
"vue-tsc": "^2.0.19"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/devtools-kit": "^1.3.1",
"@nuxt/devtools-kit": "^1.3.2",
"@nuxt/kit": "^3.11.2",
"chalk": "^5.3.0",
"css-tree": "^2.3.1",
Expand Down Expand Up @@ -83,10 +83,10 @@
"ofetch": "^1.3.4",
"playwright-core": "^1.44.1",
"semver": "^7.6.2",
"shiki": "^1.6.0",
"shiki": "^1.6.1",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.2.11",
"vite": "^5.2.12",
"vitest": "^1.6.0",
"vue-bundle-renderer": "^2.1.0",
"vue-tsc": "^2.0.19"
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"vue-router": "latest"
},
"devDependencies": {
"sass": "^1.77.2"
"sass": "^1.77.3"
}
}
Loading

0 comments on commit 8884b2a

Please sign in to comment.