Update Node packages
This commit is contained in:
parent
c723e1ebe4
commit
c17695939c
2 changed files with 691 additions and 636 deletions
1303
package-lock.json
generated
1303
package-lock.json
generated
File diff suppressed because it is too large
Load diff
24
package.json
24
package.json
|
@ -15,13 +15,13 @@
|
|||
},
|
||||
"license": "",
|
||||
"dependencies": {
|
||||
"bluebird": "^3.4.7",
|
||||
"react": "^15.3.2",
|
||||
"react-dom": "^15.3.2",
|
||||
"bluebird": "^3.5.1",
|
||||
"react": "^15.6.2",
|
||||
"react-dom": "^15.6.2",
|
||||
"zotero-web-library": "^0.9.4-alpha"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.24.1",
|
||||
"babel-core": "^6.26.0",
|
||||
"babel-plugin-syntax-async-generators": "^6.13.0",
|
||||
"babel-plugin-syntax-class-properties": "^6.13.0",
|
||||
"babel-plugin-syntax-decorators": "^6.13.0",
|
||||
|
@ -30,21 +30,21 @@
|
|||
"babel-plugin-syntax-flow": "^6.13.0",
|
||||
"babel-plugin-syntax-jsx": "^6.13.0",
|
||||
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
|
||||
"babel-preset-react": "^6.16.0",
|
||||
"browserify": "^14.3.0",
|
||||
"browserify": "^14.5.0",
|
||||
"chai": "^4.1.2",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"chokidar": "^1.7.0",
|
||||
"co-mocha": "^1.2.0",
|
||||
"co-mocha": "^1.2.1",
|
||||
"colors": "^1.1.2",
|
||||
"eslint-plugin-react": "^7.1.0",
|
||||
"eslint-plugin-react": "^7.5.1",
|
||||
"fs-extra": "^3.0.1",
|
||||
"globby": "^6.1.0",
|
||||
"mocha": "^3.4.2",
|
||||
"mocha": "^3.5.3",
|
||||
"multimatch": "^2.1.0",
|
||||
"node-sass": "^4.5.3",
|
||||
"sinon": "^2.3.1",
|
||||
"universalify": "^0.1.0"
|
||||
"node-sass": "^4.7.2",
|
||||
"sinon": "^2.4.1",
|
||||
"universalify": "^0.1.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue