Skip to content

Commit

Permalink
Adds missing library
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Jun 20, 2024
1 parent 91214ed commit d989e4e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions buy-odd-yucca-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"private": true,
"main": "./build/index.js",
"dependencies": {
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.5",
"@types/react": "^18.3.3",
Expand Down Expand Up @@ -46,6 +44,9 @@
]
},
"devDependencies": {
"@testing-library/dom": "^10.1.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.24.7",
Expand Down

0 comments on commit d989e4e

Please sign in to comment.