Merge pull request #9672 from babel/deps

This commit is contained in:
Brian Ng 2019-03-12 19:22:34 -05:00 committed by GitHub
commit a6cb24fa1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 541 additions and 293 deletions

View File

@ -22,7 +22,7 @@
"@babel/register": "^7.0.0", "@babel/register": "^7.0.0",
"@babel/runtime": "^7.3.4", "@babel/runtime": "^7.3.4",
"babel-eslint": "^11.0.0-beta.0", "babel-eslint": "^11.0.0-beta.0",
"babel-jest": "^24.0.0", "babel-jest": "^24.5.0",
"babel-loader": "^8.0.5", "babel-loader": "^8.0.5",
"babel-plugin-transform-charcodes": "^0.2.0", "babel-plugin-transform-charcodes": "^0.2.0",
"browserify": "^16.2.3", "browserify": "^16.2.3",
@ -32,7 +32,7 @@
"derequire": "^2.0.2", "derequire": "^2.0.2",
"duplicate-package-checker-webpack-plugin": "^2.1.0", "duplicate-package-checker-webpack-plugin": "^2.1.0",
"enhanced-resolve": "^3.0.0", "enhanced-resolve": "^3.0.0",
"eslint": "^5.12.1", "eslint": "^5.15.1",
"eslint-config-babel": "^9.0.0", "eslint-config-babel": "^9.0.0",
"eslint-plugin-flowtype": "^3.2.1", "eslint-plugin-flowtype": "^3.2.1",
"eslint-plugin-import": "^2.16.0", "eslint-plugin-import": "^2.16.0",
@ -46,10 +46,10 @@
"gulp-newer": "^1.0.0", "gulp-newer": "^1.0.0",
"gulp-plumber": "^1.2.1", "gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0", "gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.1", "gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1", "gulp-watch": "^5.0.1",
"husky": "^1.3.1", "husky": "^1.3.1",
"jest": "^24.0.0", "jest": "^24.5.0",
"lerna": "^3.6.0", "lerna": "^3.6.0",
"lerna-changelog": "^0.5.0", "lerna-changelog": "^0.5.0",
"lint-staged": "^8.1.0", "lint-staged": "^8.1.0",
@ -59,7 +59,7 @@
"prettier": "^1.16.1", "prettier": "^1.16.1",
"pump": "^3.0.0", "pump": "^3.0.0",
"rimraf": "^2.6.3", "rimraf": "^2.6.3",
"rollup": "^1.4.1", "rollup": "^1.6.0",
"rollup-plugin-babel": "^4.0.0", "rollup-plugin-babel": "^4.0.0",
"rollup-plugin-node-resolve": "^4.0.1", "rollup-plugin-node-resolve": "^4.0.1",
"test262-stream": "^1.2.0", "test262-stream": "^1.2.0",

View File

@ -24,7 +24,7 @@
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-regex": "^7.0.0", "@babel/helper-regex": "^7.0.0",
"regexpu-core": "^4.5.3" "regexpu-core": "^4.5.4"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -23,7 +23,7 @@
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-regex": "^7.0.0", "@babel/helper-regex": "^7.0.0",
"regexpu-core": "^4.5.3" "regexpu-core": "^4.5.4"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -14,7 +14,7 @@
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-regex": "^7.0.0", "@babel/helper-regex": "^7.0.0",
"regexpu-core": "^4.5.3" "regexpu-core": "^4.5.4"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

818
yarn.lock

File diff suppressed because it is too large Load Diff