|
27 | 27 | "build:light": "babel ./src --out-dir ./dist", |
28 | 28 | "build:examples": "webpack --mode production --config webpack/examples.cfg.js", |
29 | 29 | "clean": "rimraf dist build", |
| 30 | + "lint": "eslint ./src", |
| 31 | + "lint:fix": "eslint --fix ./src", |
30 | 32 | "precommit": "lint-staged", |
31 | 33 | "prepublish": "npm run test && npm run build", |
32 | 34 | "prebuild": "rimraf dist", |
33 | | - "lint": "eslint ./src", |
34 | | - "lint:fix": "eslint --fix ./src", |
35 | 35 | "start": "node webpack/server.js", |
36 | 36 | "start:debug": "weinre --boundHost `my-local-ip` ", |
37 | | - "test": "jest --coverage", |
38 | | - "update": "ncu -a --packageFile package.json" |
| 37 | + "test": "jest --coverage" |
39 | 38 | }, |
40 | 39 | "engines": { |
41 | | - "node": ">= 6" |
| 40 | + "node": ">= 8" |
42 | 41 | }, |
43 | 42 | "lint-staged": { |
44 | 43 | "*.{js,jsx,css,md}": [ |
|
68 | 67 | }, |
69 | 68 | "devDependencies": { |
70 | 69 | "@babel/cli": "^7.1.5", |
71 | | - "@babel/core": "7.0.0", |
72 | | - "@babel/plugin-proposal-class-properties": "7.0.0", |
73 | | - "@babel/plugin-proposal-decorators": "7.0.0", |
| 70 | + "@babel/core": "7.1.5", |
| 71 | + "@babel/plugin-proposal-class-properties": "7.1.0", |
| 72 | + "@babel/plugin-proposal-decorators": "7.1.2", |
74 | 73 | "@babel/plugin-proposal-export-namespace-from": "7.0.0", |
75 | | - "@babel/plugin-proposal-function-sent": "7.0.0", |
| 74 | + "@babel/plugin-proposal-function-sent": "7.1.0", |
76 | 75 | "@babel/plugin-proposal-json-strings": "7.0.0", |
77 | 76 | "@babel/plugin-proposal-numeric-separator": "7.0.0", |
78 | 77 | "@babel/plugin-proposal-throw-expressions": "7.0.0", |
79 | 78 | "@babel/plugin-syntax-dynamic-import": "7.0.0", |
80 | 79 | "@babel/plugin-syntax-import-meta": "7.0.0", |
81 | | - "@babel/plugin-transform-runtime": "7.0.0", |
| 80 | + "@babel/plugin-transform-runtime": "7.1.0", |
82 | 81 | "@babel/polyfill": "7.0.0", |
83 | | - "@babel/preset-env": "7.0.0", |
| 82 | + "@babel/preset-env": "7.1.5", |
84 | 83 | "@babel/preset-react": "7.0.0", |
85 | 84 | "@babel/register": "7.0.0", |
86 | | - "@babel/runtime": "7.0.0", |
| 85 | + "@babel/runtime": "7.1.5", |
| 86 | + "@material-ui/core": "^3.4.0", |
87 | 87 | "@material-ui/icons": "^3.0.1", |
| 88 | + "@material-ui/lab": "^3.0.0-alpha.23", |
88 | 89 | "babel-core": "7.0.0-beta.3", |
89 | | - "babel-eslint": "9.0.0", |
90 | | - "babel-jest": "23.4.2", |
91 | | - "babel-loader": "8.0.2", |
| 90 | + "babel-eslint": "10.0.1", |
| 91 | + "babel-jest": "23.6.0", |
| 92 | + "babel-loader": "8.0.4", |
92 | 93 | "babel-plugin-lodash": "3.3.4", |
93 | 94 | "canvas": "^1.6.12", |
94 | | - "css-loader": "^1.0.0", |
95 | | - "enzyme": "3.6.0", |
96 | | - "enzyme-adapter-react-16": "1.5.0", |
97 | | - "eslint": "5.5.0", |
| 95 | + "css-loader": "^1.0.1", |
| 96 | + "enzyme": "3.7.0", |
| 97 | + "enzyme-adapter-react-16": "1.7.0", |
| 98 | + "eslint": "5.8.0", |
98 | 99 | "eslint-config-airbnb": "17.1.0", |
99 | | - "eslint-loader": "2.1.0", |
| 100 | + "eslint-loader": "2.1.1", |
100 | 101 | "eslint-plugin-import": "2.14.0", |
101 | | - "eslint-plugin-jest": "21.22.0", |
102 | | - "eslint-plugin-jsx-a11y": "6.1.1", |
| 102 | + "eslint-plugin-jest": "22.0.0", |
| 103 | + "eslint-plugin-jsx-a11y": "6.1.2", |
103 | 104 | "eslint-plugin-react": "7.11.1", |
104 | 105 | "eslint-watch": "4.0.2", |
105 | | - "fabric": "2.3.6", |
| 106 | + "fabric": "2.4.3", |
106 | 107 | "flexboxgrid": "^6.3.1", |
107 | 108 | "html-webpack-plugin": "^3.2.0", |
108 | | - "jasmine-core": "^3.2.1", |
109 | | - "jest": "23.5.0", |
| 109 | + "jasmine-core": "^3.3.0", |
| 110 | + "jest": "23.6.0", |
110 | 111 | "jest-environment-jsdom": "^23.4.0", |
111 | | - "jest-enzyme": "6.0.4", |
112 | | - "jsdom": "^12.0.0", |
113 | | - "lint-staged": "7.2.2", |
114 | | - "mock-local-storage": "^1.0.5", |
| 112 | + "jest-enzyme": "7.0.1", |
| 113 | + "jsdom": "^13.0.0", |
| 114 | + "lint-staged": "8.0.4", |
115 | 115 | "my-local-ip": "^1.0.0", |
116 | | - "npm-check-updates": "^2.14.2", |
117 | 116 | "open": "0.0.5", |
118 | 117 | "open-browser-webpack-plugin": "0.0.5", |
119 | 118 | "postcss-loader": "^3.0.0", |
120 | 119 | "react-color": "^2.14.1", |
121 | | - "react-dropzone": "5.1.0", |
| 120 | + "react-dropzone": "7.0.1", |
122 | 121 | "react-hot-loader": "^4.3", |
123 | | - "react-test-renderer": "^16.5.0", |
| 122 | + "react-test-renderer": "^16.6.1", |
124 | 123 | "react-transform-hmr": "^1.0.4", |
125 | 124 | "rimraf": "^2.6.2", |
126 | | - "style-loader": "^0.23.0", |
127 | | - "uglifyjs-webpack-plugin": "^1.3.0", |
128 | | - "webpack": "^4.18.0", |
129 | | - "webpack-cli": "^3.1.0", |
130 | | - "webpack-dev-server": "^3.1.8", |
| 125 | + "style-loader": "^0.23.1", |
| 126 | + "uglifyjs-webpack-plugin": "^2.0.1", |
| 127 | + "webpack": "^4.25.1", |
| 128 | + "webpack-cli": "^3.1.2", |
| 129 | + "webpack-dev-server": "^3.1.10", |
131 | 130 | "weinre": "^2.0.0-pre-I0Z7U9OV" |
132 | 131 | }, |
133 | 132 | "dependencies": { |
134 | | - "@material-ui/core": "^3.0.3", |
135 | | - "@material-ui/lab": "^3.0.0-alpha.23", |
136 | 133 | "prop-types": "^15.6.2", |
137 | | - "react": "^16.5.0", |
138 | | - "react-dom": "^16.5.0" |
| 134 | + "react": "^16.6.1", |
| 135 | + "react-dom": "^16.6.1" |
139 | 136 | } |
140 | 137 | } |
0 commit comments