Skip to content

Commit 80ce6b2

Browse files
committed
UPGRADE deps
1 parent f7b8220 commit 80ce6b2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

examples/electron/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
"server": "pouchdb-server --host 0.0.0.0 -p 10102 -m -d /tmp/pouchdb-server/ -n true"
99
},
1010
"dependencies": {
11-
"babel-polyfill": "6.23.0",
12-
"babel-runtime": "6.23.0",
13-
"concurrently": "3.5.0",
14-
"electron": "1.6.16",
15-
"electron-tabs": "^0.7.1",
16-
"electron-window-manager": "1.0.4",
17-
"melanke-watchjs": "1.3.1",
18-
"pouchdb-adapter-http": "6.3.4",
19-
"pouchdb-adapter-websql": "6.3.4",
20-
"pouchdb-replication": "6.3.4",
21-
"pouchdb-server": "2.3.7",
22-
"rxjs": "5.4.2"
11+
"babel-polyfill": "6.26.0",
12+
"babel-runtime": "6.26.0",
13+
"concurrently": "3.5.1",
14+
"electron": "1.8.4",
15+
"electron-tabs": "0.9.1",
16+
"electron-window-manager": "1.0.6",
17+
"melanke-watchjs": "1.4.3",
18+
"pouchdb-adapter-http": "6.4.3",
19+
"pouchdb-adapter-websql": "6.4.3",
20+
"pouchdb-replication": "6.4.3",
21+
"pouchdb-server": "4.0.0",
22+
"rxjs": "5.5.7"
2323
}
2424
}

0 commit comments

Comments
 (0)