Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"prettier": "^3.6.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-syntax-highlighter": "^15.6.1",
"react-syntax-highlighter": "^15.6.5",
"remark-gfm": "^4.0.1",
"storybook": "8.4.7",
"vite": "^7.1.3"
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5369,7 +5369,7 @@ __metadata:
prettier: "npm:^3.6.2"
react: "npm:^19.1.1"
react-dom: "npm:^19.1.1"
react-syntax-highlighter: "npm:^15.6.1"
react-syntax-highlighter: "npm:^15.6.5"
remark-gfm: "npm:^4.0.1"
storybook: "npm:8.4.7"
vite: "npm:^7.1.3"
Expand Down Expand Up @@ -18050,10 +18050,10 @@ __metadata:
languageName: node
linkType: hard

"prismjs@npm:^1.27.0":
version: 1.29.0
resolution: "prismjs@npm:1.29.0"
checksum: 10c0/d906c4c4d01b446db549b4f57f72d5d7e6ccaca04ecc670fb85cea4d4b1acc1283e945a9cbc3d81819084a699b382f970e02f9d1378e14af9808d366d9ed7ec6
"prismjs@npm:^1.30.0":
version: 1.30.0
resolution: "prismjs@npm:1.30.0"
checksum: 10c0/f56205bfd58ef71ccfcbcb691fd0eb84adc96c6ff21b0b69fc6fdcf02be42d6ef972ba4aed60466310de3d67733f6a746f89f2fb79c00bf217406d465b3e8f23
languageName: node
linkType: hard

Expand Down Expand Up @@ -18236,19 +18236,19 @@ __metadata:
languageName: node
linkType: hard

"react-syntax-highlighter@npm:^15.6.1":
version: 15.6.1
resolution: "react-syntax-highlighter@npm:15.6.1"
"react-syntax-highlighter@npm:^15.6.5":
version: 15.6.5
resolution: "react-syntax-highlighter@npm:15.6.5"
dependencies:
"@babel/runtime": "npm:^7.3.1"
highlight.js: "npm:^10.4.1"
highlightjs-vue: "npm:^1.0.0"
lowlight: "npm:^1.17.0"
prismjs: "npm:^1.27.0"
prismjs: "npm:^1.30.0"
refractor: "npm:^3.6.0"
peerDependencies:
react: ">= 0.14.0"
checksum: 10c0/4a4cf4695c45d7a6b25078970fb79ae5a85edeba5be0a2508766ee18e8aee1c0c4cdd97bf54f5055e4af671fe7e5e71348e81cafe09a0eb07a763ae876b7f073
checksum: 10c0/a360e165d68cc37ae79574be35b40a4bd6b937f3fcffb9606a8d15451d0fc49bdf38da71ef4780322e496a23ab3fa76dc2646d966433601b5a37da774921876c
languageName: node
linkType: hard

Expand Down
Loading