Skip to content

Commit 9f165db

Browse files
committed
Update to 2020a.
1 parent f5dfdc5 commit 9f165db

5 files changed

Lines changed: 180 additions & 162 deletions

File tree

package-lock.json

Lines changed: 47 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ks-date-time-zone",
3-
"version": "1.6.6",
3+
"version": "1.6.7",
44
"description": "Date/time, IANA time zones, calendar with settable Julian/Gregorian switchover",
55
"main": "dist/index.js",
66
"typings": "dist/index",
@@ -24,13 +24,13 @@
2424
"author": "Kerry Shetline <kerry@shetline.com>",
2525
"license": "MIT",
2626
"dependencies": {
27-
"ks-math": "^1.1.6",
28-
"ks-util": "^1.6.0",
29-
"lodash": "^4.17.15"
27+
"ks-math": "^1.2.1",
28+
"ks-util": "^1.11.1",
29+
"lodash": "^4.17.19"
3030
},
3131
"devDependencies": {
32-
"@types/jasmine": "^2.8.16",
33-
"@types/lodash": "^4.14.144",
32+
"@types/jasmine": "^2.8.17",
33+
"@types/lodash": "^4.14.157",
3434
"jasmine-core": "^2.99.1",
3535
"jasmine-spec-reporter": "^4.2.1",
3636
"karma": "^4.4.1",
@@ -39,7 +39,7 @@
3939
"karma-jasmine-html-reporter": "^0.2.2",
4040
"karma-typescript": "^4.1.1",
4141
"karma-typescript-es6-transform": "^4.1.1",
42-
"tslint": "^5.20.0",
42+
"tslint": "^5.20.1",
4343
"typescript": "^2.9.2"
4444
},
4545
"repository": "github:kshetline/ks-date-time-zone"

0 commit comments

Comments
 (0)