Bump some deps (#9056)

This commit is contained in:
Brian Ng 2018-11-21 15:21:36 -06:00 committed by GitHub
parent 445b14148e
commit e7f0c065cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 392 additions and 541 deletions

View File

@ -9,17 +9,17 @@
"test": "make test" "test": "make test"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.1.2", "@babel/cli": "^7.1.5",
"@babel/core": "^7.1.2", "@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0", "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0", "@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.1.0", "@babel/plugin-transform-modules-commonjs": "^7.1.0",
"@babel/plugin-transform-runtime": "^7.1.0", "@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0", "@babel/preset-env": "^7.1.6",
"@babel/preset-flow": "^7.0.0", "@babel/preset-flow": "^7.0.0",
"@babel/register": "^7.0.0", "@babel/register": "^7.0.0",
"@babel/runtime": "^7.1.2", "@babel/runtime": "^7.1.5",
"babel-core": "^7.0.0-0", "babel-core": "^7.0.0-0",
"babel-eslint": "^10.0.1", "babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0", "babel-jest": "^23.6.0",
@ -31,32 +31,32 @@
"charcodes": "^0.1.0", "charcodes": "^0.1.0",
"derequire": "^2.0.2", "derequire": "^2.0.2",
"enhanced-resolve": "^3.0.0", "enhanced-resolve": "^3.0.0",
"eslint": "^5.6.0", "eslint": "^5.9.0",
"eslint-config-babel": "^8.0.1", "eslint-config-babel": "^8.0.2",
"eslint-plugin-flowtype": "^2.50.1", "eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-local-rules": "0.1.0", "eslint-plugin-local-rules": "0.1.0",
"eslint-plugin-prettier": "^2.6.2", "eslint-plugin-prettier": "^3.0.0",
"flow-bin": "^0.82.0", "flow-bin": "^0.82.0",
"graceful-fs": "^4.1.11", "graceful-fs": "^4.1.11",
"gulp": "^4.0.0", "gulp": "^4.0.0",
"gulp-babel": "^8.0.0-beta.2", "gulp-babel": "^8.0.0",
"gulp-filter": "^5.1.0", "gulp-filter": "^5.1.0",
"gulp-newer": "^1.0.0", "gulp-newer": "^1.0.0",
"gulp-plumber": "^1.0.1", "gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2", "gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.0", "gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.7", "gulp-util": "^3.0.7",
"gulp-watch": "^5.0.0", "gulp-watch": "^5.0.1",
"husky": "^1.0.0-rc.15", "husky": "^1.2.0",
"jest": "^23.6.0", "jest": "^23.6.0",
"lerna": "^2.11.0", "lerna": "^2.11.0",
"lerna-changelog": "^0.5.0", "lerna-changelog": "^0.5.0",
"lint-staged": "^7.3.0", "lint-staged": "^8.1.0",
"lodash": "^4.17.10", "lodash": "^4.17.10",
"merge-stream": "^1.0.1", "merge-stream": "^1.0.1",
"output-file-sync": "^2.0.0", "output-file-sync": "^2.0.0",
"prettier": "^1.15.1", "prettier": "^1.15.2",
"pump": "^1.0.2", "pump": "^3.0.0",
"rimraf": "^2.4.3", "rimraf": "^2.4.3",
"rollup-plugin-babel": "^4.0.0-beta.0", "rollup-plugin-babel": "^4.0.0-beta.0",
"rollup-plugin-node-resolve": "^3.0.2", "rollup-plugin-node-resolve": "^3.0.2",

View File

@ -1,4 +1,3 @@
{ {
"throws": "Rest parameter must be last formal parameter (3:13)" "throws": "Rest parameter must be last formal parameter (3:13)"
} }

View File

@ -1,3 +1,3 @@
{ {
"throws": "A trailing comma is not permitted after the rest element (1:8)" "throws": "A trailing comma is not permitted after the rest element (1:8)"
} }

View File

@ -1,4 +1,3 @@
{ {
"throws": "Rest parameter must be last formal parameter (3:13)" "throws": "Rest parameter must be last formal parameter (3:13)"
} }

View File

@ -11,4 +11,3 @@
] ]
] ]
} }

885
yarn.lock

File diff suppressed because it is too large Load Diff