We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af917c commit a6652fdCopy full SHA for a6652fd
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fast-json-stringify",
3
- "version": "1.15.5",
+ "version": "1.15.6",
4
"description": "Stringify your JSON at max speed",
5
"main": "index.js",
6
"types": "index.d.ts",
@@ -34,7 +34,7 @@
34
"ajv-pack": "^0.3.1",
35
"benchmark": "^2.1.4",
36
"compile-json-stringify": "^0.1.2",
37
- "is-my-json-valid": "^2.19.0",
+ "is-my-json-valid": "^2.20.0",
38
"json-strify": "^0.1.7",
39
"long": "^4.0.0",
40
"pre-commit": "^1.2.2",
@@ -46,7 +46,7 @@
46
"uglify-es": "^3.3.9"
47
},
48
"dependencies": {
49
- "ajv": "^6.8.1",
+ "ajv": "^6.10.2",
50
"deepmerge": "^4.0.0"
51
52
"standard": {
0 commit comments