@firebase-oss/ui-shadcn 0.0.2-exp.071ad23 → 0.0.2-exp.3d01948
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/registry/apple-sign-in-button.json +1 -1
- package/dist/registry/country-selector.json +1 -1
- package/dist/registry/email-link-auth-form.json +1 -1
- package/dist/registry/email-link-auth-screen.json +1 -1
- package/dist/registry/facebook-sign-in-button.json +1 -1
- package/dist/registry/forgot-password-auth-form.json +1 -1
- package/dist/registry/forgot-password-auth-screen.json +1 -1
- package/dist/registry/github-sign-in-button.json +1 -1
- package/dist/registry/google-sign-in-button.json +1 -1
- package/dist/registry/microsoft-sign-in-button.json +1 -1
- package/dist/registry/multi-factor-auth-assertion-form.json +1 -1
- package/dist/registry/multi-factor-auth-assertion-screen.json +1 -1
- package/dist/registry/multi-factor-auth-enrollment-form.json +1 -1
- package/dist/registry/multi-factor-auth-enrollment-screen.json +1 -1
- package/dist/registry/oauth-button.json +1 -1
- package/dist/registry/oauth-screen.json +1 -1
- package/dist/registry/phone-auth-form.json +1 -1
- package/dist/registry/phone-auth-screen.json +1 -1
- package/dist/registry/policies.json +1 -1
- package/dist/registry/redirect-error.json +1 -1
- package/dist/registry/sign-in-auth-form.json +1 -1
- package/dist/registry/sign-in-auth-screen.json +1 -1
- package/dist/registry/sign-up-auth-form.json +1 -1
- package/dist/registry/sign-up-auth-screen.json +1 -1
- package/dist/registry/sms-multi-factor-assertion-form.json +1 -1
- package/dist/registry/sms-multi-factor-enrollment-form.json +1 -1
- package/dist/registry/totp-multi-factor-assertion-form.json +1 -1
- package/dist/registry/totp-multi-factor-enrollment-form.json +1 -1
- package/dist/registry/twitter-sign-in-button.json +1 -1
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase-oss/ui-shadcn",
|
|
3
|
-
"version": "0.0.2-exp.
|
|
3
|
+
"version": "0.0.2-exp.3d01948",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"ui-shadcn": "dist/bin/cli.js"
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
"@testing-library/jest-dom": "^6.8.0",
|
|
14
14
|
"@testing-library/react": "^16.3.0",
|
|
15
15
|
"@types/node": "^24.3.1",
|
|
16
|
-
"@types/react": "19.
|
|
17
|
-
"@types/react-dom": "19.
|
|
16
|
+
"@types/react": "19.2.7",
|
|
17
|
+
"@types/react-dom": "19.2.3",
|
|
18
18
|
"@types/yargs-parser": "^21.0.3",
|
|
19
19
|
"@vitejs/plugin-react": "^5.0.2",
|
|
20
20
|
"firebase": "^11.10.0",
|
|
21
|
-
"react": "19.
|
|
22
|
-
"react-dom": "19.
|
|
21
|
+
"react": "19.2.1",
|
|
22
|
+
"react-dom": "19.2.1",
|
|
23
23
|
"shadcn": "2.9.3-canary.0",
|
|
24
24
|
"tailwindcss": "^4.1.13",
|
|
25
25
|
"tsup": "8.5.0",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"vite-plugin-run": "^0.6.1",
|
|
31
31
|
"vitest": "^3.2.4",
|
|
32
32
|
"yargs-parser": "^22.0.0",
|
|
33
|
-
"@firebase-oss/ui-translations": "0.0.2-exp.
|
|
33
|
+
"@firebase-oss/ui-translations": "0.0.2-exp.3d01948"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@hookform/resolvers": "^5.2.2",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"react-hook-form": "^7.64.0",
|
|
46
46
|
"tailwind-merge": "^3.3.1",
|
|
47
47
|
"zod": "4.1.12",
|
|
48
|
-
"@firebase-oss/ui-core": "0.0.2-exp.
|
|
49
|
-
"@firebase-oss/ui-react": "0.0.2-exp.
|
|
48
|
+
"@firebase-oss/ui-core": "0.0.2-exp.3d01948",
|
|
49
|
+
"@firebase-oss/ui-react": "0.0.2-exp.3d01948"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"dev": "vite",
|