Skip to content

Commit a9b4c84

Browse files
committed
ncu -a
1 parent 9377d0d commit a9b4c84

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -43,45 +43,45 @@
4343
"peerDependencies": {
4444
"cldr-data": "*",
4545
"cldrjs": "^0.5.0",
46-
"js-joda": "^1.8.2",
47-
"js-joda-timezone": "^1.2.1"
46+
"js-joda": "^1.9.2",
47+
"js-joda-timezone": "^2.0.1"
4848
},
4949
"devDependencies": {
5050
"babel-cli": "^6.26.0",
5151
"babel-core": "^6.26.3",
52-
"babel-loader": "^7.1.4",
53-
"babel-plugin-add-module-exports": "^0.2.1",
54-
"babel-plugin-istanbul": "^4.1.6",
52+
"babel-loader": "^8.0.4",
53+
"babel-plugin-add-module-exports": "^1.0.0",
54+
"babel-plugin-istanbul": "^5.1.0",
5555
"babel-polyfill": "^6.26.0",
5656
"babel-preset-env": "^1.7.0",
57-
"chai": "^4.1.2",
58-
"cldr-data": "^32.0.1",
57+
"chai": "^4.2.0",
58+
"cldr-data": "^34.0.0",
5959
"cldrjs": "^0.5.0",
60-
"coveralls": "^3.0.1",
60+
"coveralls": "^3.0.2",
6161
"esdoc": "^1.1.0",
62-
"eslint": "^4.19.1",
62+
"eslint": "^5.8.0",
6363
"eslint-config-js-joda": "^1.0.0",
64-
"js-joda": "^1.8.2",
65-
"js-joda-timezone": "^1.2.1",
66-
"karma": "^2.0.2",
64+
"js-joda": "^1.9.2",
65+
"js-joda-timezone": "^2.0.1",
66+
"karma": "^3.1.1",
6767
"karma-chai-plugins": "^0.9.0",
6868
"karma-chrome-launcher": "^2.2.0",
6969
"karma-firefox-launcher": "^1.1.0",
7070
"karma-mocha": "^1.3.0",
7171
"karma-phantomjs-launcher": "^1.0.4",
7272
"karma-sauce-launcher": "^1.2.0",
7373
"karma-sourcemap-loader": "^0.3.7",
74-
"karma-webpack": "^3.0.0",
75-
"mocha": "^5.1.1",
76-
"nyc": "^11.7.3",
74+
"karma-webpack": "^3.0.5",
75+
"mocha": "^5.2.0",
76+
"nyc": "^13.1.0",
7777
"phantomjs-prebuilt": "^2.1.16",
78-
"requirejs": "^2.3.5",
78+
"requirejs": "^2.3.6",
7979
"requirejs-json": "0.0.3",
8080
"requirejs-text": "^2.0.15",
81-
"webpack": "^4.8.3",
82-
"webpack-build-notifier": "^0.1.25",
83-
"webpack-cli": "^2.1.3",
84-
"yargs": "^11.0.0"
81+
"webpack": "^4.23.1",
82+
"webpack-build-notifier": "^0.1.30",
83+
"webpack-cli": "^3.1.2",
84+
"yargs": "^12.0.2"
8585
},
8686
"cldr-data-coverage": "core",
8787
"cldr-data-urls-filter": "(cldr-core|cldr-numbers-modern|cldr-dates-modern)"

0 commit comments

Comments
 (0)