Skip to content

Commit c0b1f77

Browse files
authored
chore: update dependencies to inlude ajv-formats (#484)
In this PR https://github.com/cloudevents/sdk-javascript/pull/471/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R128 it was not noticed that the addition of `ajv-formats` to devDependencies is insufficient. Unfortunately, users of v6.0.0 will receive an error when using the module, unless they explicitly install `ajv-formats` in their project. This commit fixes that, and should result in an immediate release of version 6.0.1. Signed-off-by: Lance Ball <lball@redhat.com>
1 parent 0164f72 commit c0b1f77

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
"homepage": "https://github.com/cloudevents/sdk-javascript#readme",
112112
"dependencies": {
113113
"ajv": "^8.6.3",
114+
"ajv-formats": "^2.1.1",
114115
"util": "^0.12.4",
115116
"uuid": "^8.3.2"
116117
},
@@ -126,7 +127,6 @@
126127
"@typescript-eslint/eslint-plugin": "^4.29.0",
127128
"@typescript-eslint/parser": "^4.29.0",
128129
"ajv-cli": "^5.0.0",
129-
"ajv-formats": "^2.1.1",
130130
"axios": "^0.26.1",
131131
"chai": "~4.2.0",
132132
"eslint": "^7.32.0",

0 commit comments

Comments
 (0)