Skip to content

Commit b52ad44

Browse files
committed
chore(*): merged latest
2 parents d645bc5 + 9c533e4 commit b52ad44

File tree

9 files changed

+4937
-9582
lines changed

9 files changed

+4937
-9582
lines changed

packages/firebaseui-angular/package.json

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -22,39 +22,23 @@
2222
"release": "pnpm pack --pack-destination ../../releases/"
2323
},
2424
"peerDependencies": {
25-
"@angular/common": "^19.1.0",
26-
"@angular/core": "^19.1.0",
25+
"@angular/common": "catalog:peerDependencies",
26+
"@angular/core": "catalog:peerDependencies",
2727
"@firebase-ui/core": "workspace:*",
2828
"@firebase-ui/translations": "workspace:*"
2929
},
3030
"dependencies": {
3131
"@tanstack/angular-form": "^1.1.0",
32-
"nanostores": "^0.11.3",
33-
"tslib": "^2.3.0",
34-
"zod": "^3.24.1"
32+
"tslib": "^2.8.1",
33+
"nanostores": "catalog:"
3534
},
3635
"sideEffects": false,
3736
"devDependencies": {
38-
"@angular-devkit/build-angular": "^19.1.0",
39-
"@angular/cli": "^19.1.0",
40-
"@angular/compiler": "^19.1.0",
41-
"@angular/fire": "^19.1.0",
42-
"@angular/forms": "^19.2.11",
43-
"@angular/router": "^19.2.11",
44-
"@angular/platform-browser": "^19.1.0",
45-
"@angular/platform-browser-dynamic": "^19.1.0",
46-
"firebase": "^11.0.0",
47-
"jasmine-core": "^5.1.0",
48-
"@types/jasmine": "^5.1.0",
49-
"karma": "^6.4.0",
50-
"karma-chrome-launcher": "^3.2.0",
51-
"karma-coverage": "^2.2.0",
52-
"karma-jasmine": "^5.1.0",
53-
"karma-jasmine-html-reporter": "^2.1.0",
37+
"@angular/core": "catalog:",
38+
"@angular/forms": "catalog:",
39+
"@angular/router": "catalog:",
40+
"@angular/fire": "catalog:",
5441
"ng-packagr": "^19.1.0",
55-
"rxjs": "^7.8.2",
56-
"typescript": "~5.6.2",
57-
"zone.js": "^0.15.0",
58-
"@types/node": "^22.13.8"
42+
"rxjs": "catalog:"
5943
}
6044
}

packages/firebaseui-angular/src/lib/auth/forms/phone-form/phone-form.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ import {
4747
import { interval, Subscription, firstValueFrom } from 'rxjs';
4848
import { Router } from '@angular/router';
4949
import { takeWhile } from 'rxjs/operators';
50-
import { z } from 'zod';
5150

5251
@Component({
5352
selector: 'fui-phone-number-form',

packages/firebaseui-core/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,22 @@
4242
"author": "TODO",
4343
"license": "MIT",
4444
"peerDependencies": {
45-
"firebase": "^11"
45+
"firebase": "catalog:peerDependencies"
4646
},
4747
"dependencies": {
4848
"@firebase-ui/translations": "workspace:*",
49-
"nanostores": "^0.11.3",
50-
"zod": "^3.24.1"
49+
"nanostores": "catalog:",
50+
"zod": "catalog:"
5151
},
5252
"devDependencies": {
53-
"@types/jsdom": "^21.1.7",
54-
"firebase": "^11.0.0",
55-
"jsdom": "^26.0.0",
56-
"prettier": "^3.1.1",
57-
"rimraf": "^6.0.1",
58-
"tsup": "^8.0.1",
59-
"typescript": "^5.7.3",
60-
"vite": "^6.2.0",
61-
"vitest": "^3.0.7"
53+
"@types/jsdom": "catalog:",
54+
"firebase": "catalog:",
55+
"jsdom": "catalog:",
56+
"prettier": "catalog:",
57+
"rimraf": "catalog:",
58+
"tsup": "catalog:",
59+
"typescript": "catalog:",
60+
"vite": "catalog:",
61+
"vitest": "catalog:"
6262
}
6363
}

packages/firebaseui-react/package.json

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -33,33 +33,35 @@
3333
},
3434
"peerDependencies": {
3535
"@firebase-ui/core": "workspace:*",
36-
"@firebase-ui/styles": "workspace:*"
36+
"@firebase-ui/styles": "workspace:*",
37+
"firebase": "catalog:peerDependencies",
38+
"react": "catalog:peerDependencies",
39+
"react-dom": "catalog:peerDependencies"
3740
},
3841
"dependencies": {
3942
"@nanostores/react": "^0.8.4",
4043
"@radix-ui/react-slot": "^1.2.3",
4144
"@tanstack/react-form": "^0.41.3",
4245
"clsx": "^2.1.1",
43-
"firebase": "^11.2.0",
44-
"nanostores": "^0.11.3",
45-
"react": "^19.0.0",
46-
"react-dom": "^19.0.0",
4746
"tailwind-merge": "^3.0.1",
48-
"zod": "^3.24.1"
47+
"zod": "catalog:"
4948
},
5049
"devDependencies": {
51-
"@testing-library/jest-dom": "^6.4.3",
52-
"@testing-library/react": "^16.2.0",
53-
"@types/jsdom": "^21.1.7",
54-
"@types/node": "^22.13.8",
55-
"@types/react": "^19.0.8",
56-
"@types/react-dom": "^19.0.3",
57-
"@vitejs/plugin-react": "^4.3.4",
58-
"jsdom": "^26.0.0",
59-
"tsup": "^8.3.6",
60-
"typescript": "~5.6.2",
61-
"vite": "^6.0.5",
62-
"vitest": "^3.0.8",
63-
"vitest-tsconfig-paths": "^3.4.1"
50+
"@testing-library/jest-dom": "catalog:",
51+
"@testing-library/react": "catalog:",
52+
"@types/jsdom": "catalog:",
53+
"@types/node": "catalog:",
54+
"@types/react": "catalog:",
55+
"@types/react-dom": "catalog:",
56+
"@vitejs/plugin-react": "catalog:",
57+
"nanostores": "catalog:",
58+
"jsdom": "catalog:",
59+
"react": "catalog:",
60+
"react-dom": "catalog:",
61+
"tsup": "catalog:",
62+
"typescript": "catalog:",
63+
"vite": "catalog:",
64+
"vitest": "catalog:",
65+
"vitest-tsconfig-paths": "catalog:"
6466
}
6567
}

packages/firebaseui-styles/dist.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/firebaseui-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"release": "pnpm run build && pnpm pack --pack-destination ../../releases/"
1717
},
1818
"devDependencies": {
19-
"tailwindcss": "^4.0.0"
19+
"tailwindcss": "catalog:"
2020
}
2121
}

packages/firebaseui-translations/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"release": "npm run build && pnpm pack --pack-destination ../../releases/"
3131
},
3232
"devDependencies": {
33-
"prettier": "^3.1.1",
34-
"rimraf": "^6.0.1",
35-
"tsup": "^8.0.1",
36-
"typescript": "^5.7.3"
33+
"prettier": "catalog:",
34+
"rimraf": "catalog:",
35+
"tsup": "catalog:",
36+
"typescript": "catalog:"
3737
}
3838
}

0 commit comments

Comments
 (0)