Skip to content

Commit

Permalink
Lock file maintenance (#2042)
Browse files Browse the repository at this point in the history
* Lock file maintenance

* fix: Pin MomentJS to a working version

* resolve specific @types/react version

* moment 2.29.4

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tobias Macey <[email protected]>
Co-authored-by: Chris Chudzicki <[email protected]>
  • Loading branch information
3 people authored Feb 7, 2024
1 parent 35a2122 commit eb8576c
Show file tree
Hide file tree
Showing 4 changed files with 6,788 additions and 5,225 deletions.
2 changes: 1 addition & 1 deletion frontend/public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"lodash": "4.17.21",
"mini-css-extract-plugin": "2.6.0",
"mocha": "9.2.2",
"moment": "^2.29.4",
"moment": "2.29.4",
"moment-locales-webpack-plugin": "^1.2.0",
"moment-timezone": "^0.5.43",
"named-urls": "1.4.0",
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
"redux-query": "3.3.1",
"redux-query-interface-superagent": "3.3.1",
"redux-query-react": "3.3.1"
},
"resolutions": {
"@types/react": "^17"
}
}
Loading

0 comments on commit eb8576c

Please sign in to comment.