Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change dependencies from peer to dev #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-builder-bob": "^0.20.0",
"react-native-gesture-handler": "^2.x",
"react-native-reanimated": "^3.x",
"release-it": "^15.0.0",
"typescript": "^5.0.2"
},
Expand Down
39 changes: 39 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14821,6 +14821,22 @@ __metadata:
languageName: node
linkType: hard

"react-native-gesture-handler@npm:^2.x":
version: 2.15.0
resolution: "react-native-gesture-handler@npm:2.15.0"
dependencies:
"@egjs/hammerjs": ^2.0.17
hoist-non-react-statics: ^3.3.0
invariant: ^2.2.4
lodash: ^4.17.21
prop-types: ^15.7.2
peerDependencies:
react: "*"
react-native: "*"
checksum: 4db52e7b38b047bad677ed570a0ef4c2ddfc413bbbce5ed21f487c9d86c60588ee6b2c9f74bb842e5654284b0d1e6a8af81f68000e737d8a7f1e030b6d3fe6b6
languageName: node
linkType: hard

"react-native-gesture-handler@npm:~2.12.0":
version: 2.12.1
resolution: "react-native-gesture-handler@npm:2.12.1"
Expand Down Expand Up @@ -14878,6 +14894,8 @@ __metadata:
react: 18.2.0
react-native: 0.72.5
react-native-builder-bob: ^0.20.0
react-native-gesture-handler: ^2.x
react-native-reanimated: ^3.x
release-it: ^15.0.0
typescript: ^5.0.2
peerDependencies:
Expand All @@ -14888,6 +14906,27 @@ __metadata:
languageName: unknown
linkType: soft

"react-native-reanimated@npm:^3.x":
version: 3.6.2
resolution: "react-native-reanimated@npm:3.6.2"
dependencies:
"@babel/plugin-transform-object-assign": ^7.16.7
"@babel/preset-typescript": ^7.16.7
convert-source-map: ^2.0.0
invariant: ^2.2.4
peerDependencies:
"@babel/core": ^7.0.0-0
"@babel/plugin-proposal-nullish-coalescing-operator": ^7.0.0-0
"@babel/plugin-proposal-optional-chaining": ^7.0.0-0
"@babel/plugin-transform-arrow-functions": ^7.0.0-0
"@babel/plugin-transform-shorthand-properties": ^7.0.0-0
"@babel/plugin-transform-template-literals": ^7.0.0-0
react: "*"
react-native: "*"
checksum: 0a5030ec7d66603bdb1777fb9a37f6621c7c329b47101596d882d0dd526fe1ed34f4088635aacb9d44988bdbc6fe5b792145fc44eafaceb080b7a8c7ddd69eff
languageName: node
linkType: hard

"react-native-reanimated@npm:~3.3.0":
version: 3.3.0
resolution: "react-native-reanimated@npm:3.3.0"
Expand Down