Skip to content

Commit 7e8c704

Browse files
committed
chore(*): updated depenencies for angular and core
1 parent d03832c commit 7e8c704

File tree

5 files changed

+724
-778
lines changed

5 files changed

+724
-778
lines changed

examples/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@tanstack/angular-form": "^0.42.0",
5050
"@types/express": "^4.17.17",
5151
"@types/jasmine": "~5.1.0",
52-
"@types/node": "^18.18.0",
52+
"@types/node": "^20.19.0",
5353
"eslint": "^9.22.0",
5454
"eslint-config-prettier": "^9.1.0",
5555
"firebase": "^11",

packages/angular/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"release": "pnpm pack --pack-destination ../../releases/"
2424
},
2525
"peerDependencies": {
26-
"@angular/fire": "catalog:peerDependencies"
26+
"@angular/fire": "catalog:peerDependencies",
27+
"@firebase-ui/translations": "workspace:*"
2728
},
2829
"dependencies": {
2930
"@firebase-ui/core": "workspace:*",
@@ -35,6 +36,7 @@
3536
"sideEffects": false,
3637
"devDependencies": {
3738
"@angular/core": "catalog:",
39+
"@angular/common": "catalog:",
3840
"@angular/forms": "catalog:",
3941
"@angular/router": "catalog:",
4042
"@angular/fire": "catalog:",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
"author": "TODO",
4545
"license": "MIT",
4646
"peerDependencies": {
47-
"@firebase-ui/translations": "workspace:*",
4847
"firebase": "catalog:peerDependencies"
4948
},
5049
"dependencies": {
5150
"nanostores": "catalog:",
52-
"zod": "catalog:"
51+
"zod": "catalog:",
52+
"@firebase-ui/translations": "workspace:*"
5353
},
5454
"devDependencies": {
5555
"@types/jsdom": "catalog:",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"react-dom": "catalog:peerDependencies"
4242
},
4343
"dependencies": {
44-
"@nanostores/react": "^0.8.4",
44+
"@nanostores/react": "^1.0.0",
4545
"@radix-ui/react-slot": "^1.2.3",
4646
"@tanstack/react-form": "^0.41.3",
4747
"clsx": "^2.1.1",

0 commit comments

Comments
 (0)