Skip to content

Commit

Permalink
Merge pull request exacaster#743 from exacaster/dependabot/npm_and_ya…
Browse files Browse the repository at this point in the history
…rn/frontend/react-code-blocks-0.1.5

chore(deps): bump react-code-blocks from 0.1.4 to 0.1.5 in /frontend
  • Loading branch information
pdambrauskas authored Nov 14, 2023
2 parents da4f5d5 + 5243d48 commit 7260c10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"moment": "^2.29.1",
"query-string": "^8.1.0",
"react": "^18.0.0",
"react-code-blocks": "^0.1.4",
"react-code-blocks": "^0.1.5",
"react-dom": "^18.0.0",
"react-moment": "^1.1.1",
"react-router-dom": "^6.18.0",
Expand Down
26 changes: 9 additions & 17 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3109,13 +3109,6 @@
"@types/history" "^4.7.11"
"@types/react" "*"

"@types/react-syntax-highlighter@^15.5.7":
version "15.5.9"
resolved "https://registry.yarnpkg.com/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.9.tgz#be5a1a0eae452fce6d1e4082b75a5fb636911de1"
integrity sha512-ven8zRSVMNkqt8ySJ2eEW5ugbfl/V/Z9S1c9UNhGqwkwVZNV5akk10rYDALxgwS25cLmN+/Q5UxlGj9CJmZ6Ew==
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@^18.0.9", "@types/react@^18.2.36":
version "18.2.36"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.36.tgz#bc68ffb4408e5d0c419b0760b2eaeec70aeeedb3"
Expand Down Expand Up @@ -9030,15 +9023,14 @@ react-clientside-effect@^1.2.6:
dependencies:
"@babel/runtime" "^7.12.13"

react-code-blocks@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/react-code-blocks/-/react-code-blocks-0.1.4.tgz#9c0415c231f0ffe34648294043425e8e9c8fb568"
integrity sha512-WC1f6XtqFtkb/NMbRl0rwMOBoUDuWrCdwYfMSsIoOIiy1/45BRAhJoVsIOFYr30VJLGfi0bf/qLgTTMD79I0+Q==
react-code-blocks@^0.1.5:
version "0.1.5"
resolved "https://registry.yarnpkg.com/react-code-blocks/-/react-code-blocks-0.1.5.tgz#8514c6b7bee5b238366278aaee3c0d6cc6f07851"
integrity sha512-p57YPvry1OY0fS/oDVfK7BBgy89jHJguyyzNbjZvMUR2/90oB0iv3D6aS/PBjuQp7JyjlRoaZ/2WRxvOyyAAEw==
dependencies:
"@babel/runtime" "^7.10.4"
"@types/react-syntax-highlighter" "^15.5.7"
react-syntax-highlighter "^15.5.0"
styled-components "^6.0.5"
styled-components "^6.1.0"
tslib "^2.6.0"

react-dev-utils@^12.0.1:
Expand Down Expand Up @@ -10059,10 +10051,10 @@ style-loader@^3.3.1:
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.3.3.tgz#bba8daac19930169c0c9c96706749a597ae3acff"
integrity sha512-53BiGLXAcll9maCYtZi2RCQZKa8NQQai5C4horqKyRmHj9H7QmcUyucrH+4KW/gBQbXM2AsB0axoEcFZPlfPcw==

styled-components@^6.0.5:
version "6.1.0"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-6.1.0.tgz#228e3ab9c1ee1daa4b0a06aae30df0ed14fda274"
integrity sha512-VWNfYYBuXzuLS/QYEeoPgMErP26WL+dX9//rEh80B2mmlS1yRxRxuL5eax4m6ybYEUoHWlTy2XOU32767mlMkg==
styled-components@^6.1.0:
version "6.1.1"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-6.1.1.tgz#a5414ada07fb1c17b96a26a05369daa4e2ad55e5"
integrity sha512-cpZZP5RrKRIClBW5Eby4JM1wElLVP4NQrJbJ0h10TidTyJf4SIIwa3zLXOoPb4gJi8MsJ8mjq5mu2IrEhZIAcQ==
dependencies:
"@emotion/is-prop-valid" "^1.2.1"
"@emotion/unitless" "^0.8.0"
Expand Down

0 comments on commit 7260c10

Please sign in to comment.