Skip to content

Commit

Permalink
fix(deps): update all minor updates (#241)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 23, 2024
1 parent 3283276 commit 47e9787
Show file tree
Hide file tree
Showing 8 changed files with 342 additions and 953 deletions.
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.535.0",
"@aws-sdk/client-ses": "^3.540.0",
"@faker-js/faker": "^8.4.1",
"@json2csv/node": "^7.0.6",
"@lucia-auth/adapter-drizzle": "1.0.6",
Expand Down
1,123 changes: 256 additions & 867 deletions packages-core/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.6.0",
"lucide-vue-next": "^0.360.0",
"lucide-vue-next": "^0.363.0",
"nanoid": "^5.0.6",
"notivue": "^2.2.1",
"nuxt-icon": "^0.6.10",
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 @@ -5,7 +5,7 @@
"@vueuse/core": "^10.9.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-vue-next": "^0.360.0",
"lucide-vue-next": "^0.363.0",
"radix-vue": "^1.5.3",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7"
Expand Down
2 changes: 1 addition & 1 deletion 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.7.0",
"@antfu/eslint-config": "^2.9.0",
"@aws-sdk/client-ses": "^3.535.0",
"@aws-sdk/client-ses": "^3.540.0",
"@capacitor/action-sheet": "^6.0.0-rc.0",
"@capacitor/android": "^6.0.0-rc.1",
"@capacitor/app": "^5.0.7",
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.537.0",
"@aws-sdk/s3-request-presigner": "^3.537.0"
"@aws-sdk/client-s3": "^3.540.0",
"@aws-sdk/s3-request-presigner": "^3.540.0"
},
"publishConfig": {
"access": "public"
Expand Down
158 changes: 79 additions & 79 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/pergel-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "nuxt preview"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.535.0",
"@aws-sdk/client-ses": "^3.540.0",
"@faker-js/faker": "^8.4.1",
"@graphql-yoga/urql-exchange": "^3.2.0",
"@lucia-auth/adapter-drizzle": "^1.0.6",
Expand Down

0 comments on commit 47e9787

Please sign in to comment.