Skip to content

Commit 6894948

Browse files
committed
Update dependencies
1 parent fc35fc7 commit 6894948

File tree

2 files changed

+513
-430
lines changed

2 files changed

+513
-430
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,26 @@
1616
"test": "jest"
1717
},
1818
"dependencies": {
19-
"@types/fs-extra": "^7.0.0",
20-
"colorette": "^1.0.8",
21-
"fs-extra": "^7.0.1",
22-
"globby": "^9.2.0",
19+
"@types/fs-extra": "^8.0.0",
20+
"colorette": "^1.1.0",
21+
"fs-extra": "^8.1.0",
22+
"globby": "10.0.1",
2323
"is-plain-object": "^3.0.0"
2424
},
2525
"devDependencies": {
26-
"@babel/core": "^7.4.5",
27-
"@babel/preset-env": "^7.4.5",
26+
"@babel/core": "^7.5.5",
27+
"@babel/preset-env": "^7.5.5",
2828
"babel-jest": "^24.8.0",
2929
"codecov": "^3.5.0",
3030
"eslint": "^5.16.0",
31-
"eslint-config-airbnb-base": "^13.1.0",
32-
"eslint-plugin-import": "^2.17.3",
31+
"eslint-config-airbnb-base": "^13.2.0",
32+
"eslint-plugin-import": "^2.18.2",
3333
"jest": "^24.8.0",
34-
"replace-in-file": "^4.1.0",
34+
"replace-in-file": "^4.1.1",
3535
"rimraf": "^2.6.3",
36-
"rollup": "^1.14.6",
36+
"rollup": "^1.17.0",
3737
"rollup-plugin-auto-external": "^2.0.0",
38-
"rollup-plugin-babel": "^4.3.2"
38+
"rollup-plugin-babel": "^4.3.3"
3939
},
4040
"files": [
4141
"dist",

0 commit comments

Comments
 (0)