Skip to content

Commit 68f080b

Browse files
committed
ncu -a
(cherry picked from commit 38705f8)
1 parent af57041 commit 68f080b

File tree

8 files changed

+58
-26
lines changed

8 files changed

+58
-26
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Changelog
33

44
### 1.3.1 (next)
55

6+
#### dependendency updates
7+
68
### 1.3.0
79

810
#### public api

dist/js-joda-timezone-empty.js

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,34 @@ return /******/ (function(modules) { // webpackBootstrap
4949
/******/ // define getter function for harmony exports
5050
/******/ __webpack_require__.d = function(exports, name, getter) {
5151
/******/ if(!__webpack_require__.o(exports, name)) {
52-
/******/ Object.defineProperty(exports, name, {
53-
/******/ configurable: false,
54-
/******/ enumerable: true,
55-
/******/ get: getter
56-
/******/ });
52+
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
5753
/******/ }
5854
/******/ };
5955
/******/
6056
/******/ // define __esModule on exports
6157
/******/ __webpack_require__.r = function(exports) {
58+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
59+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
60+
/******/ }
6261
/******/ Object.defineProperty(exports, '__esModule', { value: true });
6362
/******/ };
6463
/******/
64+
/******/ // create a fake namespace object
65+
/******/ // mode & 1: value is a module id, require it
66+
/******/ // mode & 2: merge all properties of value into the ns
67+
/******/ // mode & 4: return value when already ns object
68+
/******/ // mode & 8|1: behave like require
69+
/******/ __webpack_require__.t = function(value, mode) {
70+
/******/ if(mode & 1) value = __webpack_require__(value);
71+
/******/ if(mode & 8) return value;
72+
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
73+
/******/ var ns = Object.create(null);
74+
/******/ __webpack_require__.r(ns);
75+
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
76+
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
77+
/******/ return ns;
78+
/******/ };
79+
/******/
6580
/******/ // getDefaultExport function for compatibility with non-harmony modules
6681
/******/ __webpack_require__.n = function(module) {
6782
/******/ var getter = module && module.__esModule ?

dist/js-joda-timezone-empty.js.map

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

dist/js-joda-timezone-empty.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.

dist/js-joda-timezone.js

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

dist/js-joda-timezone.js.map

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

dist/js-joda-timezone.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.

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@
4545
},
4646
"devDependencies": {
4747
"babel-cli": "^6.26.0",
48-
"babel-core": "^6.26.0",
48+
"babel-core": "^6.26.3",
4949
"babel-loader": "^7.1.4",
50-
"babel-plugin-istanbul": "^4.1.5",
50+
"babel-plugin-istanbul": "^4.1.6",
5151
"babel-preset-es2015": "^6.24.1",
5252
"chai": "^4.1.2",
53-
"coveralls": "^3.0.0",
54-
"esdoc": "^1.0.4",
53+
"coveralls": "^3.0.1",
54+
"esdoc": "^1.1.0",
5555
"esdoc-standard-plugin": "^1.0.0",
5656
"eslint": "^4.19.1",
5757
"eslint-config-js-joda": "^1.0.0",
5858
"js-joda": "^1.8.2",
5959
"json-loader": "^0.5.7",
60-
"karma": "^2.0.0",
60+
"karma": "^2.0.2",
6161
"karma-chai-plugins": "^0.9.0",
6262
"karma-chrome-launcher": "^2.2.0",
6363
"karma-firefox-launcher": "^1.1.0",
@@ -67,14 +67,14 @@
6767
"karma-sourcemap-loader": "^0.3.7",
6868
"karma-webpack": "^3.0.0",
6969
"markdown-toc": "^1.2.0",
70-
"mocha": "^5.0.4",
71-
"moment-timezone": "^0.5.14",
72-
"nyc": "^11.6.0",
70+
"mocha": "^5.2.0",
71+
"moment-timezone": "^0.5.17",
72+
"nyc": "^12.0.2",
7373
"phantomjs-prebuilt": "^2.1.16",
74-
"typescript": "^2.7.2",
75-
"uglifyjs-webpack-plugin": "^1.2.4",
76-
"webpack": "^4.2.0",
77-
"webpack-cli": "^2.0.13"
74+
"typescript": "^2.9.2",
75+
"uglifyjs-webpack-plugin": "^1.2.5",
76+
"webpack": "^4.12.0",
77+
"webpack-cli": "^3.0.6"
7878
},
7979
"license": "BSD-3-Clause",
8080
"bugs": {

0 commit comments

Comments
 (0)