Skip to content

Commit

Permalink
chore(deps): bump classnames and @types/classnames in /ui (#9603)
Browse files Browse the repository at this point in the history
Bumps [classnames](https://github.com/JedWatson/classnames) and [@types/classnames](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/classnames). These dependencies needed to be updated together.

Updates `classnames` from 2.2.6 to 2.3.2
- [Release notes](https://github.com/JedWatson/classnames/releases)
- [Changelog](https://github.com/JedWatson/classnames/blob/main/HISTORY.md)
- [Commits](JedWatson/classnames@v2.2.6...v2.3.2)

Updates `@types/classnames` from 2.2.6 to 2.3.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/classnames)

---
updated-dependencies:
- dependency-name: classnames
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/classnames"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 17, 2022
1 parent 2dac194 commit 97328f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
4 changes: 2 additions & 2 deletions ui/package.json
Expand Up @@ -18,7 +18,7 @@
"argo-ui": "https://github.com/argoproj/argo-ui.git#v2.5.0",
"chart.js": "^2.9.4",
"chartjs-plugin-annotation": "^0.5.7",
"classnames": "^2.2.5",
"classnames": "^2.3.2",
"cron-parser": "^4.6.0",
"cronstrue": "^2.11.0",
"dagre": "^0.8.5",
Expand All @@ -44,7 +44,7 @@
"@babel/preset-env": "^7.19.0",
"@fortawesome/fontawesome-free": "^6.2.0",
"@types/chart.js": "^2.9.24",
"@types/classnames": "^2.2.3",
"@types/classnames": "^2.3.1",
"@types/dagre": "^0.7.48",
"@types/history": "^4.6.2",
"@types/jest": "^26.0.15",
Expand Down
21 changes: 10 additions & 11 deletions ui/yarn.lock
Expand Up @@ -1458,9 +1458,12 @@
dependencies:
moment "^2.10.2"

"@types/classnames@^2.2.3":
version "2.2.6"
resolved "https://registry.yarnpkg.com/@types/classnames/-/classnames-2.2.6.tgz#dbe8a666156d556ed018e15a4c65f08937c3f628"
"@types/classnames@^2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@types/classnames/-/classnames-2.3.1.tgz#3c2467aa0f1a93f1f021e3b9bcf938bd5dfdc0dd"
integrity sha512-zeOWb0JGBoVmlQoznvqXbE0tEC/HONsnoUNH19Hc96NFsTAwTXbTqb8FMYkru1F/iqp7a18Ws3nWJvtA1sHD1A==
dependencies:
classnames "*"

"@types/connect-history-api-fallback@^1.3.5":
version "1.3.5"
Expand Down Expand Up @@ -3076,14 +3079,10 @@ class-utils@^0.3.5:
isobject "^3.0.0"
static-extend "^0.1.1"

classnames@2.x, classnames@^2.2.1, classnames@^2.2.3, classnames@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.1.tgz#dfcfa3891e306ec1dad105d0e88f4417b8535e8e"
integrity sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==

classnames@^2.2.5, classnames@^2.2.6:
version "2.2.6"
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce"
classnames@*, classnames@2.x, classnames@^2.2.1, classnames@^2.2.3, classnames@^2.2.5, classnames@^2.2.6, classnames@^2.3.1, classnames@^2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.2.tgz#351d813bf0137fcc6a76a16b88208d2560a0d924"
integrity sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==

clean-css@^4.2.3:
version "4.2.4"
Expand Down

0 comments on commit 97328f1

Please sign in to comment.