Skip to content

Commit

Permalink
fix: upgrade react-native-reanimated from 2.15.0 to 2.16.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade react-native-reanimated from 2.15.0 to 2.16.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/andrewdongminyoo/project/f6de165d-87f9-41a4-924d-ec827a5f9b14?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed May 12, 2023
1 parent 48ede5c commit 07283ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react-native-circular-progress-indicator": "^4.4.2",
"react-native-gesture-handler": "^2.9.0",
"react-native-permissions": "^3.7.3",
"react-native-reanimated": "^2.14.1",
"react-native-reanimated": "^2.16.0",
"react-native-svg": "^13.7.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4009,10 +4009,10 @@ react-native-permissions@^3.7.3:
picocolors "^1.0.0"
pkg-dir "^5.0.0"

react-native-reanimated@^2.14.1:
version "2.15.0"
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-2.15.0.tgz#d795ed8a56f61cdbb3413d07d4dd43f47e161d1e"
integrity sha512-pNbcjIsqB72lsLGr7DvcXl07oovTvQUaBgP6CdkYtogmrCKUMcB+TDe2OjUNPWdzJ9JkgNIZZ1h71LM78H9HrQ==
react-native-reanimated@^2.16.0:
version "2.17.0"
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-2.17.0.tgz#eae2308235961cdd79810e01dfdd7e88b1ae5b5c"
integrity sha512-bVy+FUEaHXq4i+aPPqzGeor1rG4scgVNBbBz21ohvC7iMpB9IIgvGsmy1FAoodZhZ5sa3EPF67Rcec76F1PXlQ==
dependencies:
"@babel/plugin-transform-object-assign" "^7.16.7"
"@babel/preset-typescript" "^7.16.7"
Expand Down

0 comments on commit 07283ba

Please sign in to comment.