Skip to content

Commit

Permalink
fix: Update classnames (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihkeleidast committed Sep 14, 2021
1 parent e7eac68 commit 1cffaf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -68,7 +68,6 @@
"@babel/preset-typescript": "^7.13.0",
"@babel/standalone": "^7.13.11",
"@types/base64-url": "^2.2.0",
"@types/classnames": "^2.2.11",
"@types/codemirror": "^0.0.108",
"@types/dedent": "^0.7.0",
"@types/history": "^4.7.8",
Expand All @@ -79,7 +78,7 @@
"@types/react-dom": "^17.0.2",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"classnames": "^2.2.6",
"classnames": "^2.3.1",
"codemirror": "^5.59.4",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.1",
Expand Down
13 changes: 4 additions & 9 deletions yarn.lock
Expand Up @@ -1656,11 +1656,6 @@
resolved "https://registry.yarnpkg.com/@types/base64-url/-/base64-url-2.2.0.tgz#ff17c19bf357821bd637af2f54f7922443377950"
integrity sha512-adGV3KUTc9uO7kZNQOF3u9WVuKZsgKPsaShZePe+hQXNYd+3dnIK+Y2Wyw7A6M4iIH01xKCRZCZWLQnG9bulIQ==

"@types/classnames@^2.2.11":
version "2.2.11"
resolved "https://registry.yarnpkg.com/@types/classnames/-/classnames-2.2.11.tgz#2521cc86f69d15c5b90664e4829d84566052c1cf"
integrity sha512-2koNhpWm3DgWRp5tpkiJ8JGc1xTn2q0l+jUNUE7oMKXUf5NpI9AIdC4kbjGNFBdHtcxBD18LAksoudAVhFKCjw==

"@types/codemirror@^0.0.108":
version "0.0.108"
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-0.0.108.tgz#e640422b666bf49251b384c390cdeb2362585bde"
Expand Down Expand Up @@ -3184,10 +3179,10 @@ class-utils@^0.3.5:
isobject "^3.0.0"
static-extend "^0.1.1"

classnames@^2.2.6:
version "2.2.6"
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce"
integrity sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==
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==

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

0 comments on commit 1cffaf7

Please sign in to comment.