npm update

This commit is contained in:
Ilya Ig. Petrov 2018-05-09 15:51:18 +05:00
parent 02ac70b5f6
commit 7f7f27a417
4 changed files with 1331 additions and 1123 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,13 +14,13 @@
"author": "Ilya Ig. Petrov",
"license": "GPLv3",
"devDependencies": {
"symlink-to": "^0.0.4",
"chai": "^3.5.0",
"eslint": "^3.15.0",
"eslint-config-google": "^0.7.1",
"gulp-changed": "^3.1.0",
"mocha": "^3.3.0",
"sinon-chrome": "^2.2.1"
"gulp-changed": "^3.2.0",
"mocha": "^3.5.3",
"sinon-chrome": "^2.3.1",
"symlink-to": "^0.0.4"
},
"dependencies": {
"del": "^2.2.2",

View File

@ -5,16 +5,16 @@
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-dynamic-import-webpack": "^1.0.1",
"babel-loader": "^7.1.4",
"babel-plugin-dynamic-import-webpack": "^1.0.2",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"concat-stream": "^1.6.0",
"concat-stream": "^1.6.2",
"csjs-inject": "^1.0.1",
"flow-bin": "^0.45.0",
"inferno": "~3.2.0",
"inferno-component": "^3.1.2",
"inferno-create-element": "^3.1.2",
"inferno-component": "^3.10.1",
"inferno-create-element": "^3.10.1",
"webpack": "^2.5.1"
},
"scripts": {
@ -27,6 +27,6 @@
"start": "cd .. && npm start"
},
"dependencies": {
"babel-plugin-inferno": "^3.2.0"
"babel-plugin-inferno": "^3.5.1"
}
}