Skip to content

Commit

Permalink
Move rollup plugin replace to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidje13 authored and molefrog committed Apr 18, 2023
1 parent 6ee1d88 commit f541435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"react": ">=16.8.0"
},
"dependencies": {
"@rollup/plugin-replace": "^5.0.2",
"use-sync-external-store": "^1.0.0"
},
"repository": "molefrog/wouter",
Expand Down Expand Up @@ -151,6 +150,7 @@
]
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.2",
"@size-limit/preset-small-lib": "^6.0.4",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^5.0.3",
Expand Down

0 comments on commit f541435

Please sign in to comment.