Skip to content

Commit 08ecdba

Browse files
committed
ncu -a , except for eslint-plugin-jsx-a11y which is needed in this version by eslint-config-airbnb
1 parent 41032c3 commit 08ecdba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
],
3636
"license": "BSD-3-Clause",
3737
"peerDependencies": {
38-
"js-joda": "^1.1.13"
38+
"js-joda": "^1.1.14"
3939
},
4040
"devDependencies": {
4141
"babel-cli": "^6.18.0",
4242
"babel-core": "^6.18.2",
43-
"babel-loader": "^6.2.7",
43+
"babel-loader": "^6.2.8",
4444
"babel-plugin-add-module-exports": "^0.2.1",
4545
"babel-plugin-istanbul": "^3.0.0",
4646
"babel-preset-es2015": "^6.18.0",
@@ -52,10 +52,10 @@
5252
"eslint-config-standard": "^6.2.1",
5353
"eslint-plugin-import": "^2.2.0",
5454
"eslint-plugin-jsx-a11y": "^2.2.3",
55-
"eslint-plugin-promise": "^3.3.2",
55+
"eslint-plugin-promise": "^3.4.0",
5656
"eslint-plugin-react": "^6.7.1",
5757
"eslint-plugin-standard": "^2.0.1",
58-
"js-joda": "^1.1.13",
58+
"js-joda": "^1.1.14",
5959
"karma": "^1.3.0",
6060
"karma-chai-plugins": "^0.8.0",
6161
"karma-chrome-launcher": "^2.0.0",

0 commit comments

Comments
 (0)