Skip to content

Commit

Permalink
Update “app-webdir-ui” to 1.25.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bebaps committed Dec 6, 2022
1 parent 46506db commit fcd86fd
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 8 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@asu-design-system/app-webdir-ui": "1.25.2"
"@asu-design-system/app-webdir-ui": "1.25.4"
}
}
37 changes: 31 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
dependencies:
"@jridgewell/trace-mapping" "^0.3.0"

"@asu-design-system/[email protected].2":
version "1.25.2"
resolved "https://registry.web.asu.edu/@asu-design-system%2fapp-webdir-ui/-/app-webdir-ui-1.25.2.tgz#e588872fb3ebeeafd6252a113f0dc244328d11a1"
integrity sha512-KRsXEsGhZ5ADgrWMhSpHSon35ERLpqMPasVGTfeWNAtY8gy+TyWrWsEbTyPdUflWAvPTjRkk1tifnEZu4PyXUQ==
"@asu-design-system/[email protected].4":
version "1.25.4"
resolved "https://registry.web.asu.edu/@asu-design-system%2fapp-webdir-ui/-/app-webdir-ui-1.25.4.tgz#1c64d76da94f6012ef051f6f5c4ba52d1ac7430b"
integrity sha512-IJJXMUXOGKm3sXE3AVxAlp5ik3L+62jQ89szEuH+rCiX9QJ12q+juZfjGMtwuz/YgPWl8xuzJVCVGlCoMwdT1w==
dependencies:
"@asu-design-system/component-carousel" "^1.8.3"
"@asu-design-system/components-core" "^1.0.0"
"@babel/preset-env" "^7.15.0"
"@babel/preset-react" "^7.14.5"
axios "^0.24.0"
prop-types "^15.7.2"
react "^16.14.0"
react-dom "^16.14.0"
react ">= 16.14.0 < 18"
react-dom ">= 16.14.0 < 18"
react-router-dom "^6.2.1"
storybook-addon-mock "^1.3.0"
styled-components "^5.3.0"
Expand Down Expand Up @@ -8026,6 +8026,15 @@ react-docgen@^5.0.0:
node-dir "^0.1.10"
strip-indent "^3.0.0"

"react-dom@>= 16.14.0 < 18":
version "17.0.2"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
scheduler "^0.20.2"

react-dom@^16.14.0:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
Expand Down Expand Up @@ -8265,6 +8274,14 @@ react-transition-group@^4.3.0:
loose-envify "^1.4.0"
prop-types "^15.6.2"

"react@>= 16.14.0 < 18":
version "17.0.2"
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"

react@^16.14.0:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
Expand Down Expand Up @@ -8649,6 +8666,14 @@ scheduler@^0.19.1:
loose-envify "^1.1.0"
object-assign "^4.1.1"

scheduler@^0.20.2:
version "0.20.2"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91"
integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"

[email protected]:
version "2.7.0"
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.0.tgz#17151f76d8eae67fbbf77960c33c676ad9f4efc7"
Expand Down

0 comments on commit fcd86fd

Please sign in to comment.