Skip to content

Commit

Permalink
chore: Fixed Node Warning and Deprecation Messages (#3262)
Browse files Browse the repository at this point in the history
* chore: fixed node warning and deprecation msgs

* trigger ci: rerun pipeline
  • Loading branch information
abbi4code authored Jan 18, 2025
1 parent 477ea11 commit df11029
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 36 deletions.
55 changes: 21 additions & 34 deletions package-lock.json

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

10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@
"@types/react": "^18.3.12",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-bootstrap": "^0.32.37",
"@types/react-chartjs-2": "^2.5.7",
"@types/react-datepicker": "^7.0.0",
"@types/react-dom": "^18.3.1",
"@types/react-google-recaptcha": "^2.1.9",
"@types/react-router-dom": "^5.1.8",
Expand Down Expand Up @@ -170,6 +168,14 @@
"engines": {
"node": ">=20.x"
},
"overrides": {
"core-js": "^3.40.0",
"rc-color-picker": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"gulp-header": "^2.0.9"
},
"lint-staged": {
"**/*.{ts, tsx, json, scss, css}": [
"prettier --write"
Expand Down

0 comments on commit df11029

Please sign in to comment.