Skip to content

Commit

Permalink
Bump babel to ^7.26.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent a2997dd commit 7396b86
Show file tree
Hide file tree
Showing 4 changed files with 629 additions and 643 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"link-check": "tsx ./scripts/reportBrokenLinks.mts"
},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@babel/runtime-corejs3": "^7.26.0",
"@babel/core": "^7.26.7",
"@babel/runtime": "^7.26.7",
"@babel/runtime-corejs3": "^7.26.7",
"@base-ui-components/react": "workspace:*",
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"devDependencies": {
"@argos-ci/core": "^2.12.0",
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/core": "^7.26.7",
"@babel/node": "^7.26.0",
"@babel/plugin-transform-react-constant-elements": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-env": "^7.26.7",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@babel/register": "^7.25.9",
Expand Down Expand Up @@ -162,13 +162,13 @@
"pnpm": "9.15.2"
},
"resolutions": {
"@babel/core": "^7.26.0",
"@babel/core": "^7.26.7",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-env": "^7.26.7",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@babel/types": "^7.26.3",
"@babel/runtime": "^7.26.7",
"@babel/types": "^7.26.7",
"@types/node": "^18.19.74",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.2"
Expand Down
Loading

0 comments on commit 7396b86

Please sign in to comment.