Skip to content

Commit 648e99c

Browse files
committed
Bumped v0.10.4
1 parent 6eec05d commit 648e99c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-json-stringify",
3-
"version": "0.10.3",
3+
"version": "0.10.4",
44
"description": "Stringify your JSON at max speed",
55
"main": "index.js",
66
"scripts": {
@@ -25,12 +25,12 @@
2525
"homepage": "https://github.com/mcollina/fast-json-stringify#readme",
2626
"devDependencies": {
2727
"benchmark": "^2.1.1",
28-
"is-my-json-valid": "^2.14.0",
28+
"is-my-json-valid": "^2.16.0",
2929
"pre-commit": "^1.1.3",
30-
"standard": "^8.2.0",
31-
"tap": "^7.1.2"
30+
"standard": "^9.0.1",
31+
"tap": "^10.3.0"
3232
},
3333
"dependencies": {
34-
"fast-safe-stringify": "^1.1.0"
34+
"fast-safe-stringify": "^1.1.11"
3535
}
3636
}

0 commit comments

Comments
 (0)