Skip to content

Commit

Permalink
build: correctly configure ajv yarn resolution
Browse files Browse the repository at this point in the history
Currently this is not working properly.

See yarnpkg/yarn#5759
  • Loading branch information
alan-agius4 committed Feb 4, 2022
1 parent 4b949fb commit 1bc7258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
]
},
"resolutions": {
"ajv-formats/ajv": "8.10.0"
"ajv-formats/**/ajv": "8.10.0"
},
"devDependencies": {
"@ampproject/remapping": "2.0.2",
Expand Down

0 comments on commit 1bc7258

Please sign in to comment.