Skip to content

Commit

Permalink
➕ Fix missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cermakjiri committed Nov 7, 2024
1 parent 1c4fb5c commit 506b9a3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/webauthn-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
},
"dependencies": {
"@workspace/common": "workspace:*",
"next": "15.0.3"
"next": "15.0.3",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@tooling/eslint": "workspace:*",
Expand Down
1 change: 1 addition & 0 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@tanstack/react-query-devtools": "5.59.20",
"@workspace/logger": "workspace:*",
"cookie": "1.0.1",
"core-js": "3.39.0",
"firebase": "11.0.1",
"firebase-admin": "12.7.0",
"next": "15.0.3",
Expand Down
1 change: 1 addition & 0 deletions tooling/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"next": "15.0.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.6.3",
"typescript-eslint": "8.13.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3084,6 +3084,7 @@ __metadata:
next: "npm:15.0.3"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
typescript: "npm:5.6.3"
typescript-eslint: "npm:8.13.0"
bin:
eslint-lint: ./bin/cli.js
Expand Down Expand Up @@ -3726,6 +3727,7 @@ __metadata:
"@types/react-dom": "npm:18.3.1"
"@workspace/logger": "workspace:*"
cookie: "npm:1.0.1"
core-js: "npm:3.39.0"
firebase: "npm:11.0.1"
firebase-admin: "npm:12.7.0"
next: "npm:15.0.3"
Expand Down Expand Up @@ -4470,6 +4472,13 @@ __metadata:
languageName: node
linkType: hard

"core-js@npm:3.39.0":
version: 3.39.0
resolution: "core-js@npm:3.39.0"
checksum: 10c0/f7602069b6afb2e3298eec612a5c1e0c3e6a458930fbfc7a4c5f9ac03426507f49ce395eecdd2d9bae9024f820e44582b67ffe16f2272395af26964f174eeb6b
languageName: node
linkType: hard

"core-util-is@npm:~1.0.0":
version: 1.0.3
resolution: "core-util-is@npm:1.0.3"
Expand Down Expand Up @@ -9526,6 +9535,8 @@ __metadata:
"@workspace/common": "workspace:*"
browserslist-config-custom: "workspace:*"
next: "npm:15.0.3"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 506b9a3

Please sign in to comment.