Skip to content

Commit

Permalink
pin typescript version to 5.3.3 to workaround this issue: framer/moti…
Browse files Browse the repository at this point in the history
  • Loading branch information
elg0nz committed Apr 27, 2024
1 parent 98d3975 commit aa96365
Show file tree
Hide file tree
Showing 2 changed files with 5,024 additions and 2,096 deletions.
6 changes: 3 additions & 3 deletions apps/owlserver-chrome/package.json
Expand Up @@ -15,8 +15,8 @@
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@repo/ui": "workspace:*",
"@vscode/codicons": "^0.0.35",
"framer-motion": "^6",
Expand All @@ -41,6 +41,6 @@
"eslint": "^8.56.0",
"rollup": "^4.9.6",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "5.3.3"
}
}

0 comments on commit aa96365

Please sign in to comment.