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 6eec05d commit 648e99cCopy full SHA for 648e99c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fast-json-stringify",
3
- "version": "0.10.3",
+ "version": "0.10.4",
4
"description": "Stringify your JSON at max speed",
5
"main": "index.js",
6
"scripts": {
@@ -25,12 +25,12 @@
25
"homepage": "https://github.com/mcollina/fast-json-stringify#readme",
26
"devDependencies": {
27
"benchmark": "^2.1.1",
28
- "is-my-json-valid": "^2.14.0",
+ "is-my-json-valid": "^2.16.0",
29
"pre-commit": "^1.1.3",
30
- "standard": "^8.2.0",
31
- "tap": "^7.1.2"
+ "standard": "^9.0.1",
+ "tap": "^10.3.0"
32
},
33
"dependencies": {
34
- "fast-safe-stringify": "^1.1.0"
+ "fast-safe-stringify": "^1.1.11"
35
}
36
0 commit comments