Skip to content

Commit 6227022

Browse files
committed
Bump version and update some eslint deps
1 parent 6808150 commit 6227022

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
@@ -1,6 +1,6 @@
11
{
22
"name": "react-sortable-tree",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "Drag-and-drop sortable representation of hierarchical data",
55
"scripts": {
66
"build": "npm run lint && npm run test && npm run build:demo && npm run build:umd",
@@ -44,7 +44,7 @@
4444
"autoprefixer": "^6.3.7",
4545
"babel-cli": "^6.10.1",
4646
"babel-core": "^6.10.4",
47-
"babel-eslint": "^6.1.2",
47+
"babel-eslint": "^7.0.0",
4848
"babel-loader": "^6.2.4",
4949
"babel-plugin-transform-object-rest-spread": "^6.8.0",
5050
"babel-preset-es2015": "^6.9.0",
@@ -54,7 +54,7 @@
5454
"eslint": "^3.2.2",
5555
"eslint-config-blue-hour": "0.x.x",
5656
"eslint-loader": "^1.5.0",
57-
"eslint-plugin-import": "^1.10.2",
57+
"eslint-plugin-import": "^1.16.0",
5858
"eslint-plugin-jsx-a11y": "^2.0.1",
5959
"eslint-plugin-react": "^6.0.0",
6060
"file-loader": "^0.9.0",

0 commit comments

Comments
 (0)