Skip to content

Commit 55a0581

Browse files
Update dev-dependencies
1 parent 5d67c5c commit 55a0581

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,23 @@
5757
},
5858
"homepage": "https://github.com/sandstreamdev/std",
5959
"devDependencies": {
60-
"@babel/core": "^7.8.3",
61-
"@babel/preset-env": "^7.8.3",
60+
"@babel/core": "^7.8.4",
61+
"@babel/preset-env": "^7.8.4",
6262
"@babel/preset-typescript": "^7.8.3",
6363
"@types/jest": "^25.1.1",
64-
"@typescript-eslint/eslint-plugin": "^2.18.0",
65-
"@typescript-eslint/parser": "^2.18.0",
64+
"@typescript-eslint/eslint-plugin": "^2.19.0",
65+
"@typescript-eslint/parser": "^2.19.0",
6666
"babel-jest": "^25.1.0",
6767
"core-js": "^3.6.4",
6868
"eslint": "^6.8.0",
69-
"eslint-plugin-import": "^2.20.0",
69+
"eslint-plugin-import": "^2.20.1",
7070
"gh-pages": "^2.2.0",
71-
"highlight.js": "^9.18.0",
71+
"highlight.js": "^9.18.1",
7272
"jest": "^25.1.0",
7373
"nodemon": "^2.0.2",
7474
"p-queue": "^6.2.1",
7575
"prettier": "^1.19.1",
76-
"rollup": "^1.30.1",
76+
"rollup": "^1.31.0",
7777
"typescript": "^3.7.5"
7878
}
7979
}

0 commit comments

Comments
 (0)