|
25 | 25 | "object-unfreeze": "^1.1.0"
|
26 | 26 | },
|
27 | 27 | "devDependencies": {
|
28 |
| - "babel-cli": "^6.18.0", |
| 28 | + "@babel/cli": "^7.0.0", |
| 29 | + "@babel/core": "^7.0.0", |
| 30 | + "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 31 | + "@babel/plugin-proposal-decorators": "^7.0.0", |
| 32 | + "@babel/plugin-proposal-do-expressions": "^7.0.0", |
| 33 | + "@babel/plugin-proposal-export-default-from": "^7.0.0", |
| 34 | + "@babel/plugin-proposal-export-namespace-from": "^7.0.0", |
| 35 | + "@babel/plugin-proposal-function-bind": "^7.0.0", |
| 36 | + "@babel/plugin-proposal-function-sent": "^7.0.0", |
| 37 | + "@babel/plugin-proposal-json-strings": "^7.0.0", |
| 38 | + "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0", |
| 39 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", |
| 40 | + "@babel/plugin-proposal-numeric-separator": "^7.0.0", |
| 41 | + "@babel/plugin-proposal-optional-chaining": "^7.0.0", |
| 42 | + "@babel/plugin-proposal-pipeline-operator": "^7.0.0", |
| 43 | + "@babel/plugin-proposal-throw-expressions": "^7.0.0", |
| 44 | + "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
| 45 | + "@babel/plugin-syntax-import-meta": "^7.0.0", |
| 46 | + "@babel/plugin-transform-flow-strip-types": "^7.2.3", |
| 47 | + "@babel/plugin-transform-proto-to-assign": "^7.0.0", |
| 48 | + "@babel/preset-env": "^7.0.0", |
| 49 | + "@babel/preset-react": "^7.0.0", |
| 50 | + "@babel/register": "^7.0.0", |
29 | 51 | "babel-plugin-add-module-exports": "^0.2.1",
|
30 | 52 | "babel-plugin-lodash": "^3.2.9",
|
31 |
| - "babel-plugin-transform-proto-to-assign": "^6.9.0", |
32 |
| - "babel-preset-es2015": "^6.18.0", |
33 |
| - "babel-preset-react": "^6.16.0", |
34 |
| - "babel-preset-stage-0": "^6.16.0", |
35 |
| - "babel-register": "^6.18.0", |
36 | 53 | "chai": "^4.0.0-canary.1",
|
37 | 54 | "chai-spies": "^0.7.1",
|
38 | 55 | "eslint": "^3.10.0",
|
|
48 | 65 | },
|
49 | 66 | "scripts": {
|
50 | 67 | "lint": "eslint ./src ./tests",
|
51 |
| - "test": "NODE_ENV=development mocha --compilers js:babel-register ./tests/**/*.js && npm run lint && npm run build", |
52 |
| - "build": "NODE_ENV=production babel ./src --out-dir ./dist", |
53 |
| - "precommit": "npm run test" |
| 68 | + "test": "NODE_ENV=development mocha --compilers js:@babel/register ./tests/**/*.js && npm run lint && npm run build", |
| 69 | + "build": "NODE_ENV=production babel ./src --out-dir ./dist" |
54 | 70 | }
|
55 | 71 | }
|
0 commit comments