Skip to content

Commit dfd65cb

Browse files
committed
Update ajv-formats to 3.0.0-rc.0 to get date-time fixes
1 parent a5b7b49 commit dfd65cb

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

build/compile-validators.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
* - to reduce the browser bundle size - Ajv is not included in the bundle
99
* - to reduce the start-up time - the validation and compilation of schemas will happen during build time.
1010
*/
11+
import addFormats from 'ajv-formats';
1112

1213
import fs from 'node:fs';
1314
import path from 'node:path';
1415
import url from 'node:url';
1516

1617
import Ajv from 'ajv';
17-
import addFormats from "ajv-formats"
1818

1919
import mkdirp from 'mkdirp';
2020
import standaloneCode from 'ajv/dist/standalone/index.js';

package-lock.json

Lines changed: 7 additions & 7 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
@@ -61,7 +61,7 @@
6161
"@types/secp256k1": "4.0.3",
6262
"abstract-level": "1.0.3",
6363
"ajv": "8.12.0",
64-
"ajv-formats": "^2.1.1",
64+
"ajv-formats": "^3.0.0-rc.0",
6565
"blockstore-core": "3.0.0",
6666
"cross-fetch": "3.1.5",
6767
"date-fns": "2.28.0",

0 commit comments

Comments
 (0)