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

Commit 91cd0fc

Browse files
committed
Upgrade dependencies in order to be able to run latest version of eslint.
1 parent e32b015 commit 91cd0fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
},
2727
"homepage": "https://github.com/release-notes",
2828
"dependencies": {
29-
"eslint-config-airbnb-base": "^11.2.0"
29+
"eslint-config-airbnb-base": "^11.3.2"
3030
},
3131
"devDependencies": {
32-
"eslint": "^3.19.0",
33-
"eslint-plugin-import": "^2.6.1"
32+
"eslint": "^4.5.0",
33+
"eslint-plugin-import": "^2.7.0"
3434
}
3535
}

0 commit comments

Comments
 (0)