Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 32aabd3

Browse files
committed
1.3.1
1 parent 2943111 commit 32aabd3

File tree

2 files changed

+732
-791
lines changed

2 files changed

+732
-791
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-keyed-file-browser",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Folder based file browser given a flat keyed list of objects, powered by React.",
55
"main": "index.js",
66
"scripts": {
@@ -43,23 +43,23 @@
4343
"devDependencies": {
4444
"babel-cli": "^6.6.4",
4545
"babel-core": "^6.5.2",
46-
"babel-eslint": "latest",
46+
"babel-eslint": "^9.0.0",
4747
"babel-loader": "^6.2.2",
4848
"babel-plugin-add-module-exports": "^0.1.2",
49-
"babel-plugin-transform-decorators-legacy": "latest",
49+
"babel-plugin-transform-decorators-legacy": "^1.3.5",
5050
"babel-preset-env": "^1.6.1",
5151
"babel-preset-react": "^6.5.0",
5252
"babel-preset-stage-0": "^6.5.0",
53-
"eslint": "latest",
54-
"eslint-config-standard": "latest",
55-
"eslint-config-standard-jsx": "latest",
56-
"eslint-config-standard-react": "latest",
57-
"eslint-plugin-babel": "latest",
58-
"eslint-plugin-import": "latest",
59-
"eslint-plugin-node": "latest",
60-
"eslint-plugin-promise": "latest",
61-
"eslint-plugin-react": "latest",
62-
"eslint-plugin-standard": "latest",
53+
"eslint": "^5.5.0",
54+
"eslint-config-standard": "^12.0.0",
55+
"eslint-config-standard-jsx": "^6.0.2",
56+
"eslint-config-standard-react": "^7.0.2",
57+
"eslint-plugin-babel": "^5.1.0",
58+
"eslint-plugin-import": "^2.14.0",
59+
"eslint-plugin-node": "^7.0.1",
60+
"eslint-plugin-promise": "^4.0.0",
61+
"eslint-plugin-react": "^7.11.1",
62+
"eslint-plugin-standard": "^4.0.0",
6363
"node-sass": "^3.4.2",
6464
"react": "^0.14.8",
6565
"react-dom": "^0.14.8",

0 commit comments

Comments
 (0)