Skip to content

Commit

Permalink
➕ Re-add peerDependencies that are still needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mariush2 committed Dec 17, 2024
1 parent 01e4a95 commit 28ba0a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,14 @@
"vitest": "^2.1.3"
},
"peerDependencies": {
"@equinor/eds-core-react": "*",
"@equinor/eds-icons": "*",
"@tanstack/react-query": "*",
"framer-motion": "*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.11.1",
"react-router-dom": "^6.11.1"
"react-router-dom": "^6.11.1",
"styled-components": "^6.1.8"
}
}

0 comments on commit 28ba0a0

Please sign in to comment.