Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2354)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] committed Jun 2, 2023
1 parent ad77ab4 commit d49191d
Show file tree
Hide file tree
Showing 5 changed files with 535 additions and 387 deletions.
5 changes: 5 additions & 0 deletions .changeset/graphql-modules-2354-dependencies.md
@@ -0,0 +1,5 @@
---
'graphql-modules': patch
---
dependencies updates:
- Updated dependency [`ramda@^0.29.0` ↗︎](https://www.npmjs.com/package/ramda/v/0.29.0) (from `^0.28.0`, in `dependencies`)
10 changes: 5 additions & 5 deletions package.json
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
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
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 d49191d

Please sign in to comment.