Skip to content

Commit d49191d

Browse files
chore(deps): update all non-major dependencies (#2354)
* 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>
1 parent ad77ab4 commit d49191d

File tree

5 files changed

+535
-387
lines changed

5 files changed

+535
-387
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'graphql-modules': patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`ramda@^0.29.0` ↗︎](https://www.npmjs.com/package/ramda/v/0.29.0) (from `^0.28.0`, in `dependencies`)

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@babel/preset-typescript": "7.21.5",
3131
"@babel/plugin-proposal-decorators": "7.22.3",
3232
"@babel/plugin-proposal-class-properties": "7.18.6",
33-
"@changesets/cli": "2.25.0",
33+
"@changesets/cli": "2.26.1",
3434
"@changesets/changelog-github": "0.4.8",
3535
"@envelop/graphql-modules": "5.0.0",
3636
"@graphql-tools/merge": "8.4.2",
@@ -39,11 +39,11 @@
3939
"@types/express": "4.17.17",
4040
"@types/jest": "27.5.2",
4141
"@types/node": "16.18.34",
42-
"@types/ramda": "0.28.22",
42+
"@types/ramda": "0.29.2",
4343
"@typescript-eslint/eslint-plugin": "5.59.8",
4444
"@typescript-eslint/parser": "5.59.8",
45-
"apollo-server": "3.11.1",
46-
"apollo-server-express": "3.11.1",
45+
"apollo-server": "3.12.0",
46+
"apollo-server-express": "3.12.0",
4747
"apollo-datasource-rest": "3.7.0",
4848
"artillery": "1.7.9",
4949
"benchmark": "2.1.4",
@@ -52,7 +52,7 @@
5252
"babel-jest": "27.5.1",
5353
"bob-the-bundler": "1.7.3",
5454
"chalk": "4.1.2",
55-
"dataloader": "2.1.0",
55+
"dataloader": "2.2.2",
5656
"eslint": "8.41.0",
5757
"express": "4.18.2",
5858
"express-graphql": "0.12.0",

packages/graphql-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@graphql-tools/schema": "^9.0.0",
4141
"@graphql-tools/wrap": "^9.0.0",
4242
"@graphql-typed-document-node/core": "^3.1.0",
43-
"ramda": "^0.28.0"
43+
"ramda": "^0.29.0"
4444
},
4545
"publishConfig": {
4646
"access": "public",

website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
},
1313
"dependencies": {
1414
"@theguild/components": "4.6.3",
15-
"next": "13.4.3",
15+
"next": "13.4.4",
1616
"next-sitemap": "4.1.3",
1717
"react": "18.2.0",
1818
"react-dom": "18.2.0",
19-
"wrangler": "2.1.9"
19+
"wrangler": "2.20.0"
2020
},
2121
"browserslist": {
2222
"production": [
@@ -33,8 +33,8 @@
3333
"devDependencies": {
3434
"@theguild/algolia": "1.1.7",
3535
"@theguild/tailwind-config": "0.2.1",
36-
"@types/node": "18.7.18",
37-
"@types/react": "18.2.6",
36+
"@types/node": "18.16.16",
37+
"@types/react": "18.2.8",
3838
"cross-env": "7.0.3",
3939
"typescript": "4.9.5"
4040
}

0 commit comments

Comments
 (0)