Skip to content

Commit 66c13bd

Browse files
committed
Temporary fix for console spam by fixing fast-json-patch
to a version which doesn't spam the console. - #1143
1 parent 2659027 commit 66c13bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"babel-runtime": "^6.23.0",
6565
"btoa": "1.1.2",
6666
"deep-extend": "^0.4.1",
67-
"fast-json-patch": "~1.1.8",
67+
"fast-json-patch": "1.1.8",
6868
"isomorphic-fetch": "2.2.1",
6969
"isomorphic-form-data": "0.0.1",
7070
"js-yaml": "^3.8.1",

0 commit comments

Comments
 (0)