Skip to content

Commit 3677938

Browse files
Install @types/node and update dev-dependencies
1 parent 3358492 commit 3677938

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,13 @@
5757
},
5858
"homepage": "https://github.com/sandstreamdev/std",
5959
"devDependencies": {
60-
"@babel/core": "^7.8.4",
61-
"@babel/preset-env": "^7.8.4",
60+
"@babel/core": "^7.8.7",
61+
"@babel/preset-env": "^7.8.7",
6262
"@babel/preset-typescript": "^7.8.3",
63-
"@types/jest": "^25.1.3",
64-
"@typescript-eslint/eslint-plugin": "^2.20.0",
65-
"@typescript-eslint/parser": "^2.20.0",
63+
"@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",
6667
"babel-jest": "^25.1.0",
6768
"core-js": "^3.6.4",
6869
"eslint": "^6.8.0",
@@ -73,7 +74,7 @@
7374
"nodemon": "^2.0.2",
7475
"p-queue": "^6.3.0",
7576
"prettier": "^1.19.1",
76-
"rollup": "^1.31.1",
77-
"typescript": "^3.8.2"
77+
"rollup": "^2.0.3",
78+
"typescript": "^3.8.3"
7879
}
7980
}

0 commit comments

Comments
 (0)