Skip to content

Commit eabd4ac

Browse files
alan-agius4filipesilva
authored andcommitted
build: add yarn resolution for AJV
This is to force the same AJV version, as otherwise the DTS are not compatible.
1 parent d279b12 commit eabd4ac

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
]
6363
},
6464
"resolutions": {
65-
"**/@types/copy-webpack-plugin/webpack": "5.36.2"
65+
"**/@types/copy-webpack-plugin/webpack": "5.36.2",
66+
"ajv-formats/ajv": "8.3.0"
6667
},
6768
"devDependencies": {
6869
"@angular/animations": "12.0.0-rc.1",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2337,7 +2337,7 @@ ajv-keywords@^3.1.0, ajv-keywords@^3.5.2:
23372337
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d"
23382338
integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==
23392339

2340-
2340+
[email protected], ajv@^8.0.0:
23412341
version "8.3.0"
23422342
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.3.0.tgz#25ee7348e32cdc4a1dbb38256bf6bdc451dd577c"
23432343
integrity sha512-RYE7B5An83d7eWnDR8kbdaIFqmKCNsP16ay1hDbJEU+sa0e3H9SebskCt0Uufem6cfAVu7Col6ubcn/W+Sm8/Q==
@@ -2357,7 +2357,7 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
23572357
json-schema-traverse "^0.4.1"
23582358
uri-js "^4.2.2"
23592359

2360-
ajv@^8.0.0, ajv@^8.0.1:
2360+
ajv@^8.0.1:
23612361
version "8.2.0"
23622362
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.2.0.tgz#c89d3380a784ce81b2085f48811c4c101df4c602"
23632363
integrity sha512-WSNGFuyWd//XO8n/m/EaOlNLtO0yL8EXT/74LqT4khdhpZjP7lkj/kT5uwRmGitKEVp/Oj7ZUHeGfPtgHhQ5CA==

0 commit comments

Comments
 (0)