fix(deps): update dependency ajv to v8.12.0 (#297)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Lautzenheiser <lautzd@gmail.com>
This commit is contained in:
@ -2,4 +2,3 @@ node_modules
|
||||
dist
|
||||
dev-test
|
||||
*.js
|
||||
j-toml.min.d.ts
|
||||
|
@ -1,4 +1,5 @@
|
||||
dist/
|
||||
bin/
|
||||
public/
|
||||
.cache/
|
||||
.cache/
|
||||
j-toml.js
|
||||
|
@ -81,7 +81,7 @@
|
||||
"@udecode/plate-serializer-md": "18.13.0",
|
||||
"@uiw/codemirror-extensions-langs": "4.19.5",
|
||||
"@uiw/react-codemirror": "4.19.5",
|
||||
"ajv": "8.11.2",
|
||||
"ajv": "8.12.0",
|
||||
"ajv-errors": "3.0.0",
|
||||
"ajv-keywords": "5.1.0",
|
||||
"array-move": "4.0.0",
|
||||
|
@ -15,4 +15,4 @@ if (typeof window === 'undefined') {
|
||||
|
||||
global.URL.createObjectURL = jest.fn();
|
||||
|
||||
jest.mock('../src/formats/util/j-toml.min');
|
||||
jest.mock('../src/formats/util/j-toml');
|
||||
|
Reference in New Issue
Block a user