Skip to content

Commit 744380a

Browse files
committed
0.7.10 - Update to TypeScript 3.7
1 parent a1e37a0 commit 744380a

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ This project does its best to adhere to [Semantic Versioning](http://semver.org/
44

55

66
--------
7-
### [0.7.9](N/A) - 2019-06-18
7+
### [0.7.10](N/A) - 2019-11-08
8+
#### Changed
9+
* Update to TypeScript 3.7
10+
11+
12+
--------
13+
### [0.7.9](https://github.com/TeamworkGuy2/lokijs-collections-syncing/commit/a1e37a078a10b7435d43323946d3d81f490d07e9) - 2019-06-18
814
#### Changed
915
* Update dependency `lokijs-collections@0.25.1` for persister fixes
1016

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lokijs-collections-syncing",
3-
"version": "0.7.9",
3+
"version": "0.7.10",
44
"description": "lokijs-collections syncing to and from a remote data source",
55
"author": "TeamworkGuy2",
66
"homepage": "https://github.com/TeamworkGuy2/lokijs-collections-syncing",
@@ -11,15 +11,15 @@
1111
},
1212
"dependencies": {
1313
"@types/q": "~1.5.1",
14-
"lokijs-collections": "https://github.com/TeamworkGuy2/lokijs-collections/archive/v0.25.1.tar.gz",
15-
"ts-promises": "~0.5.0"
14+
"lokijs-collections": "https://github.com/TeamworkGuy2/lokijs-collections/archive/v0.25.2.tar.gz",
15+
"ts-promises": "~0.5.2"
1616
},
1717
"devDependencies": {
18-
"@types/chai": "~4.1.7",
19-
"@types/mocha": "~5.2.5",
18+
"@types/chai": "~4.2.4",
19+
"@types/mocha": "~5.2.7",
2020
"chai": "~4.2.0",
2121
"mocha": "~5.2.0",
22-
"typescript": "~3.5.2"
22+
"typescript": "~3.7.2"
2323
},
2424
"scripts": {
2525
"test": "node node_modules/mocha/bin/_mocha -u tdd --recursive",

0 commit comments

Comments
 (0)