Skip to content

Commit 01fc830

Browse files
committed
Update package.json and yarn.lock to include prismjs version 1.30.0
1 parent 9d4e0d5 commit 01fc830

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
"tslib": "2.5.3"
8888
},
8989
"resolutions": {
90-
"uplot": "1.6.31"
90+
"uplot": "1.6.31",
91+
"prismjs": "1.30.0"
9192
},
9293
"packageManager": "yarn@1.22.22"
9394
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7242,10 +7242,10 @@ pretty-format@^29.0.0, pretty-format@^29.7.0:
72427242
ansi-styles "^5.0.0"
72437243
react-is "^18.0.0"
72447244

7245-
prismjs@1.29.0, prismjs@^1.29.0:
7246-
version "1.29.0"
7247-
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.29.0.tgz#f113555a8fa9b57c35e637bba27509dcf802dd12"
7248-
integrity sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==
7245+
prismjs@1.29.0, prismjs@1.30.0, prismjs@^1.29.0:
7246+
version "1.30.0"
7247+
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.30.0.tgz#d9709969d9d4e16403f6f348c63553b19f0975a9"
7248+
integrity sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==
72497249

72507250
prompts@^2.0.1, prompts@^2.4.2:
72517251
version "2.4.2"

0 commit comments

Comments
 (0)