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 913cc2d commit 82bfe28Copy full SHA for 82bfe28
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fast-json-stringify",
3
- "version": "1.16.2",
+ "version": "1.16.3",
4
"description": "Stringify your JSON at max speed",
5
"main": "index.js",
6
"types": "index.d.ts",
@@ -43,12 +43,12 @@
43
"standard": "^14.0.0",
44
"tap": "^12.6.5",
45
"tap-mocha-reporter": "^3.0.9",
46
- "typescript": "^3.6.3",
+ "typescript": "^3.7.5",
47
"uglify-es": "^3.3.9"
48
},
49
"dependencies": {
50
- "ajv": "^6.10.2",
51
- "deepmerge": "^4.0.0",
+ "ajv": "^6.11.0",
+ "deepmerge": "^4.2.2",
52
"string-similarity": "^4.0.1"
53
54
"standard": {
0 commit comments