Skip to content

Commit

Permalink
Upgrade babel
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmaim committed Dec 6, 2024
1 parent 0614604 commit 19fea73
Show file tree
Hide file tree
Showing 2 changed files with 927 additions and 920 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"
}
}
Loading

0 comments on commit 19fea73

Please sign in to comment.