Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
promer94 committed May 4, 2023
1 parent 94dbb88 commit 9612248
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 34 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-canary.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Test React Canary

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@
"lint-staged": "13.1.0",
"next": "^13.1.6",
"prettier": "2.8.3",
"react": "18.3.0-canary-aef7ce554-20230503",
"react-dom": "18.3.0-canary-aef7ce554-20230503",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "4.1.2",
"swr": "workspace:*",
"typescript": "4.9.4"
Expand All @@ -142,6 +142,6 @@
"trailingComma": "none"
},
"dependencies": {
"use-sync-external-store": "1.3.0-canary-aef7ce554-20230503"
"use-sync-external-store": "^1.2.0"
}
}
}
60 changes: 30 additions & 30 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 9612248

Please sign in to comment.