Skip to content

Commit e978ac4

Browse files
committed
fixes
1 parent e9d7528 commit e978ac4

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

.pnp.cjs

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,7 @@ __metadata:
919919
"@rollup/plugin-alias": "npm:^5.1.1"
920920
"@rollup/plugin-babel": "npm:^6.0.4"
921921
"@rollup/plugin-commonjs": "npm:^28.0.2"
922+
"@rollup/plugin-json": "npm:^6.1.0"
922923
"@rollup/plugin-node-resolve": "npm:^16.0.0"
923924
"@rollup/plugin-terser": "npm:^0.4.4"
924925
"@rollup/plugin-typescript": "npm:^12.1.2"
@@ -951,6 +952,7 @@ __metadata:
951952
"@vitest/snapshot": "npm:^2.1.9"
952953
allure-js-commons: "npm:^3.3.0"
953954
allure-vitest: "npm:^3.3.0"
955+
ansi-to-html: "npm:^0.7.2"
954956
autoprefixer: "npm:^10.4.20"
955957
babel-loader: "npm:^9.2.1"
956958
babel-plugin-prismjs: "npm:^2.1.0"
@@ -5395,6 +5397,20 @@ __metadata:
53955397
languageName: node
53965398
linkType: hard
53975399

5400+
"@rollup/plugin-json@npm:^6.1.0":
5401+
version: 6.1.0
5402+
resolution: "@rollup/plugin-json@npm:6.1.0"
5403+
dependencies:
5404+
"@rollup/pluginutils": "npm:^5.1.0"
5405+
peerDependencies:
5406+
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
5407+
peerDependenciesMeta:
5408+
rollup:
5409+
optional: true
5410+
checksum: 10/cc018d20c80242a2b8b44fae61a968049cf31bb8406218187cc7cda35747616594e79452dd65722e7da6dd825b392e90d4599d43cd4461a02fefa2865945164e
5411+
languageName: node
5412+
linkType: hard
5413+
53985414
"@rollup/plugin-node-resolve@npm:^16.0.0":
53995415
version: 16.0.0
54005416
resolution: "@rollup/plugin-node-resolve@npm:16.0.0"

0 commit comments

Comments
 (0)