Skip to content

Commit fb6f3d6

Browse files
authored
perf: remove schema-utils dependency and validation (#12)
1 parent 80837cf commit fb6f3d6

9 files changed

Lines changed: 4580 additions & 9026 deletions

File tree

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
/test/fixtures
55
/test/outputs
66
CHANGELOG.md
7+
pnpm-lock.yaml

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@
5050
"memfs": "^4.43.1",
5151
"mime-types": "^3.0.1",
5252
"on-finished": "^2.4.1",
53-
"range-parser": "^1.2.1",
54-
"schema-utils": "^4.0.0"
53+
"range-parser": "^1.2.1"
5554
},
5655
"devDependencies": {
5756
"@babel/cli": "^7.16.7",

0 commit comments

Comments
 (0)