Skip to content

Commit

Permalink
~ fix: dependency
Browse files Browse the repository at this point in the history
kasisoft committed Aug 22, 2024
1 parent 32f419a commit 9dd1612
Showing 2 changed files with 377 additions and 365 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -19,7 +19,6 @@
"prepare": "mkdir -p lib && cp -f src/main/index.d.ts lib/index.d.ts",
"prepack": "rollup -c",
"pack": "pnpm pack",
"sonar": "sonar-scanner",
"test": "vitest run",
"test:coverage": "vitest run --coverage"
},
@@ -46,10 +45,9 @@
"@rollup/plugin-typescript": "^11.1.6",
"@types/js-yaml": "^4.0.9",
"@types/unist": "^3.0.3",
"@vitest/coverage-istanbul": "^2.0.5",
"arktype": "1.0.29-alpha",
"c8": "^10.1.2",
"coverage-istanbul": "link:@vitest/coverage-istanbul",
"coverage-istanbul": "^1.1.2",
"js-yaml": "^4.1.0",
"remark": "^15.0.1",
"remark-frontmatter": "^5.0.0",
738 changes: 376 additions & 362 deletions pnpm-lock.yaml

0 comments on commit 9dd1612

Please sign in to comment.