Skip to content

Commit 4343fa1

Browse files
committed
0.11.0 - Update to TypeScript 4.3
1 parent 99134a2 commit 4343fa1

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
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.10.0](N/A) - 2021-03-16
7+
### [0.11.0](N/A) - 2021-06-12
8+
#### Changed
9+
* Update to TypeScript 4.3
10+
11+
12+
--------
13+
### [0.10.0](https://github.com/TeamworkGuy2/lokijs-collections-syncing/commit/99134a2b9187bbc71c7709c46dcc0b7a8818a0dd) - 2021-03-16
814
#### Changed
915
* Update dependencies for `Q` removal
1016

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lokijs-collections-syncing",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "lokijs-collections syncing to and from a remote data source",
55
"author": "TeamworkGuy2",
66
"homepage": "https://github.com/TeamworkGuy2/lokijs-collections-syncing",
@@ -10,15 +10,15 @@
1010
"url": "https://github.com/TeamworkGuy2/lokijs-collections-syncing.git"
1111
},
1212
"dependencies": {
13-
"lokijs-collections": "~0.28.0",
14-
"ts-promises": "~0.7.0"
13+
"lokijs-collections": "~0.29.0",
14+
"ts-promises": "~0.8.0"
1515
},
1616
"devDependencies": {
1717
"@types/chai": "~4.2.4",
1818
"@types/mocha": "~5.2.7",
1919
"chai": "~4.2.0",
2020
"mocha": "~5.2.0",
21-
"typescript": "~4.0.2"
21+
"typescript": "~4.3.2"
2222
},
2323
"scripts": {
2424
"test": "node node_modules/mocha/bin/_mocha -u tdd --recursive",

0 commit comments

Comments
 (0)