Skip to content

Commit f94d29a

Browse files
renovate[bot]renovate-bot
andauthoredMay 7, 2022
fix(deps): update all non-major dependencies (#3914)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent f5e1e78 commit f94d29a

File tree

7 files changed

+334
-333
lines changed

7 files changed

+334
-333
lines changed
 

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"@types/node": "16.11.33",
3939
"@typescript-eslint/eslint-plugin": "5.22.0",
4040
"@typescript-eslint/parser": "5.22.0",
41-
"babel-jest": "28.0.3",
41+
"babel-jest": "28.1.0",
4242
"bob-the-bundler": "1.7.1",
43-
"eslint": "8.14.0",
43+
"eslint": "8.15.0",
4444
"eslint-config-prettier": "8.5.0",
4545
"eslint-config-standard": "17.0.0",
4646
"eslint-plugin-import": "2.26.0",
@@ -50,7 +50,7 @@
5050
"globby": "11.1.0",
5151
"graphql": "16.4.0",
5252
"husky": "7.0.4",
53-
"jest": "28.0.3",
53+
"jest": "28.1.0",
5454
"lint-staged": "12.4.1",
5555
"patch-package": "6.4.7",
5656
"prettier": "2.6.2",
@@ -88,8 +88,8 @@
8888
]
8989
},
9090
"resolutions": {
91-
"babel-jest": "28.0.3",
92-
"jest-runner": "28.0.3",
91+
"babel-jest": "28.1.0",
92+
"jest-runner": "28.1.0",
9393
"graphql": "16.4.0",
9494
"@changesets/apply-release-plan": "6.0.0"
9595
}

‎packages/handlers/neo4j/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@neo4j/introspector": "^1.0.1",
35-
"@neo4j/graphql": "3.1.0",
35+
"@neo4j/graphql": "3.2.0",
3636
"@graphql-mesh/store": "0.8.4",
3737
"@graphql-mesh/utils": "0.34.6",
3838
"@graphql-mesh/types": "0.72.1",

‎packages/transforms/cache/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@graphql-mesh/types": "0.72.1",
3232
"@graphql-mesh/utils": "0.34.6",
33-
"dayjs": "1.11.1",
33+
"dayjs": "1.11.2",
3434
"@graphql-tools/resolvers-composition": "6.4.9",
3535
"@graphql-tools/schema": "8.3.10",
3636
"@graphql-tools/utils": "8.6.9",

‎packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@graphql-mesh/types": "0.72.1",
4242
"cross-undici-fetch": "^0.4.0",
4343
"chalk": "4.1.2",
44-
"dayjs": "1.11.1",
44+
"dayjs": "1.11.2",
4545
"fetchache": "0.1.2",
4646
"flatstr": "1.0.12",
4747
"graphql-jit": "0.7.3",

‎website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@next/bundle-analyzer": "12.1.6",
4747
"@types/node": "16.11.33",
48-
"@types/react": "18.0.8",
48+
"@types/react": "18.0.9",
4949
"@types/react-dom": "18.0.3",
5050
"concurrently": "7.1.0",
5151
"cross-env": "7.0.3",

‎website/src/pages/api/covid/json-schema-covid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"graphql": "16.4.0"
1919
},
2020
"devDependencies": {
21-
"jest": "28.0.3"
21+
"jest": "28.1.0"
2222
}
2323
}

‎yarn.lock

+324-323
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.