Skip to content

Commit

Permalink
chore: Update deps (#69)
Browse files Browse the repository at this point in the history
* chore: Update deps

* Update node version
  • Loading branch information
alexbrazier committed Jan 3, 2023
1 parent 788c78c commit 382dc90
Show file tree
Hide file tree
Showing 6 changed files with 2,551 additions and 2,667 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- run: yarn bootstrap --frozen-lockfile
- run: yarn lint
- run: yarn typescript
Expand All @@ -24,6 +24,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- run: yarn bootstrap --frozen-lockfile
- run: yarn test --coverage
12 changes: 6 additions & 6 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"test": "jest"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"expo": "~46.0.8",
"@apollo/client": "^3.7.2",
"expo": "~47.0.8",
"graphql": "^16.6.0",
"react": "~18.2.0",
"react-native": "~0.69.4"
"react-native": "~0.70.6"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/runtime": "^7.18.9",
"@babel/core": "^7.20.5",
"@babel/runtime": "^7.20.6",
"babel-plugin-module-resolver": "^4.1.0",
"babel-preset-expo": "~9.2.0"
"babel-preset-expo": "~9.2.2"
}
}
Loading

0 comments on commit 382dc90

Please sign in to comment.