Skip to content

Commit

Permalink
fix: dependency safe-require"
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Mar 15, 2021
1 parent ec62a24 commit c843036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/react-router-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
"react-router-dom": "^5.2.0",
"safe-require": "^1.0.4"
},
"devDependencies": {
"@component-controls/logger": "^2.10.4",
"@component-controls/ts-markdown-docs": "^2.6.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"html-webpack-plugin": "^5.3.1",
"safe-require": "^1.0.4",
"typescript": "^4.0.5"
},
"peerDependencies": {
Expand Down

0 comments on commit c843036

Please sign in to comment.