Skip to content
This repository was archived by the owner on Jan 22, 2023. It is now read-only.

Commit 4fc9444

Browse files
author
Jonas Schubert
committed
updates dependencies
1 parent 1d926e1 commit 4fc9444

File tree

6 files changed

+29
-28
lines changed

6 files changed

+29
-28
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
# TimeXt-JavaScript - master branch
1+
# TimeXt-JavaScript
22

33
[![Npm](https://img.shields.io/badge/npm-getit-red.svg)](https://www.npmjs.com/package/timext-js)
4-
[![Build](https://img.shields.io/badge/build-success-green.svg)](releases/timext-2019-01-28-1.min.js)
5-
[![Version](https://img.shields.io/badge/version-v0.4.1.190128-blue.svg)](releases)
4+
[![Build](https://img.shields.io/badge/build-success-green.svg)](releases/timext-2019-05-02-1.min.js)
5+
[![Version](https://img.shields.io/badge/version-v0.5.0-blue.svg)](releases)
66
[![CodeCoverage](https://img.shields.io/badge/codeCoverage-98-green.svg)](coverage)
77

88
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
9-
<a target="_blank" href="https://www.paypal.me/GuepardoApps" title="Donate using PayPal"><img src="https://img.shields.io/badge/paypal-donate-blue.svg" /></a>
9+
[![Paypal](https://img.shields.io/badge/paypal-donate-blue.svg)](https://www.paypal.me/GuepardoApps)
10+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
1011

1112
First of all many thanks to [Kizitonwose](https://github.com/kizitonwose/Time) for the original idea and already awesome library!
1213

TODO.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const babel = require('rollup-plugin-babel')
2-
const uglify = require('rollup-plugin-uglify')
2+
const { uglify } = require('rollup-plugin-uglify')
33

44
module.exports = (config) => {
55
const { input, fileName, name } = config

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timext-js",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "3kB time library to handle date and time more easily",
55
"main": "timext.min.js",
66
"types": "",
@@ -53,30 +53,30 @@
5353
]
5454
},
5555
"devDependencies": {
56-
"@babel/cli": "7.0.0-beta.44",
57-
"@babel/core": "7.0.0-beta.44",
58-
"@babel/node": "7.0.0-beta.44",
59-
"@babel/preset-env": "7.0.0-beta.44",
60-
"babel-core": "7.0.0-bridge.0",
61-
"babel-jest": "22.4.3",
56+
"@babel/cli": "7.4.4",
57+
"@babel/core": "7.4.4",
58+
"@babel/node": "7.2.2",
59+
"@babel/preset-env": "7.4.4",
60+
"babel-core": "6.26.3",
61+
"babel-jest": "24.7.1",
6262
"babel-plugin-external-helpers": "6.22.0",
63-
"cross-env": "5.1.6",
64-
"eslint": "4.19.1",
65-
"eslint-config-airbnb-base": "12.1.0",
66-
"eslint-plugin-import": "2.10.0",
67-
"eslint-plugin-jest": "21.26.2",
68-
"gzip-size-cli": "2.1.0",
63+
"cross-env": "5.2.0",
64+
"eslint": "5.16.0",
65+
"eslint-config-airbnb-base": "13.1.0",
66+
"eslint-plugin-import": "2.17.2",
67+
"eslint-plugin-jest": "22.5.1",
68+
"gzip-size-cli": "3.0.0",
6969
"jasmine-core": "2.99.1",
70-
"jest": "22.4.3",
71-
"karma": "^4.0.0",
70+
"jest": "24.7.1",
71+
"karma": "4.1.0",
7272
"karma-jasmine": "1.1.2",
73-
"karma-sauce-launcher": "^2.0.2",
73+
"karma-sauce-launcher": "2.0.2",
7474
"pre-commit": "1.2.2",
75-
"rollup": "0.57.1",
76-
"rollup-plugin-babel": "4.0.0-beta.4",
77-
"rollup-plugin-uglify": "3.0.0",
78-
"size-limit": "0.18.0",
79-
"typescript": "2.8.3"
75+
"rollup": "1.10.1",
76+
"rollup-plugin-babel": "4.3.2",
77+
"rollup-plugin-uglify": "6.0.2",
78+
"size-limit": "1.3.1",
79+
"typescript": "3.4.5"
8080
},
8181
"dependencies": {}
8282
}

releases/timext-2019-05-02-1.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

timext.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)