Skip to content

Commit

Permalink
chore(deps): Correct utils package deps
Browse files Browse the repository at this point in the history
react-intl and redux mock store are used in the `TestWrapper` component and should be proper dependencies.
  • Loading branch information
bastilian committed Sep 19, 2024
1 parent aecd424 commit c8371fe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
20 changes: 8 additions & 12 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"commander": "^2.20.3",
"mkdirp": "^1.0.4",
"p-all": "^5.0.0",
"react-content-loader": "^6.2.0"
"react-content-loader": "^6.2.0",
"react-intl": "^6.6.8",
"redux-mock-store": "^1.5.4"
},
"devDependencies": {
"@types/react": "^18.0.0",
"glob": "10.3.3",
"react-intl": "^6.6.8",
"redux-mock-store": "^1.5.4"
"glob": "10.3.3"
},
"sideEffects": false
}

0 comments on commit c8371fe

Please sign in to comment.