Skip to content

Commit

Permalink
Change the router to use peerDependency for fast-element
Browse files Browse the repository at this point in the history
  • Loading branch information
janechu committed Dec 11, 2024
1 parent 7967174 commit 38fa039
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/web-components/fast-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"devDependencies": {
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"@microsoft/api-extractor": "^7.47.0",
"@microsoft/fast-element": "^2.0.0",
"@types/chai": "^4.2.11",
"@types/karma": "^6.3.3",
"@types/mocha": "^7.0.2",
Expand Down Expand Up @@ -80,7 +81,7 @@
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"peerDependencies": {
"@microsoft/fast-element": "^2.0.0"
},
"beachball": {
Expand Down

0 comments on commit 38fa039

Please sign in to comment.