Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2691)
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 Apr 18, 2023
1 parent b3b62ca commit ecc2c44
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 33 deletions.
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"svelte-preprocess": "5.0.3",
"tslib": "2.5.0",
"typescript": "5.0.4",
"vite": "4.2.1"
"vite": "4.2.2"
},
"dependencies": {
"@envelop/graphql-jit": "5.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/event-target/redis-event-target/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@types/ioredis-mock": "8.2.1",
"ioredis": "5.3.2",
"ioredis-mock": "8.6.0"
"ioredis-mock": "8.7.0"
},
"type": "module",
"main": "dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@vitejs/plugin-react": "3.1.0",
"vite": "4.2.1"
"vite": "4.2.2"
},
"dependencies": {
"@graphiql/plugin-explorer": "^0.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/subscription/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"sideEffects": true,
"devDependencies": {
"@types/ioredis-mock": "8.2.1",
"ioredis-mock": "8.6.0",
"ioredis-mock": "8.7.0",
"@graphql-yoga/redis-event-target": "1.0.0"
}
}
57 changes: 29 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/node": "18.15.11",
"@types/react": "18.0.37",
"cross-env": "7.0.3",
"fast-xml-parser": "4.2.0",
"fast-xml-parser": "4.2.1",
"typescript": "5.0.4"
},
"dependencies": {
Expand Down

0 comments on commit ecc2c44

Please sign in to comment.