mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-25 14:42:47 +00:00
Upgrade dependency version
This commit is contained in:
parent
5b1ff5a356
commit
1f668d92e8
@ -7,7 +7,7 @@
|
||||
"rules": {
|
||||
"strict": [0],
|
||||
"eqeqeq": 2,
|
||||
"quotes": [2, "single"],
|
||||
"quotes": [2, "single", {"allowTemplateLiterals": true}],
|
||||
"no-underscore-dangle": 0,
|
||||
"eol-last": 0,
|
||||
"camelcase": 0,
|
||||
|
||||
20
package.json
20
package.json
@ -24,13 +24,13 @@
|
||||
}],
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"ejs": "2.3.4",
|
||||
"ejs": "2.4.1",
|
||||
"multiparty": "4.1.2",
|
||||
"mime": "1.3.4",
|
||||
"mysql2": "1.0.0-rc.1",
|
||||
"thinkit": "4.8.0",
|
||||
"babel-runtime": "6.3.19",
|
||||
"bluebird": "3.1.1",
|
||||
"babel-runtime": "6.6.1",
|
||||
"bluebird": "3.3.5",
|
||||
"co": "4.6.0",
|
||||
"colors": "1.1.2",
|
||||
"validator": "4.2.0",
|
||||
@ -40,14 +40,14 @@
|
||||
"mocha": "1.20.1",
|
||||
"muk": "0.3.1",
|
||||
"istanbul": "0.4.0",
|
||||
"babel-cli": "6.3.17",
|
||||
"babel-preset-es2015-loose": "6.1.4",
|
||||
"babel-preset-stage-1": "6.3.13",
|
||||
"babel-plugin-transform-runtime": "6.3.13",
|
||||
"eslint": "^1.10.3",
|
||||
"babel-eslint": "4.1.8",
|
||||
"babel-cli": "6.7.7",
|
||||
"babel-preset-es2015-loose": "7.0.0",
|
||||
"babel-preset-stage-1": "6.5.0",
|
||||
"babel-plugin-transform-runtime": "6.7.5",
|
||||
"eslint": "2.8.0",
|
||||
"babel-eslint": "6.0.4",
|
||||
"typescript": "next",
|
||||
"babel-core": "6.x.x",
|
||||
"babel-core": "6.7.7",
|
||||
"source-map": "0.5.3"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user