Skip to content

Commit f0181fd

Browse files
committed
Update package dependencies
1 parent b56e0b9 commit f0181fd

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

examples/package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@
1616
"sortablejs": "^1.4.2"
1717
},
1818
"devDependencies": {
19-
"babel-plugin-transform-decorators-legacy": "^1.3.4"
19+
"babel-cli": "^6.6.5",
20+
"babel-core": "^6.7.2",
21+
"babel-eslint": "^6.0.0-beta.6",
22+
"babel-loader": "^6.2.4",
23+
"babel-plugin-transform-decorators-legacy": "^1.3.4",
24+
"babel-preset-es2015": "^6.6.0",
25+
"babel-preset-react": "^6.5.0",
26+
"babel-preset-stage-0": "^6.5.0",
27+
"eslint": "^2.4.0",
28+
"eslint-config-airbnb": "^6.1.0",
29+
"eslint-loader": "^1.3.0",
30+
"eslint-plugin-react": "^4.2.1",
31+
"webpack": "^1.12.14"
2032
}
2133
}

0 commit comments

Comments
 (0)