Skip to content

Commit

Permalink
change deps (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
amiryonatan authored Jan 1, 2024
1 parent 6a5804a commit 1e79063
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"dependencies": {
"react-test-renderer": "^18.0.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8"
"redux-devtools-extension": "^2.13.8",
"tslib": "^2.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.15",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6403,6 +6403,11 @@ tslib@^1.13.0, tslib@^1.7.1, tslib@^1.8.1:
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^2.0.0:
version "2.6.2"
resolved "https://repo.dev.wixpress.com/artifactory/api/npm/npm-repos/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha1-cDrClCXns3zW/UVukkBNRtHz5K4=

tslib@^2.1.0:
version "2.4.1"
resolved "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
Expand Down

0 comments on commit 1e79063

Please sign in to comment.