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

build(deps): bump deprecated-react-native-prop-types from 4.2.0 to 4.2.1 #108

Merged
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: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
. "$(dirname -- "$0")/_/husky.sh"

yarn lint-staged
yarn generate
yarn generate
12 changes: 0 additions & 12 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
"@turf/nearest-point-on-line": "6.5.0",
"@types/geojson": "^7946.0.10",
"@types/react-native": "0.67.8",
"debounce": "^1.2.0",
"deprecated-react-native-prop-types": "^4.2.0"
"debounce": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.5",
Expand Down Expand Up @@ -85,7 +84,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"expo-module-scripts": "^3.0.4",
"husky": "^8.0.0",
"husky": "^8.0.3",
"jest": "^29.6.0",
"jest-cli": "^29.6.0",
"lint-staged": "^14.0.1",
Expand Down
25 changes: 3 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2737,7 +2737,6 @@ __metadata:
"@typescript-eslint/parser": ^6.7.4
babel-jest: ^29.6.0
debounce: ^1.2.0
deprecated-react-native-prop-types: ^4.2.0
documentation: ^14.0.0
ejs: ^3.1.3
ejs-lint: ^2.0.0
Expand All @@ -2753,7 +2752,7 @@ __metadata:
eslint-plugin-react-hooks: ^4.6.0
eslint-plugin-react-native: ^4.0.0
expo-module-scripts: ^3.0.4
husky: ^8.0.0
husky: ^8.0.3
jest: ^29.6.0
jest-cli: ^29.6.0
lint-staged: ^14.0.1
Expand Down Expand Up @@ -5068,7 +5067,7 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:5.3.0":
"chalk@npm:5.3.0, chalk@npm:^5.0.0":
version: 5.3.0
resolution: "chalk@npm:5.3.0"
checksum: 623922e077b7d1e9dedaea6f8b9e9352921f8ae3afe739132e0e00c275971bdd331268183b2628cf4ab1727c45ea1f28d7e24ac23ce1db1eb653c414ca8a5a80
Expand Down Expand Up @@ -5106,13 +5105,6 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:^5.0.0":
version: 5.3.0
resolution: "chalk@npm:5.3.0"
checksum: 623922e077b7d1e9dedaea6f8b9e9352921f8ae3afe739132e0e00c275971bdd331268183b2628cf4ab1727c45ea1f28d7e24ac23ce1db1eb653c414ca8a5a80
languageName: node
linkType: hard

"chalk@npm:^5.0.1":
version: 5.2.0
resolution: "chalk@npm:5.2.0"
Expand Down Expand Up @@ -5780,17 +5772,6 @@ __metadata:
languageName: node
linkType: hard

"deprecated-react-native-prop-types@npm:^4.2.0":
version: 4.2.0
resolution: "deprecated-react-native-prop-types@npm:4.2.0"
dependencies:
"@react-native/normalize-colors": "*"
invariant: "*"
prop-types: "*"
checksum: c47004069592a90f89f062f56f11a62fb41df7dad1a3915c26391034a32f6cef6d3d10a2b0c4e28c40b1eab460dfdccb040c691fa36b24137432359451b41cb2
languageName: node
linkType: hard

"dequal@npm:^2.0.0":
version: 2.0.3
resolution: "dequal@npm:2.0.3"
Expand Down Expand Up @@ -8027,7 +8008,7 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:^8.0.0":
"husky@npm:^8.0.3":
version: 8.0.3
resolution: "husky@npm:8.0.3"
bin:
Expand Down
Loading