Skip to content

Commit df4e005

Browse files
Update babel monorepo to v7.24.1
1 parent b11d86a commit df4e005

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
},
3737
"homepage": "https://github.com/bbc/web-vitals/blob/main/README.md",
3838
"dependencies": {
39-
"@babel/cli": "7.14.5",
40-
"@babel/core": "7.14.6",
41-
"@babel/plugin-proposal-export-default-from": "7.14.5",
42-
"@babel/plugin-transform-modules-commonjs": "7.14.5",
43-
"@babel/plugin-transform-runtime": "7.14.5",
44-
"@babel/preset-env": "7.14.5",
45-
"@babel/preset-react": "7.14.5",
39+
"@babel/cli": "7.24.1",
40+
"@babel/core": "7.24.1",
41+
"@babel/plugin-proposal-export-default-from": "7.24.1",
42+
"@babel/plugin-transform-modules-commonjs": "7.24.1",
43+
"@babel/plugin-transform-runtime": "7.24.1",
44+
"@babel/preset-env": "7.24.1",
45+
"@babel/preset-react": "7.24.1",
4646
"babel-eslint": "10.1.0",
4747
"cross-fetch": "^3.1.5",
4848
"eslint": "^7.10.0",
@@ -66,11 +66,11 @@
6666
"devDependencies": {
6767
"@babel/cli": "^7.21.0",
6868
"@babel/core": "^7.21.0",
69-
"@babel/plugin-proposal-export-default-from": "7.14.5",
70-
"@babel/plugin-transform-modules-commonjs": "7.14.5",
71-
"@babel/plugin-transform-runtime": "7.14.5",
72-
"@babel/preset-env": "7.14.5",
73-
"@babel/preset-react": "7.14.5",
69+
"@babel/plugin-proposal-export-default-from": "7.24.1",
70+
"@babel/plugin-transform-modules-commonjs": "7.24.1",
71+
"@babel/plugin-transform-runtime": "7.24.1",
72+
"@babel/preset-env": "7.24.1",
73+
"@babel/preset-react": "7.24.1",
7474
"@testing-library/jest-dom": "^5.11.4",
7575
"@testing-library/react": "^12.0.0",
7676
"@testing-library/react-hooks": "7.0.2",

0 commit comments

Comments
 (0)