Skip to content

Commit

Permalink
Use the latest published version for auth sample app (#8130)
Browse files Browse the repository at this point in the history
  • Loading branch information
renkelvin committed Apr 9, 2024
1 parent f1a57d0 commit 9297ef3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/auth/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"dev": "rollup -c -w"
},
"dependencies": {
"@firebase/app": "0.7.24",
"@firebase/app": "*",
"@firebase/auth": "file:..",
"@firebase/logger": "0.3.2",
"@firebase/util": "1.6.0",
"@firebase/logger": "*",
"@firebase/util": "*",
"tslib": "^2.1.0"
},
"license": "Apache-2.0",
Expand Down

0 comments on commit 9297ef3

Please sign in to comment.