Skip to content

Commit

Permalink
current versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Dec 4, 2024
1 parent ecaa7a6 commit 42cac16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions consts.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// TODO: should these come from https://github.com/folio-org/stripes-core/blob/1d5d4f00a3756702e828856d4ef9349ceb9f1c08/package.json#L116-L129
const singletons = {
'@folio/stripes': '^8.1.0',
'@folio/stripes': '^9.3.0',
'@folio/stripes-shared-context': '^1.0.0',
'react': '^17.0.2',
'react-dom': '^17.0.2',
'react-intl': '^5.7.0',
'react': '~18.2',
'react-dom': '~18.2',
'react-intl': '^6.8.0',
'react-query': '^3.39.3',
'react-redux': '^8.0.5',
'react-redux': '^8.1',
'react-router': '^5.2.0',
'react-router-dom': '^5.2.0',
'redux-observable': '^1.2.0',
Expand Down

0 comments on commit 42cac16

Please sign in to comment.