Skip to content

Commit

Permalink
chore: make ajv a dev dep
Browse files Browse the repository at this point in the history
Now that we vendor ucs2length, ajv is not needed at runtime
  • Loading branch information
gmaclennan committed Sep 17, 2024
1 parent 6098d40 commit 6a4b617
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
31 changes: 22 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@json-schema-tools/dereferencer": "^1.6.3",
"@types/compact-encoding": "^2.15.0",
"@types/json-schema": "^7.0.12",
"ajv": "^8.17.1",
"c8": "^8.0.1",
"cpy-cli": "^5.0.0",
"eslint": "^8.46.0",
Expand All @@ -60,7 +61,6 @@
"typescript": "^5.5.4"
},
"dependencies": {
"ajv": "^8.12.0",
"compact-encoding": "^2.12.0",
"protobufjs": "^7.2.5",
"type-fest": "^4.26.0"
Expand Down

0 comments on commit 6a4b617

Please sign in to comment.