Skip to content

Commit e324f3b

Browse files
committed
chore(deps): fixes #1596
1 parent f0aaa39 commit e324f3b

File tree

3 files changed

+680
-587
lines changed

3 files changed

+680
-587
lines changed

examples/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@babel/core": "^7.21.0",
47-
"@babel/preset-env": "^7.20.2",
47+
"@babel/preset-env": "^7.24.4",
4848
"@fastify/nextjs": "^9.2.0",
4949
"@types/extract-files": "^8.1.3",
5050
"@types/graphql-upload": "^16.0.0",

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@
7373
"mdx-mermaid@<1.3.0": ">=1.3.0",
7474
"mermaid@<8.13.8": ">=8.13.8",
7575
"mermaid@>=8.0.0 <9.1.2": ">=9.1.2",
76-
"trim@<0.0.3": ">=0.0.3",
77-
"undici": "5.7.0"
76+
"trim@<0.0.3": ">=0.0.3"
7877
},
7978
"patchedDependencies": {
8079

0 commit comments

Comments
 (0)