Skip to content

Commit

Permalink
Updated package version for react component
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-eaton committed Dec 19, 2024
1 parent f57b4b4 commit a5f4e73
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 27 deletions.
2 changes: 1 addition & 1 deletion login-workflow/example-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@brightlayer-ui/colors": "^3.0.1",
"@brightlayer-ui/icons-mui": "^3.3.0",
"@brightlayer-ui/react-auth-workflow": "^4.0.2",
"@brightlayer-ui/react-components": "7.0.0-alpha.0",
"@brightlayer-ui/react-components": "7.0.0",
"@brightlayer-ui/react-themes": "^8.0.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.10.8",
Expand Down
17 changes: 8 additions & 9 deletions login-workflow/example-vite/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1155,20 +1155,19 @@
optionalDependencies:
react-router-dom "^6.8.0"

"@brightlayer-ui/[email protected]-alpha.0":
version "7.0.0-alpha.0"
resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-components/-/react-components-7.0.0-alpha.0.tgz#3e3a6775b723368b42e80359489330b97e77f265"
integrity sha512-pPjcW6Y8bailU5vNPVV8F4MStFZxxQXjJTUpzvVdso6jAyxUdcqzD65JXNa1j8K2hL0M34AbnU1Gfy6EkKEPnA==
"@brightlayer-ui/[email protected]":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-components/-/react-components-7.0.0.tgz#113113c39bc144ebb96c60c908f2a58ad0b3fa1c"
integrity sha512-H+FfeWA4kIU6LOK/7Wi3PL9mUs+kO8UQfqnfKmo6zURxdmKRSKB1dj4527RzyayWFe1wZFcxVdGtlwNkFvXO7g==
dependencies:
"@brightlayer-ui/colors" "^3.1.1"
"@emotion/css" "^11.10.5"
"@seznam/compose-react-refs" "^1.0.6"
color "^4.2.3"

"@brightlayer-ui/react-themes@^8.0.0-alpha.0":
version "8.0.0-alpha.0"
resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-themes/-/react-themes-8.0.0-alpha.0.tgz#683fdef86cb1a9e5248ebacdb1d73b9fc8799d9b"
integrity sha512-aC5IJD5bEnWvZJqxmNnR4PdZGz+fBqhRX/lNU9OTKRoYKRI8SpdhkgWpWibbboLGUjIWE1AB9WZeyqnybUUJGQ==
"@brightlayer-ui/react-themes@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-themes/-/react-themes-8.0.0.tgz#91ad70289889dd8986b6524216345444cdf69624"
integrity sha512-kLo1tSLt+IHG5/xywltIeewLefRZiVSzI7XgIic0I13jQ1Lc3P5e5nj5QHcBzw6CQFQ7r7oOHb7aiIibXpVMwQ==
dependencies:
"@brightlayer-ui/colors" "^3.1.1"
"@fontsource/open-sans" "^5.0.3"
Expand Down
2 changes: 1 addition & 1 deletion login-workflow/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@brightlayer-ui/colors": "^3.0.1",
"@brightlayer-ui/icons-mui": "^3.6.0",
"@brightlayer-ui/react-components": "7.0.0-alpha.0",
"@brightlayer-ui/react-components": "7.0.0",
"@brightlayer-ui/react-themes": "^8.0.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.10.8",
Expand Down
17 changes: 8 additions & 9 deletions login-workflow/example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1138,20 +1138,19 @@
resolved "https://registry.yarnpkg.com/@brightlayer-ui/prettier-config/-/prettier-config-1.0.3.tgz#e40a7ae7435c6fd5118acbf249080e0aa81e93af"
integrity sha512-EYm3+V7Qd+oYEF+8FadsXAZqXryEHHbGnrV1BMp9selhABjceqUqXPVE4Sn3SKWQdBNJ3En2A3EzgrzRbvRTaw==

