Skip to content

Commit

Permalink
add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy Chen committed Dec 30, 2024
1 parent f64c065 commit 45d8437
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 17 deletions.
45 changes: 29 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@babel/preset-react": "7.0.0",
"@babel/runtime": "^7.20.7",
"@date-io/date-fns": "^1.3.13",
"@emotion/react": "^11.14.0",
Expand Down Expand Up @@ -47,6 +46,7 @@
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/runtime-corejs3": "^7.20.7",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
Expand Down

0 comments on commit 45d8437

Please sign in to comment.