Skip to content

Commit

Permalink
fix(deps): update all minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 12, 2024
1 parent 0fda827 commit 2a59099
Show file tree
Hide file tree
Showing 10 changed files with 418 additions and 329 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"simple-git-hooks": "^2.11.1",
"typescript": "^5.4.3",
"vite": "5.2.8",
"vitest": "^1.4.0"
"vitest": "^1.5.0"
},
"resolutions": {
"@pergel/nuxt": "link:./packages/nuxt",
Expand Down
2 changes: 1 addition & 1 deletion packages-core/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"devDependencies": {
"@types/node": "^20.12.4",
"@types/shelljs": "^0.8.15",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/coverage-v8": "^1.5.0",
"esno": "^4.7.0",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
Expand Down
2 changes: 1 addition & 1 deletion packages-core/cli/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.552.0",
"@aws-sdk/client-ses": "^3.554.0",
"@faker-js/faker": "^8.4.1",
"@json2csv/node": "^7.0.6",
"@lucia-auth/adapter-drizzle": "1.0.7",
Expand Down
230 changes: 112 additions & 118 deletions packages-core/pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/ph": "^1.1.12",
"@neoconfetti/vue": "^2.2.1",
"@nuxtjs/color-mode": "^3.3.3",
"@nuxtjs/color-mode": "^3.4.0",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/i18n": "^8.3.0",
"@nuxtjs/tailwindcss": "^6.11.4",
Expand All @@ -53,7 +53,7 @@
"notivue": "^2.3.0",
"nuxt-icon": "^0.6.10",
"pinia": "^2.1.7",
"radix-vue": "^1.6.2",
"radix-vue": "^1.7.0",
"shadcn-nuxt": "^0.10.2",
"slugify": "^1.6.6",
"tailwind-merge": "^2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-vue-next": "^0.367.0",
"radix-vue": "^1.6.2",
"radix-vue": "^1.7.0",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"devDependencies": {
"@0no-co/graphqlsp": "^1.9.1",
"@antfu/eslint-config": "^2.13.0",
"@aws-sdk/client-ses": "^3.552.0",
"@aws-sdk/client-ses": "^3.554.0",
"@capacitor/action-sheet": "6.0.0-rc.1",
"@capacitor/android": "6.0.0-rc.2",
"@capacitor/app": "^5.0.7",
Expand Down Expand Up @@ -143,7 +143,7 @@
"slugify": "^1.6.6",
"typescript": "^5.4.3",
"unimport": "^3.7.1",
"vitest": "^1.4.0",
"vitest": "^1.5.0",
"vue-input-otp": "^0.1.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"release": "pnpm bumpp --commit='version(module-s3): release %s' --no-tag --no-push && pnpm publish"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.552.0",
"@aws-sdk/s3-request-presigner": "^3.552.0"
"@aws-sdk/client-s3": "^3.554.0",
"@aws-sdk/s3-request-presigner": "^3.554.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 2a59099

Please sign in to comment.