Skip to content

Commit

Permalink
revert react types
Browse files Browse the repository at this point in the history
  • Loading branch information
xiduzo committed May 10, 2024
1 parent 4e69bc6 commit 6669971
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 37 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Setup pnpm
uses: pnpm/[email protected]

- name: Setup Node 18
- name: Setup Node 20
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
4 changes: 2 additions & 2 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"devDependencies": {
"@babel/core": "7.24.5",
"@babel/preset-env": "7.24.5",
"@babel/runtime": "7.24.5",
"@babel/runtime": "7.24.5",
"@expo/config-plugins": "8.0.4",
"@fissa/eslint-config": "*",
"@types/react": "18.3.1",
"@types/react": "18.2.37",
"eslint": "8.57.0",
"postcss": "8.4.23",
"tailwindcss": "3.3.1",
Expand Down
58 changes: 25 additions & 33 deletions pnpm-lock.yaml

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

0 comments on commit 6669971

Please sign in to comment.