Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency ajv to v8 #76

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .pnp.cjs

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

Binary file not shown.
2 changes: 1 addition & 1 deletion packages/sets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/jest": "^27.0.0",
"@types/node": "^14.14.30",
"@types/rimraf": "^3.0.0",
"ajv": "^6.12.6",
"ajv": "^8.0.0",
"eslint": "^8.0.0",
"jest": "^27.0.1",
"jest-extended": "^0.11.5",
Expand Down
16 changes: 14 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2121,7 +2121,7 @@ __metadata:
"@types/jest": ^27.0.0
"@types/node": ^14.14.30
"@types/rimraf": ^3.0.0
ajv: ^6.12.6
ajv: ^8.0.0
eslint: ^8.0.0
jest: ^27.0.1
jest-extended: ^0.11.5
Expand Down Expand Up @@ -2991,7 +2991,7 @@ __metadata:
languageName: node
linkType: hard

"ajv@npm:6.12.6, ajv@npm:^6.10.0, ajv@npm:^6.10.2, ajv@npm:^6.12.3, ajv@npm:^6.12.4, ajv@npm:^6.12.6":
"ajv@npm:6.12.6, ajv@npm:^6.10.0, ajv@npm:^6.10.2, ajv@npm:^6.12.3, ajv@npm:^6.12.4":
version: 6.12.6
resolution: "ajv@npm:6.12.6"
dependencies:
Expand All @@ -3003,6 +3003,18 @@ __metadata:
languageName: node
linkType: hard

"ajv@npm:^8.0.0":
version: 8.6.3
resolution: "ajv@npm:8.6.3"
dependencies:
fast-deep-equal: ^3.1.1
json-schema-traverse: ^1.0.0
require-from-string: ^2.0.2
uri-js: ^4.2.2
checksum: 690ffb9408415fdab43686b3f92037ba0c8362f5d0709a123ba3fb546e6ad81414455f80a2b5cc432ce924afe9864671198f022bc331a19c072d4ede152ec3ca
languageName: node
linkType: hard

"ajv@npm:^8.0.1":
version: 8.6.2
resolution: "ajv@npm:8.6.2"
Expand Down