Skip to content

Commit e0ee3a6

Browse files
fix(deps): update babel monorepo to v7.16.7 (#873)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 41574f2 commit e0ee3a6

File tree

3 files changed

+579
-563
lines changed

3 files changed

+579
-563
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"prettier": "prettier --ignore-path .gitignore --write --list-different \"**/*.{ts,tsx,graphql,yml}\""
2424
},
2525
"devDependencies": {
26-
"@babel/core": "7.16.5",
27-
"@babel/preset-env": "7.16.5",
28-
"@babel/preset-typescript": "7.16.5",
26+
"@babel/core": "7.16.7",
27+
"@babel/preset-env": "7.16.7",
28+
"@babel/preset-typescript": "7.16.7",
2929
"@changesets/cli": "2.19.0",
3030
"@types/dedent": "0.7.0",
3131
"@types/jest": "27.4.0",

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"prepack": "bob prepack"
3535
},
3636
"dependencies": {
37-
"@babel/code-frame": "7.16.0",
37+
"@babel/code-frame": "7.16.7",
3838
"@graphql-tools/code-file-loader": "7.2.3",
3939
"@graphql-tools/graphql-tag-pluck": "7.1.4",
4040
"@graphql-tools/utils": "8.5.5",

0 commit comments

Comments
 (0)