Skip to content

Commit 1bc4108

Browse files
chore(deps): update all non-major dependencies (#829)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4cbb92c commit 1bc4108

File tree

3 files changed

+244
-238
lines changed

3 files changed

+244
-238
lines changed

examples/continuous-integration-testing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"graphql-yoga": "^5.0.0"
1717
},
1818
"devDependencies": {
19-
"@babel/core": "7.26.7",
19+
"@babel/core": "7.26.8",
2020
"@babel/plugin-proposal-class-properties": "7.18.6",
21-
"@babel/preset-env": "7.26.7",
21+
"@babel/preset-env": "7.26.8",
2222
"@babel/preset-typescript": "7.26.0",
2323
"@graphql-tools/mock": "^9.0.0",
2424
"@graphql-tools/utils": "^10.0.0",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"test": "jest --runInBand --forceExit"
4141
},
4242
"devDependencies": {
43-
"@babel/core": "7.26.7",
43+
"@babel/core": "7.26.8",
4444
"@babel/plugin-proposal-class-properties": "7.18.6",
4545
"@babel/plugin-proposal-decorators": "7.25.9",
46-
"@babel/preset-env": "7.26.7",
46+
"@babel/preset-env": "7.26.8",
4747
"@babel/preset-typescript": "7.26.0",
4848
"@theguild/prettier-config": "3.0.0",
4949
"@types/jest": "29.5.14",
@@ -68,7 +68,7 @@
6868
"typescript": "5.7.3"
6969
},
7070
"resolutions": {
71-
"esbuild": "^0.24.0",
71+
"esbuild": "^0.25.0",
7272
"graphql": "16.10.0"
7373
},
7474
"lint-staged": {

0 commit comments

Comments
 (0)