Skip to content

Commit

Permalink
Closes #71 - less strict @react-native-async-storage/async-storage pe…
Browse files Browse the repository at this point in the history
…er dep version
  • Loading branch information
revmischa committed Feb 8, 2024
1 parent fe7ee2a commit 5eedb24
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'

- name: 'Install Dependencies'
id: install
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'

- name: 'Install Dependencies'
id: install
Expand All @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'

- name: 'Install Dependencies'
id: install
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "JetBridge Inc.",
"license": "WTFPL",
"devDependencies": {
"@react-native-async-storage/async-storage": "1.18.1",
"@react-native-async-storage/async-storage": "^1.18.1",
"@types/jest": "29.5.1",
"@types/jsonwebtoken": "9.0.2",
"@types/jwt-decode": "3.1.0",
Expand All @@ -27,7 +27,7 @@
"typescript": "5.0.4"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": "1.15.17",
"@react-native-async-storage/async-storage": "^1.15.17",
"axios": "^1.4.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 5eedb24

Please sign in to comment.