Skip to content

Commit

Permalink
Merge pull request #304 from blockfrost/fix/ajv-dep
Browse files Browse the repository at this point in the history
fix: ajv dep
  • Loading branch information
1000101 committed May 23, 2023
2 parents 3caa32e + 8e2fe30 commit 4d3eaf6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Unreleased changes are in the `master` branch.

## [Unreleased]

### Fixed

- `ajv` as dev instead of devDep in package.json

## [0.1.58] - 2023-05-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
},
"devDependencies": {
"@vitest/coverage-c8": "^0.25.3",
"ajv": "^8.11.2",
"core-js": "3.1.4",
"openapi-typescript": "6.1.0",
"react-is": "16.8.2",
Expand All @@ -34,6 +33,7 @@
},
"dependencies": {
"@redocly/cli": "^1.0.0-beta.123",
"ajv": "^8.11.2",
"cbor": "^8.1.0",
"yaml": "^2.2.1"
},
Expand Down

0 comments on commit 4d3eaf6

Please sign in to comment.