Skip to content

Commit

Permalink
chore: upgrade deps that use @babel/traverse
Browse files Browse the repository at this point in the history
  • Loading branch information
mdalpozzo committed Jun 12, 2024
1 parent b9ef202 commit 25067c8
Show file tree
Hide file tree
Showing 2 changed files with 1,165 additions and 748 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@
"devDependencies": {
"@appfolio/eslint-config-appfolio-react": "^2.0.2",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/preset-typescript": "^7.24.7",
"@chromatic-com/storybook": "^1.5.0",
"@jest/types": "^27.5.1",
"@storybook/addon-a11y": "^8.1.5",
Expand All @@ -100,7 +100,7 @@
"@storybook/addon-viewport": "^8.1.5",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/react": "^8.1.5",
"@storybook/react-webpack5": "^8.1.5",
"@storybook/react-webpack5": "^8.1.6",
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^11.2.6",
Expand Down
Loading

0 comments on commit 25067c8

Please sign in to comment.