Skip to content

Commit

Permalink
fix(deps): update all patch updates (#222)
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 11, 2024
1 parent e614a7d commit cf5dad1
Show file tree
Hide file tree
Showing 7 changed files with 252 additions and 160 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"nx": "^18.0.8",
"simple-git-hooks": "^2.10.0",
"typescript": "^5.4.2",
"vite": "5.1.5",
"vite": "5.1.6",
"vitest": "^1.3.1"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"notivue": "^2.2.1",
"nuxt-icon": "^0.6.9",
"pinia": "^2.1.7",
"radix-vue": "^1.5.1",
"radix-vue": "^1.5.2",
"shadcn-nuxt": "^0.10.0",
"slugify": "^1.6.6",
"tailwind-merge": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@graphql-tools/graphql-file-loader": "^8.0.1",
"@graphql-tools/load": "^8.0.2",
"@graphql-tools/schema": "^10.0.3",
"@graphql-tools/utils": "^10.1.0",
"@graphql-tools/utils": "^10.1.1",
"dataloader": "^2.2.2",
"graphql": "^16.8.1",
"graphql-relay": "^0.10.0",
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.354.0",
"radix-vue": "^1.5.1",
"radix-vue": "^1.5.2",
"tailwind-merge": "^2.2.1",
"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 @@ -122,7 +122,7 @@
"esbuild-plugin-file-path-extensions": "^2.0.0",
"eslint": "^8.57.0",
"eslint-plugin-tailwindcss": "^3.14.3",
"gql.tada": "^1.3.2",
"gql.tada": "^1.3.3",
"graphql": "^16.8.1",
"h3": "^1.11.1",
"happy-dom": "^13.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/playgrounds/gql.tada/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"generate": "nuxi generate"
},
"dependencies": {
"gql.tada": "^1.3.2"
"gql.tada": "^1.3.3"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.4.3",
Expand Down
Loading

0 comments on commit cf5dad1

Please sign in to comment.