Skip to content

Commit

Permalink
Merge pull request #245 from vietredweb/update-package
Browse files Browse the repository at this point in the history
Update package
  • Loading branch information
vietredweb authored Oct 9, 2024
2 parents a342c98 + ef3c864 commit c9e01b0
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aesirx-uikit",
"version": "1.3.0",
"version": "1.3.1",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.mts",
Expand Down Expand Up @@ -64,8 +64,8 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/react-color": "^3.0.6",
"aesirx-dam-app": "^1.5.0",
"aesirx-lib": "^2.1.1",
"aesirx-sso": "^1.4.18",
"aesirx-lib": "^2.1.2",
"aesirx-sso": "^1.5.0",
"bootstrap": "^5.3.1",
"ckeditor5": "^43.0.0",
"dayjs": "^1.11.10",
Expand Down
57 changes: 56 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4061,7 +4061,22 @@ aesirx-lib@*, aesirx-lib@^2.0.14, aesirx-lib@^2.1.1:
react-secure-storage "^1.3.2"
ws "^8.18.0"

aesirx-sso@*, aesirx-sso@^1.4.17, aesirx-sso@^1.4.18:
aesirx-lib@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/aesirx-lib/-/aesirx-lib-2.1.2.tgz#c8489ae7e2f15a0490448f3f7533d0275a024c07"
integrity sha512-dccfnwedaeZQ8F0MrI+DEPwna609Euu4CUUBp8BIZ5kaekYwfBUaex8Jmg5ROnp2czEmQxdBjid1ikou5flLcA==
dependencies:
axios "^1.7.4"
axios-auth-refresh "^3.3.6"
date-fns "^4.1.0"
date-fns-tz "^3.2.0"
moment "^2.30.1"
murmurhash-js "^1.0.0"
query-string "7"
react-secure-storage "^1.3.2"
ws "^8.18.0"

aesirx-sso@*, aesirx-sso@^1.4.17:
version "1.4.18"
resolved "https://registry.yarnpkg.com/aesirx-sso/-/aesirx-sso-1.4.18.tgz#067e972b64774274c58b0ab855950176e32546a5"
integrity sha512-3n0zqFpDtsVEYKR+QUwDSbNgXmQAIxR/kGRwlvkkk0AAkh4hcMe3UpRsqYE7+FtG7Yh+jtvAME28BDUHnMGYVg==
Expand Down Expand Up @@ -4101,6 +4116,46 @@ aesirx-sso@*, aesirx-sso@^1.4.17, aesirx-sso@^1.4.18:
wagmi "^1.3.2"
yup "^1.3.2"

aesirx-sso@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/aesirx-sso/-/aesirx-sso-1.5.0.tgz#8d869c8ee0a11d24f6687b1be939c1d3c6511183"
integrity sha512-6CyMUbaltQxm1u7ci7CoE1HKvpLVCEjb073z4zJxEtOYuFlA1qyW7ZC8d+LdYGRzYazP1kyXbbJrHR7cxKBpeg==
dependencies:
"@concordium/browser-wallet-api-helpers" "3.0.1"
"@concordium/react-components" "0.4.0-rc.7"
"@concordium/web-sdk" "7.1.0"
"@fingerprintjs/fingerprintjs" "3.4.2"
"@fortawesome/fontawesome-svg-core" "^6.4.2"
"@fortawesome/free-solid-svg-icons" "^6.4.2"
"@fortawesome/react-fontawesome" "^0.2.0"
"@wagmi/core" "^1.3.8"
"@web3modal/ethereum" "^2.7.0"
"@web3modal/react" "^2.7.0"
aesirx-lib "^2.1.2"
axios "^1.7.7"
bootstrap "^5.3.3"
bowser "^2.11.0"
cross-env "^7.0.3"
dotenv "^16.4.5"
ethers "^6.7.1"
formik "^2.4.4"
friendly-challenge "^0.9.13"
lodash "^4.17.21"
query-string "^8.1.0"
react "^18.2.0"
react-bootstrap "^2.8.0"
react-device-detect "^2.2.3"
react-lazy-load-image-component "^1.6.0"
react-secure-storage "^1.3.2"
react-spinners "^0.13.8"
react-toastify "^9.1.3"
reactstrap "^9.2.0"
socket.io "^4.7.5"
socket.io-client "^4.7.2"
viem "^1.0.0"
wagmi "^1.3.2"
yup "^1.3.2"

aesirx-uikit@*:
version "1.2.12"
resolved "https://registry.yarnpkg.com/aesirx-uikit/-/aesirx-uikit-1.2.12.tgz#231261f370f2be35716ecb00ea41e06f57072f4f"
Expand Down

0 comments on commit c9e01b0

Please sign in to comment.