Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 2, 2023
1 parent ad77ab4 commit 512477d
Show file tree
Hide file tree
Showing 4 changed files with 530 additions and 387 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/preset-typescript": "7.21.5",
"@babel/plugin-proposal-decorators": "7.22.3",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@changesets/cli": "2.25.0",
"@changesets/cli": "2.26.1",
"@changesets/changelog-github": "0.4.8",
"@envelop/graphql-modules": "5.0.0",
"@graphql-tools/merge": "8.4.2",
Expand All @@ -39,11 +39,11 @@
"@types/express": "4.17.17",
"@types/jest": "27.5.2",
"@types/node": "16.18.34",
"@types/ramda": "0.28.22",
"@types/ramda": "0.29.2",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"apollo-server": "3.11.1",
"apollo-server-express": "3.11.1",
"apollo-server": "3.12.0",
"apollo-server-express": "3.12.0",
"apollo-datasource-rest": "3.7.0",
"artillery": "1.7.9",
"benchmark": "2.1.4",
Expand All @@ -52,7 +52,7 @@
"babel-jest": "27.5.1",
"bob-the-bundler": "1.7.3",
"chalk": "4.1.2",
"dataloader": "2.1.0",
"dataloader": "2.2.2",
"eslint": "8.41.0",
"express": "4.18.2",
"express-graphql": "0.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@graphql-tools/schema": "^9.0.0",
"@graphql-tools/wrap": "^9.0.0",
"@graphql-typed-document-node/core": "^3.1.0",
"ramda": "^0.28.0"
"ramda": "^0.29.0"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 4 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"dependencies": {
"@theguild/components": "4.6.3",
"next": "13.4.3",
"next": "13.4.4",
"next-sitemap": "4.1.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"wrangler": "2.1.9"
"wrangler": "2.20.0"
},
"browserslist": {
"production": [
Expand All @@ -33,8 +33,8 @@
"devDependencies": {
"@theguild/algolia": "1.1.7",
"@theguild/tailwind-config": "0.2.1",
"@types/node": "18.7.18",
"@types/react": "18.2.6",
"@types/node": "18.16.16",
"@types/react": "18.2.8",
"cross-env": "7.0.3",
"typescript": "4.9.5"
}
Expand Down

0 comments on commit 512477d

Please sign in to comment.