"@brightlayer-ui/[email protected]-alpha.0":
version "7.0.0-alpha.0"
resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-components/-/react-components-7.0.0-alpha.0.tgz#3e3a6775b723368b42e80359489330b97e77f265"
integrity sha512-pPjcW6Y8bailU5vNPVV8F4MStFZxxQXjJTUpzvVdso6jAyxUdcqzD65JXNa1j8K2hL0M34AbnU1Gfy6EkKEPnA==
"@brightlayer-ui/[email protected]":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-components/-/react-components-7.0.0.tgz#113113c39bc144ebb96c60c908f2a58ad0b3fa1c"
integrity sha512-H+FfeWA4kIU6LOK/7Wi3PL9mUs+kO8UQfqnfKmo6zURxdmKRSKB1dj4527RzyayWFe1wZFcxVdGtlwNkFvXO7g==
dependencies:
"@brightlayer-ui/colors" "^3.1.1"
"@emotion/css" "^11.10.5"
"@seznam/compose-react-refs" "^1.0.6"
color "^4.2.3"

"@brightlayer-ui/react-themes@^8.0.0-alpha.0":
version "8.0.0-alpha.0"
resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-themes/-/react-themes-8.0.0-alpha.0.tgz#683fdef86cb1a9e5248ebacdb1d73b9fc8799d9b"
integrity sha512-aC5IJD5bEnWvZJqxmNnR4PdZGz+fBqhRX/lNU9OTKRoYKRI8SpdhkgWpWibbboLGUjIWE1AB9WZeyqnybUUJGQ==
"@brightlayer-ui/react-themes@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-themes/-/react-themes-8.0.0.tgz#91ad70289889dd8986b6524216345444cdf69624"
integrity sha512-kLo1tSLt+IHG5/xywltIeewLefRZiVSzI7XgIic0I13jQ1Lc3P5e5nj5QHcBzw6CQFQ7r7oOHb7aiIibXpVMwQ==
dependencies:
"@brightlayer-ui/colors" "^3.1.1"
"@fontsource/open-sans" "^5.0.3"
Expand Down
2 changes: 1 addition & 1 deletion login-workflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"i18next-browser-languagedetector": "^8.0.0"
},
"peerDependencies": {
"@brightlayer-ui/react-components": "7.0.0-alpha.0",
"@brightlayer-ui/react-components": "7.0.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^6.1.4",
Expand Down
12 changes: 6 additions & 6 deletions login-workflow/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1033,10 +1033,10 @@
"@seznam/compose-react-refs" "^1.0.6"
color "^4.2.3"

"@brightlayer-ui/[email protected]-alpha.0":
version "8.0.0-alpha.0"
resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-themes/-/react-themes-8.0.0-alpha.0.tgz#683fdef86cb1a9e5248ebacdb1d73b9fc8799d9b"
integrity sha512-aC5IJD5bEnWvZJqxmNnR4PdZGz+fBqhRX/lNU9OTKRoYKRI8SpdhkgWpWibbboLGUjIWE1AB9WZeyqnybUUJGQ==
"@brightlayer-ui/[email protected]":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-themes/-/react-themes-8.0.0.tgz#91ad70289889dd8986b6524216345444cdf69624"
integrity sha512-kLo1tSLt+IHG5/xywltIeewLefRZiVSzI7XgIic0I13jQ1Lc3P5e5nj5QHcBzw6CQFQ7r7oOHb7aiIibXpVMwQ==
dependencies:
"@brightlayer-ui/colors" "^3.1.1"
"@fontsource/open-sans" "^5.0.3"
Expand Down Expand Up @@ -6564,9 +6564,9 @@ libsodium@^0.7.15:
resolved "https://registry.yarnpkg.com/libsodium/-/libsodium-0.7.15.tgz#ac284e3dcb1c29ae9526c5581cdada6a072f6d20"
integrity sha512-sZwRknt/tUpE2AwzHq3jEyUU5uvIZHtSssktXq7owd++3CSgn8RGrv6UZJJBpP7+iBghBqe7Z06/2M31rI2NKw==

"license-checker@git+https://github.com/mwittig/license-checker.git#d546e3f738e14c62e732346fa355162d46700893":
"license-checker@git+https://github.com/mwittig/license-checker#d546e3f738e14c62e732346fa355162d46700893":
version "1.0.0"
resolved "git+https://github.com/mwittig/license-checker.git#d546e3f738e14c62e732346fa355162d46700893"
resolved "git+https://github.com/mwittig/license-checker#d546e3f738e14c62e732346fa355162d46700893"
dependencies:
chalk "~0.5.1"
mkdirp "^0.3.5"
Expand Down

0 comments on commit a5f4e73

Please sign in to comment.