Skip to content

Commit f95b103

Browse files
fix(deps): update all non-major dependencies (#113)
Co-authored-by: Renovate Bot <[email protected]>
1 parent dfb2281 commit f95b103

File tree

5 files changed

+384
-323
lines changed

5 files changed

+384
-323
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
"@types/babel__core": "7.1.19",
4949
"@types/babel__preset-env": "7.9.2",
5050
"@types/jest": "28.1.1",
51-
"babel-jest": "28.1.0",
51+
"babel-jest": "28.1.1",
5252
"babel-plugin-parameter-decorator": "1.0.16",
5353
"babel-plugin-transform-typescript-metadata": "0.3.2",
5454
"bob-the-bundler": "1.7.3",
5555
"graphql": "16.5.0",
5656
"husky": "8.0.1",
57-
"jest": "28.1.0",
57+
"jest": "28.1.1",
5858
"patch-package": "6.4.7",
5959
"prettier": "2.6.2",
6060
"pretty-quick": "3.1.3",

packages/add-source-name/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"access": "public"
4040
},
4141
"dependencies": {
42-
"@graphql-tools/delegate": "8.7.10",
43-
"@graphql-tools/wrap": "8.4.19",
44-
"@graphql-tools/utils": "8.6.12",
42+
"@graphql-tools/delegate": "8.7.11",
43+
"@graphql-tools/wrap": "8.4.20",
44+
"@graphql-tools/utils": "8.6.13",
4545
"lodash": "4.17.21",
4646
"tslib": "2.4.0"
4747
},

packages/auto-pagination/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"access": "public"
4040
},
4141
"dependencies": {
42-
"@graphql-tools/delegate": "8.7.10",
43-
"@graphql-tools/wrap": "8.4.19",
44-
"@graphql-tools/utils": "8.6.12",
42+
"@graphql-tools/delegate": "8.7.11",
43+
"@graphql-tools/wrap": "8.4.20",
44+
"@graphql-tools/utils": "8.6.13",
4545
"lodash": "4.17.21",
4646
"tslib": "2.4.0"
4747
},

packages/block-tracking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"access": "public"
4040
},
4141
"dependencies": {
42-
"@graphql-tools/utils": "8.6.12",
42+
"@graphql-tools/utils": "8.6.13",
4343
"tslib": "2.4.0"
4444
},
4545
"peerDependencies": {

0 commit comments

Comments
 (0)