Skip to content

Commit

Permalink
Revert "[no-Jira] Upgrade jest and babel" (#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bizz authored Oct 21, 2024
1 parent 74fa213 commit 6b32ca0
Show file tree
Hide file tree
Showing 2 changed files with 2,143 additions and 1,718 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"dependencies": {
"@babel/polyfill": "^7.7.0",
"@babel/runtime-corejs2": "^7.25.7",
"@babel/runtime-corejs2": "^7.0.0",
"@cruglobal/cru-payments": "^1.2.4",
"@datadog/browser-rum": "^5.16.0",
"angular": "^1.8.2",
Expand Down Expand Up @@ -34,14 +34,14 @@
"typescript": "^4.5.5"
},
"devDependencies": {
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.7",
"@babel/node": "^7.25.7",
"@babel/plugin-transform-runtime": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@babel/runtime": "^7.25.7",
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/node": "^7.16.8",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.5.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
Expand All @@ -58,7 +58,7 @@
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.2.0",
"html-loader": "^0.5.5",
"jest": "^29.7.0",
"jest": "^29.4.2",
"jest-date-mock": "^1.0.7",
"jest-environment-jsdom": "^29.4.2",
"mini-css-extract-plugin": "^0.8.0",
Expand Down
Loading

0 comments on commit 6b32ca0

Please sign in to comment.