|
18 | 18 | "watch": "babel-node ./resources/watch.js",
|
19 | 19 | "test": "npm run lint && npm run check && npm run testonly",
|
20 | 20 | "test:ci": "npm run lint && npm run check && npm run testonly:coveralls",
|
21 |
| - "t": "mocha --require babel-register --require babel-polyfill", |
22 |
| - "testonly": "mocha --require babel-register --require babel-polyfill --check-leaks --full-trace --timeout 15000 src/**/__tests__/**/*-test.js", |
| 21 | + "t": "mocha --require @babel/register --require @babel/polyfill", |
| 22 | + "testonly": "mocha --require @babel/register --require @babel/polyfill --check-leaks --full-trace --timeout 15000 src/**/__tests__/**/*-test.js", |
23 | 23 | "testonly:cover": "nyc --reporter html --reporter text-summary -- npm run testonly",
|
24 | 24 | "testonly:coveralls": "nyc --reporter text-lcov npm run testonly | coveralls",
|
25 | 25 | "lint": "eslint --rulesdir ./resources/lint src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)",
|
|
42 | 42 | "iterall": "^1.2.2"
|
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
45 |
| - "babel-cli": "6.26.0", |
| 45 | + "@babel/cli": "^7.0.0-beta.46", |
| 46 | + "@babel/core": "^7.0.0-beta.46", |
| 47 | + "@babel/node": "^7.0.0-beta.46", |
| 48 | + "@babel/plugin-proposal-class-properties": "^7.0.0-beta.46", |
| 49 | + "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.46", |
| 50 | + "@babel/plugin-syntax-async-generators": "^7.0.0-beta.46", |
| 51 | + "@babel/plugin-transform-classes": "^7.0.0-beta.46", |
| 52 | + "@babel/plugin-transform-destructuring": "^7.0.0-beta.46", |
| 53 | + "@babel/plugin-transform-flow-strip-types": "^7.0.0-beta.46", |
| 54 | + "@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.46", |
| 55 | + "@babel/plugin-transform-spread": "^7.0.0-beta.46", |
| 56 | + "@babel/polyfill": "^7.0.0-beta.46", |
| 57 | + "@babel/preset-env": "^7.0.0-beta.46", |
| 58 | + "@babel/register": "^7.0.0-beta.46", |
46 | 59 | "babel-eslint": "8.2.3",
|
47 | 60 | "babel-plugin-syntax-async-functions": "6.13.0",
|
48 |
| - "babel-plugin-syntax-async-generators": "6.13.0", |
49 |
| - "babel-plugin-transform-class-properties": "6.24.1", |
50 |
| - "babel-plugin-transform-es2015-modules-commonjs": "6.26.0", |
51 |
| - "babel-plugin-transform-flow-strip-types": "6.22.0", |
52 |
| - "babel-plugin-transform-object-rest-spread": "6.26.0", |
53 |
| - "babel-polyfill": "^6.26.0", |
54 |
| - "babel-preset-env": "^1.5.2", |
55 |
| - "babel-register": "^6.26.0", |
56 | 61 | "beautify-benchmark": "0.2.4",
|
57 | 62 | "benchmark": "2.1.4",
|
58 | 63 | "chai": "4.1.2",
|
|
0 commit comments