Compare commits
2 Commits
v7.7.4-csx
...
initialize
| Author | SHA1 | Date | |
|---|---|---|---|
| 5916a06ea1 | |||
| bfcf2590eb |
@@ -30,20 +30,20 @@
|
||||
"semver": "^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.7.4-csx.1",
|
||||
"@babel/plugin-proposal-class-properties": "^7.7.4-csx.1",
|
||||
"@babel/plugin-proposal-decorators": "^7.7.4-csx.1",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4-csx.1",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.7.4-csx.1",
|
||||
"@babel/plugin-proposal-pipeline-operator": "^7.7.4-csx.1",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.7.4-csx.1",
|
||||
"@babel/plugin-syntax-export-default-from": "^7.7.4-csx.1",
|
||||
"@babel/plugin-syntax-export-namespace-from": "^7.7.4-csx.1",
|
||||
"@babel/plugin-syntax-import-meta": "^7.7.4-csx.1",
|
||||
"@babel/plugin-syntax-numeric-separator": "^7.7.4-csx.1",
|
||||
"@babel/preset-env": "^7.7.4-csx.1",
|
||||
"@babel/preset-flow": "^7.7.4-csx.1",
|
||||
"@babel/preset-react": "^7.7.4-csx.1",
|
||||
"@babel/core": "7.7.4-csx.1",
|
||||
"@babel/plugin-proposal-class-properties": "7.7.4-csx.1",
|
||||
"@babel/plugin-proposal-decorators": "7.7.4-csx.1",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "7.7.4-csx.1",
|
||||
"@babel/plugin-proposal-optional-chaining": "7.7.4-csx.1",
|
||||
"@babel/plugin-proposal-pipeline-operator": "7.7.4-csx.1",
|
||||
"@babel/plugin-syntax-dynamic-import": "7.7.4-csx.1",
|
||||
"@babel/plugin-syntax-export-default-from": "7.7.4-csx.1",
|
||||
"@babel/plugin-syntax-export-namespace-from": "7.7.4-csx.1",
|
||||
"@babel/plugin-syntax-import-meta": "7.7.4-csx.1",
|
||||
"@babel/plugin-syntax-numeric-separator": "7.7.4-csx.1",
|
||||
"@babel/preset-env": "7.7.4-csx.1",
|
||||
"@babel/preset-flow": "7.7.4-csx.1",
|
||||
"@babel/preset-react": "7.7.4-csx.1",
|
||||
"dedent": "^0.7.0",
|
||||
"eslint": "^6.0.1",
|
||||
"espree": "^6.0.0"
|
||||
|
||||
@@ -8,7 +8,7 @@ const CURRENT_BABEL_VERSION = babelCore.version;
|
||||
const SUPPORTED_BABEL_VERSION_RANGE =
|
||||
packageJson.peerDependencies["@babel/core"];
|
||||
const IS_RUNNING_SUPPORTED_VERSION = semver.satisfies(
|
||||
CURRENT_BABEL_VERSION,
|
||||
semver.coerce(CURRENT_BABEL_VERSION).raw,
|
||||
SUPPORTED_BABEL_VERSION_RANGE,
|
||||
);
|
||||
|
||||
|
||||
@@ -40,12 +40,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.5.5",
|
||||
"@babel/generator": "^7.7.4-csx.1",
|
||||
"@babel/helpers": "^7.7.4-csx.1",
|
||||
"@babel/parser": "^7.7.4-csx.1",
|
||||
"@babel/template": "^7.7.4-csx.1",
|
||||
"@babel/traverse": "^7.7.4-csx.1",
|
||||
"@babel/types": "^7.7.4-csx.1",
|
||||
"@babel/generator": "7.7.4-csx.1",
|
||||
"@babel/helpers": "7.7.4-csx.1",
|
||||
"@babel/parser": "7.7.4-csx.1",
|
||||
"@babel/template": "7.7.4-csx.1",
|
||||
"@babel/traverse": "7.7.4-csx.1",
|
||||
"@babel/types": "7.7.4-csx.1",
|
||||
"convert-source-map": "^1.7.0",
|
||||
"debug": "^4.1.0",
|
||||
"json5": "^2.1.0",
|
||||
|
||||
@@ -21,12 +21,12 @@
|
||||
"@babel/core": "^7.0.0-0 || csx"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.7.4-csx.1",
|
||||
"@babel/helper-plugin-test-runner": "^7.7.4-csx.1",
|
||||
"@babel/helpers": "^7.7.4-csx.1",
|
||||
"@babel/preset-env": "^7.7.4-csx.1",
|
||||
"@babel/runtime": "^7.7.4-csx.1",
|
||||
"@babel/template": "^7.7.4-csx.1",
|
||||
"@babel/core": "7.7.4-csx.1",
|
||||
"@babel/helper-plugin-test-runner": "7.7.4-csx.1",
|
||||
"@babel/helpers": "7.7.4-csx.1",
|
||||
"@babel/preset-env": "7.7.4-csx.1",
|
||||
"@babel/runtime": "7.7.4-csx.1",
|
||||
"@babel/template": "7.7.4-csx.1",
|
||||
"@babel/types": "7.0.0-beta.53"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
"regenerator-runtime": "^0.13.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/helpers": "^7.7.4-csx.1"
|
||||
"@babel/helpers": "7.7.4-csx.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,6 +17,6 @@
|
||||
"regenerator-runtime": "^0.13.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/helpers": "^7.7.4-csx.1"
|
||||
"@babel/helpers": "7.7.4-csx.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user