Skip to content

Commit

Permalink
fix: hold back deprecated prop-types v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmaeuer committed Jan 4, 2023
1 parent 12c800b commit dbf0ab7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: yarn lint
working-directory: example

- name: ⚒️ Build Example Apps
- name: 🛠 Build Example Apps
run: yarn build:all
working-directory: example

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"homepage": "https://github.com/swrlab/react-native-settings-list#readme",
"dependencies": {
"create-react-class": "^15.7.0",
"deprecated-react-native-prop-types": "^3.0.1",
"deprecated-react-native-prop-types": "3.0.1",
"prop-types": "^15.8.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ deep-is@^0.1.3:
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==

deprecated-react-native-prop-types@^3.0.1:
[email protected]:
version "3.0.1"
resolved "https://registry.yarnpkg.com/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-3.0.1.tgz#a275f84cd8519cd1665e8df3c99e9067d57a23ec"
integrity sha512-J0jCJcsk4hMlIb7xwOZKLfMpuJn6l8UtrPEzzQV5ewz5gvKNYakhBuq9h2rWX7YwHHJZFhU5W8ye7dB9oN8VcQ==
Expand Down

0 comments on commit dbf0ab7

Please sign in to comment.