Skip to content

Commit a7b77dc

Browse files
authored
fix(deps): update @cypress/code-coverage to 3.14.5 (#1649)
update @babel/core to 7.28.0 add @babel/preset-env 7.28.0 add babel-loader 10.0.0
1 parent f338735 commit a7b77dc

File tree

2 files changed

+973
-49
lines changed

2 files changed

+973
-49
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@auth0/auth0-react": "2.2.4",
16-
"@babel/core": "7.23.9",
16+
"@babel/core": "^7.28.0",
1717
"@babel/plugin-syntax-flow": "^7.14.5",
1818
"@babel/plugin-transform-react-jsx": "^7.14.9",
1919
"@emotion/react": "^11.11.4",
@@ -53,7 +53,8 @@
5353
},
5454
"devDependencies": {
5555
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
56-
"@cypress/code-coverage": "^3.10.0-dev.1",
56+
"@babel/preset-env": "^7.28.0",
57+
"@cypress/code-coverage": "^3.14.5",
5758
"@cypress/instrument-cra": "1.4.0",
5859
"@faker-js/faker": "6.1.2",
5960
"@percy/cli": "^1.27.4",
@@ -92,6 +93,7 @@
9293
"@types/yup": "0.29.13",
9394
"@typescript-eslint/parser": "^8.35.1",
9495
"@vitejs/plugin-react": "^4.0.2",
96+
"babel-loader": "^10.0.0",
9597
"bcryptjs": "2.4.3",
9698
"concurrently": "9.1.2",
9799
"connect-history-api-fallback": "1.6.0",

0 commit comments

Comments
 (0)