Skip to content

Commit

Permalink
2.8.0: merge deps upgrades and update git build action (min node vers…
Browse files Browse the repository at this point in the history
…ion 18)
  • Loading branch information
dionshihk committed Dec 14, 2023
1 parent 893928c commit 2f0042d
Show file tree
Hide file tree
Showing 3 changed files with 3,351 additions and 309 deletions.
19 changes: 8 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,20 @@
"yargs": "17.7.2"
},
"dependencies": {
"@types/react": "18.0.15",
"@types/react-native": "0.69.3",
"immer": "9.0.15",
"@types/react": "18.2.45",
"@types/react-native": "0.72.8",
"immer": "10.0.3",
"react": "18.2.0",
"react-redux": "7.2.8",
"redux": "4.1.2",
"redux-saga": "1.1.3",
"tslib": "2.6.2"
},
"peerDependencies": {
"@types/react": "18.0.15",
"@types/react-native": "0.69.3",
"immer": "9.0.15",
"react": "18.2.0",
"react-redux": "7.2.8",
"redux": "4.1.2",
"redux-saga": "1.1.3",
"tslib": "2.6.2"
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"engines": {
"node": ">=18"
}
}
Loading

0 comments on commit 2f0042d

Please sign in to comment.