Skip to content

Commit fb7c0fa

Browse files
committed
updating libraries
1 parent df4aaa1 commit fb7c0fa

File tree

2 files changed

+436
-1554
lines changed

2 files changed

+436
-1554
lines changed

package.json

Lines changed: 38 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,17 @@
2727
"build:light": "babel ./src --out-dir ./dist",
2828
"build:examples": "webpack --mode production --config webpack/examples.cfg.js",
2929
"clean": "rimraf dist build",
30+
"lint": "eslint ./src",
31+
"lint:fix": "eslint --fix ./src",
3032
"precommit": "lint-staged",
3133
"prepublish": "npm run test && npm run build",
3234
"prebuild": "rimraf dist",
33-
"lint": "eslint ./src",
34-
"lint:fix": "eslint --fix ./src",
3535
"start": "node webpack/server.js",
3636
"start:debug": "weinre --boundHost `my-local-ip` ",
37-
"test": "jest --coverage",
38-
"update": "ncu -a --packageFile package.json"
37+
"test": "jest --coverage"
3938
},
4039
"engines": {
41-
"node": ">= 6"
40+
"node": ">= 8"
4241
},
4342
"lint-staged": {
4443
"*.{js,jsx,css,md}": [
@@ -68,73 +67,71 @@
6867
},
6968
"devDependencies": {
7069
"@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",
7473
"@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",
7675
"@babel/plugin-proposal-json-strings": "7.0.0",
7776
"@babel/plugin-proposal-numeric-separator": "7.0.0",
7877
"@babel/plugin-proposal-throw-expressions": "7.0.0",
7978
"@babel/plugin-syntax-dynamic-import": "7.0.0",
8079
"@babel/plugin-syntax-import-meta": "7.0.0",
81-
"@babel/plugin-transform-runtime": "7.0.0",
80+
"@babel/plugin-transform-runtime": "7.1.0",
8281
"@babel/polyfill": "7.0.0",
83-
"@babel/preset-env": "7.0.0",
82+
"@babel/preset-env": "7.1.5",
8483
"@babel/preset-react": "7.0.0",
8584
"@babel/register": "7.0.0",
86-
"@babel/runtime": "7.0.0",
85+
"@babel/runtime": "7.1.5",
86+
"@material-ui/core": "^3.4.0",
8787
"@material-ui/icons": "^3.0.1",
88+
"@material-ui/lab": "^3.0.0-alpha.23",
8889
"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",
9293
"babel-plugin-lodash": "3.3.4",
9394
"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",
9899
"eslint-config-airbnb": "17.1.0",
99-
"eslint-loader": "2.1.0",
100+
"eslint-loader": "2.1.1",
100101
"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",
103104
"eslint-plugin-react": "7.11.1",
104105
"eslint-watch": "4.0.2",
105-
"fabric": "2.3.6",
106+
"fabric": "2.4.3",
106107
"flexboxgrid": "^6.3.1",
107108
"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",
110111
"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",
115115
"my-local-ip": "^1.0.0",
116-
"npm-check-updates": "^2.14.2",
117116
"open": "0.0.5",
118117
"open-browser-webpack-plugin": "0.0.5",
119118
"postcss-loader": "^3.0.0",
120119
"react-color": "^2.14.1",
121-
"react-dropzone": "5.1.0",
120+
"react-dropzone": "7.0.1",
122121
"react-hot-loader": "^4.3",
123-
"react-test-renderer": "^16.5.0",
122+
"react-test-renderer": "^16.6.1",
124123
"react-transform-hmr": "^1.0.4",
125124
"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",
131130
"weinre": "^2.0.0-pre-I0Z7U9OV"
132131
},
133132
"dependencies": {
134-
"@material-ui/core": "^3.0.3",
135-
"@material-ui/lab": "^3.0.0-alpha.23",
136133
"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"
139136
}
140137
}

0 commit comments

Comments
 (0)