Skip to content

Commit 5ef4cad

Browse files
committed
chore(deps): update dependency @types/classnames to v2.3.0
1 parent c22b2f1 commit 5ef4cad

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@storybook/theming": "5.3.19",
6363
"@svgr/cli": "5.4.0",
6464
"@testing-library/react": "10.2.1",
65-
"@types/classnames": "2.2.11",
65+
"@types/classnames": "2.3.0",
6666
"@types/jest": "26.0.20",
6767
"@types/react": "16.14.2",
6868
"@types/react-dom": "16.9.10",

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -3217,10 +3217,12 @@
32173217
dependencies:
32183218
"@babel/types" "^7.3.0"
32193219

3220-
3221-
version "2.2.11"
3222-
resolved "https://registry.yarnpkg.com/@types/classnames/-/classnames-2.2.11.tgz#2521cc86f69d15c5b90664e4829d84566052c1cf"
3223-
integrity sha512-2koNhpWm3DgWRp5tpkiJ8JGc1xTn2q0l+jUNUE7oMKXUf5NpI9AIdC4kbjGNFBdHtcxBD18LAksoudAVhFKCjw==
3220+
3221+
version "2.3.0"
3222+
resolved "https://registry.yarnpkg.com/@types/classnames/-/classnames-2.3.0.tgz#681b6bacf918e00c1836ad286a872e0a90aada87"
3223+
integrity sha512-3GsbOoDYteFShlrBTKzI2Eii4vPg/jAf7LXRIn0WQePKlmhpkV0KoTMuawA7gZJkrbPrZGwv9IEAfIWaOaQK8w==
3224+
dependencies:
3225+
classnames "*"
32243226

32253227
32263228
version "0.0.39"
@@ -5274,6 +5276,11 @@ class-utils@^0.3.5:
52745276
isobject "^3.0.0"
52755277
static-extend "^0.1.1"
52765278

5279+
classnames@*:
5280+
version "2.3.1"
5281+
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.1.tgz#dfcfa3891e306ec1dad105d0e88f4417b8535e8e"
5282+
integrity sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==
5283+
52775284
[email protected], classnames@^2.2.1, classnames@^2.2.5, classnames@^2.2.6:
52785285
version "2.2.6"
52795286
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce"

0 commit comments

Comments
 (0)