Skip to content

Commit ca7e71f

Browse files
committed
chore: update dependencies
1 parent 1778446 commit ca7e71f

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

.babelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"plugins": [
3-
"transform-flow-strip-types",
3+
"@babel/plugin-transform-flow-strip-types",
44
"add-module-exports"
55
],
66
"presets": [
77
[
8-
"env",
8+
"@babel/preset-env",
99
{
1010
"targets": {
1111
"node": 4

package.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,26 @@
77
"dependencies": {
88
"comment-parser": "^0.5.0",
99
"jsdoctypeparser": "^2.0.0-alpha-8",
10-
"lodash": "^4.17.4"
10+
"lodash": "^4.17.11"
1111
},
1212
"description": "JSDoc linting rules for ESLint.",
1313
"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",
2526
"globby": "^8.0.1",
26-
"marked": "^0.4.0",
27+
"marked": "^0.5.1",
2728
"mocha": "^5.2.0",
28-
"semantic-release": "^15.9.9"
29+
"semantic-release": "^15.10.3"
2930
},
3031
"engines": {
3132
"node": ">=4"
@@ -50,7 +51,7 @@
5051
"build": "NODE_ENV=production babel ./src --out-dir ./dist --copy-files --source-maps",
5152
"generate-readme": "gitdown ./.README/README.md --output-file ./README.md && npm run add-assertions",
5253
"lint": "eslint ./src ./test",
53-
"test": "mocha --recursive --compilers js:babel-register"
54+
"test": "mocha --recursive --compilers js:@babel/register"
5455
},
5556
"version": "2.4.0"
5657
}

0 commit comments

Comments
 (0)