Skip to content

Commit 94a3a3f

Browse files
authored
Update package.json and yarn.lock to include prismjs version 1.30.0 (#320)
1 parent 9d4e0d5 commit 94a3a3f

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

cspell.config.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
2-
"ignorePaths": ["node_modules/**", "pkg/googlesheets/testdata", "dist/**", "mage_output_file.go"],
2+
"ignorePaths": [
3+
"node_modules/**",
4+
"pkg/googlesheets/testdata",
5+
"dist/**",
6+
"mage_output_file.go",
7+
"provisioning/**",
8+
"package.json",
9+
"yarn.lock"
10+
],
311
"words": [
412
"araddon",
513
"dataproxy",

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)