Skip to content

Commit

Permalink
fix loose depedency
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvoskamp committed Aug 11, 2023
1 parent 151af1d commit a8fae08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/laboratory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@chakra-ui/react": "2.8.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@sentry/browser": "^7.63.0",
"@sentry/react": "^7.63.0",
"@sentry/browser": "7.63.0",
"@sentry/react": "7.63.0",
"@web3modal/wagmi": "3.0.0-91ecf92a",
"framer-motion": "10.15.0",
"next": "13.4.12",
Expand Down

0 comments on commit a8fae08

Please sign in to comment.