Skip to content

Commit

Permalink
Upgrade babel (#1891)
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmaim authored Dec 16, 2024
1 parent 21d2296 commit b1709dd
Show file tree
Hide file tree
Showing 2 changed files with 924 additions and 899 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
"vendor-check": "yarn run ts ./packages/visx-vendor/scripts/flagVendorRequirements.ts"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.5",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@octokit/openapi-types": "18.0.0",
"@octokit/rest": "18.1.0",
"@testing-library/jest-dom": "^5.9.0",
Expand Down Expand Up @@ -121,7 +121,6 @@
"nohoist": ["**/@visx/vendor/**"]
},
"resolutions": {
"@babel/parser": "^7.15.3",
"handlebars": "4.5.3",
"react": "18.0.0",
"react-dom": "18.0.0"
Expand Down
Loading

0 comments on commit b1709dd

Please sign in to comment.