Skip to content

Commit

Permalink
update on-change dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jbakse committed Nov 12, 2021
1 parent cbac56f commit adf64ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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
Expand Up @@ -46,7 +46,7 @@
"@deepstream/client": "^5.1.0",
"@deepstream/server": "^5.1.1",
"core-js": "^3.19.1",
"on-change": "^2.0.1",
"on-change": "^4.0.0",
"regenerator-runtime": "^0.13.9",
"webpack-merge": "^4.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Record.js
@@ -1,5 +1,5 @@
import * as log from "./log";
import * as onChange from "on-change";
import onChange from "on-change";
import { createEmitter } from "./emitter";

// const customMergeStrategy = (
Expand Down

0 comments on commit adf64ff

Please sign in to comment.