Skip to content

Commit

Permalink
fix(deps): update dependency clsx to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 3, 2022
1 parent f11eb09 commit df5f107
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@morfeo/preset-default": "^0.7.0",
"@morfeo/react": "^0.7.0",
"@svgr/webpack": "6.2.1",
"clsx": "1.1.1",
"clsx": "1.2.0",
"file-loader": "6.2.0",
"js-cookie": "3.0.1",
"url-loader": "4.1.1"
Expand Down
7 changes: 6 additions & 1 deletion docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3665,7 +3665,12 @@ clone-response@^1.0.2:
dependencies:
mimic-response "^1.0.0"

clsx@1.1.1, clsx@^1.1.1:
clsx@1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.0.tgz#b0e415ea7537dbac01b169c5cec1caeb11d86566"
integrity sha512-EPRP7XJsM1y0iCU3Z7C7jFKdQboXSeHgEfzQUTlz7m5NP3hDrlz48aUsmNGp4pC+JOW9WA3vIRqlYuo/bl4Drw==

clsx@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188"
integrity sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==
Expand Down
2 changes: 1 addition & 1 deletion web-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"camelcase": "7.0.0",
"case-sensitive-paths-webpack-plugin": "2.4.0",
"change-case": "4.1.2",
"clsx": "1.1.1",
"clsx": "1.2.0",
"css-loader": "4.3.0",
"dotenv": "16.0.1",
"dotenv-expand": "8.0.3",
Expand Down
8 changes: 4 additions & 4 deletions web-extension/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4341,10 +4341,10 @@ clone-response@^1.0.2:
dependencies:
mimic-response "^1.0.0"

clsx@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188"
integrity sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==
clsx@1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.0.tgz#b0e415ea7537dbac01b169c5cec1caeb11d86566"
integrity sha512-EPRP7XJsM1y0iCU3Z7C7jFKdQboXSeHgEfzQUTlz7m5NP3hDrlz48aUsmNGp4pC+JOW9WA3vIRqlYuo/bl4Drw==

co@^4.6.0:
version "4.6.0"
Expand Down

0 comments on commit df5f107

Please sign in to comment.