Skip to content

Commit

Permalink
Restore react-scripts to dependencies and add packages to license che…
Browse files Browse the repository at this point in the history
…ck exclude list
  • Loading branch information
Hugo Marcellin committed Apr 2, 2024
1 parent 5198fca commit f69d932
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ npm run licenses-check
Notes :
* Check [license-checker-config.json](license-checker-config.json) for license white list and exclusion.
If you need to update this list, please inform organization's owners.
* Excluded dependencies :
* [email protected] : old version of a dependency which doesn't have a recognized license identifier on https://spdx.org/licenses/ (BSD)
* [email protected] and [email protected] : dependencies to be removed once Vite migration done
2 changes: 1 addition & 1 deletion license-checker-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"Python-2.0",
"Unlicense"
],
"excludePackages": []
"excludePackages": ["[email protected]", "[email protected]", "[email protected]"]
}
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"react-intl": "^6.6.4",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"react-scripts": "^5.0.1",
"react-simple-maps": "^3.0.0",
"react-tooltip": "^5.26.3",
"react-virtualized": "^9.22.5",
Expand Down Expand Up @@ -67,7 +68,6 @@
]
},
"devDependencies": {
"react-scripts": "^5.0.1",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^4.2.1",
Expand Down

0 comments on commit f69d932

Please sign in to comment.