|
7 | 7 | "dependencies": {
|
8 | 8 | "comment-parser": "^0.5.0",
|
9 | 9 | "jsdoctypeparser": "^2.0.0-alpha-8",
|
10 |
| - "lodash": "^4.17.4" |
| 10 | + "lodash": "^4.17.11" |
11 | 11 | },
|
12 | 12 | "description": "JSDoc linting rules for ESLint.",
|
13 | 13 | "devDependencies": {
|
14 |
| - "babel-cli": "^6.26.0", |
15 |
| - "babel-plugin-add-module-exports": "^0.2.1", |
16 |
| - "babel-plugin-transform-flow-strip-types": "^6.22.0", |
17 |
| - "babel-preset-env": "^1.6.0", |
18 |
| - "babel-preset-es2015": "^6.24.1", |
19 |
| - "babel-register": "^6.26.0", |
20 |
| - "chai": "^4.1.2", |
21 |
| - "eslint": "^5.4.0", |
22 |
| - "eslint-config-canonical": "^12.0.0", |
23 |
| - "gitdown": "^2.5.1", |
24 |
| - "glob": "^7.1.2", |
| 14 | + "@babel/cli": "^7.1.2", |
| 15 | + "@babel/core": "^7.1.2", |
| 16 | + "@babel/node": "^7.0.0", |
| 17 | + "@babel/plugin-transform-flow-strip-types": "^7.0.0", |
| 18 | + "@babel/preset-env": "^7.1.0", |
| 19 | + "@babel/register": "^7.0.0", |
| 20 | + "babel-plugin-add-module-exports": "^1.0.0", |
| 21 | + "chai": "^4.2.0", |
| 22 | + "eslint": "^5.7.0", |
| 23 | + "eslint-config-canonical": "^13.0.0", |
| 24 | + "gitdown": "^2.5.4", |
| 25 | + "glob": "^7.1.3", |
25 | 26 | "globby": "^8.0.1",
|
26 |
| - "marked": "^0.4.0", |
| 27 | + "marked": "^0.5.1", |
27 | 28 | "mocha": "^5.2.0",
|
28 |
| - "semantic-release": "^15.9.9" |
| 29 | + "semantic-release": "^15.10.3" |
29 | 30 | },
|
30 | 31 | "engines": {
|
31 | 32 | "node": ">=4"
|
|
50 | 51 | "build": "NODE_ENV=production babel ./src --out-dir ./dist --copy-files --source-maps",
|
51 | 52 | "generate-readme": "gitdown ./.README/README.md --output-file ./README.md && npm run add-assertions",
|
52 | 53 | "lint": "eslint ./src ./test",
|
53 |
| - "test": "mocha --recursive --compilers js:babel-register" |
| 54 | + "test": "mocha --recursive --compilers js:@babel/register" |
54 | 55 | },
|
55 | 56 | "version": "2.4.0"
|
56 | 57 | }
|
0 commit comments