Skip to content

Commit 0aa6b46

Browse files
committed
1.0.0-beta.31
1 parent c96ea64 commit 0aa6b46

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.0-beta.31 (07/10/2022)
2+
3+
- Removes node support from node@<16 (@gabrielcsapo)
4+
15
# 1.0.0-beta.30 (01/26/2022)
26

37
- Bugfix: Fix logging on response streams. (#96) (@willstott101)

package.json

+12-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-git-server",
3-
"version": "1.0.0-beta.30",
3+
"version": "1.0.0-beta.31",
44
"description": "🎡 A configurable git server written in Node.js",
55
"author": "Gabriel J. Csapo <[email protected]>",
66
"contributors": [
@@ -24,7 +24,7 @@
2424
},
2525
"main": "dist/index.js",
2626
"engine": {
27-
"node": ">= 14"
27+
"node": ">= 16"
2828
},
2929
"scripts": {
3030
"lint": "eslint src/*",
@@ -37,18 +37,17 @@
3737
"through": "^2.3.8"
3838
},
3939
"devDependencies": {
40-
"@types/node": "^15.6.1",
41-
"@types/node-fetch": "^2.5.12",
40+
"@types/node": "^18.0.3",
41+
"@types/node-fetch": "^2.6.2",
4242
"@types/through": "^0.0.30",
43-
"@typescript-eslint/eslint-plugin": "^5.0.0",
44-
"@typescript-eslint/parser": "^5.0.0",
45-
"eslint": "^8.6.0",
46-
"eslint-config-prettier": "^8.3.0",
47-
"eslint-plugin-prettier": "^4.0.0",
48-
"node-fetch": "^2.6.6",
49-
"prettier": "^2.5.1",
50-
"ts-node": "^10.4.0",
51-
"typescript": "^4.5.4",
43+
"@typescript-eslint/eslint-plugin": "^5.30.5",
44+
"@typescript-eslint/parser": "^5.30.5",
45+
"eslint": "^8.19.0",
46+
"eslint-config-prettier": "^8.5.0",
47+
"eslint-plugin-prettier": "^4.2.1",
48+
"node-fetch": "^3.2.6",
49+
"prettier": "^2.7.1",
50+
"typescript": "^4.7.4",
5251
"vitest": "^0.18.0"
5352
}
5453
}

0 commit comments

Comments
 (0)