Skip to content

Commit

Permalink
refactor(fast-json-patch): change all imports to star notation
Browse files Browse the repository at this point in the history
Along with that update fast-json-patch to v2.2.1

Refs #1464
  • Loading branch information
char0n committed Jun 19, 2020
1 parent 1f2abde commit 3d2ecab
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 44 deletions.
76 changes: 34 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"cross-fetch": "^3.0.4",
"deep-extend": "^0.6.0",
"encode-3986": "^1.0.0",
"fast-json-patch": "~2.1.0",
"fast-json-patch": "=2.2.1",
"isomorphic-form-data": "^2.0.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.14",
Expand Down
2 changes: 1 addition & 1 deletion src/specmap/lib/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import jsonPatch from 'fast-json-patch'
import * as jsonPatch from 'fast-json-patch'
import regenerator from '@babel/runtime-corejs2/regenerator'
import deepExtend from 'deep-extend'
import deepAssign from '@kyleshockey/object-assign-deep'
Expand Down

0 comments on commit 3d2ecab

Please sign in to comment.