Skip to content

Commit 2d66d30

Browse files
Update devDependencies
1 parent a7bb6cc commit 2d66d30

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
},
5858
"homepage": "https://github.com/sandstreamdev/std",
5959
"devDependencies": {
60-
"@babel/core": "^7.8.7",
61-
"@babel/preset-env": "^7.8.7",
62-
"@babel/preset-typescript": "^7.8.3",
60+
"@babel/core": "^7.9.0",
61+
"@babel/preset-env": "^7.9.0",
62+
"@babel/preset-typescript": "^7.9.0",
6363
"@types/jest": "^25.1.4",
64-
"@types/node": "^13.9.0",
65-
"@typescript-eslint/eslint-plugin": "^2.23.0",
66-
"@typescript-eslint/parser": "^2.23.0",
64+
"@types/node": "^13.9.3",
65+
"@typescript-eslint/eslint-plugin": "^2.24.0",
66+
"@typescript-eslint/parser": "^2.24.0",
6767
"babel-jest": "^25.1.0",
6868
"core-js": "^3.6.4",
6969
"eslint": "^6.8.0",
@@ -73,8 +73,8 @@
7373
"jest": "^25.1.0",
7474
"nodemon": "^2.0.2",
7575
"p-queue": "^6.3.0",
76-
"prettier": "^1.19.1",
77-
"rollup": "^2.0.4",
76+
"prettier": "^2.0.1",
77+
"rollup": "^2.1.0",
7878
"typescript": "^3.8.3"
7979
}
8080
}

0 commit comments

Comments
 (0)