Skip to content

Commit

Permalink
fix: fixed type error
Browse files Browse the repository at this point in the history
  • Loading branch information
yungblud committed Jan 14, 2024
1 parent 910b44b commit a406194
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2,356 deletions.
11 changes: 7 additions & 4 deletions packages/metronome-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"@emotion/styled": "^11.8.1",
"emotion-reset": "^3.0.1",
"next": "12.1.5",
"react": "18.1.0",
"react-dom": "18.1.0"
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "17.0.29",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.0",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"eslint": "^7.32.0",
Expand All @@ -34,5 +34,8 @@
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "2.6.2",
"typescript": "4.6.3"
},
"resolutions": {
"@types/react": "18.0.1"
}
}
Loading

0 comments on commit a406194

Please sign in to comment.