Skip to content

Commit fda5ccd

Browse files
committed
v4.0.0
1 parent f2e293f commit fda5ccd

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.prettierignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.yaml
2+
*.yml
3+
*.js

package.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "0http",
3-
"version": "3.5.3",
3+
"version": "4.0.0",
44
"description": "Cero friction HTTP request router. The need for speed!",
55
"main": "index.js",
66
"scripts": {
@@ -28,15 +28,14 @@
2828
"homepage": "https://github.com/BackendStack21/0http#readme",
2929
"devDependencies": {
3030
"0http": "^3.5.2",
31-
"@types/node": "^18.14.4",
31+
"@types/node": "^22.10.5",
3232
"body-parser": "^1.20.1",
3333
"chai": "^4.3.7",
3434
"cross-env": "^7.0.3",
35-
"find-my-way": "^5.2.0",
3635
"mitata": "^0.1.11",
37-
"mocha": "^10.4.0",
38-
"nyc": "^15.1.0",
39-
"supertest": "^6.3.3"
36+
"mocha": "^11.0.1",
37+
"nyc": "^17.1.0",
38+
"supertest": "^7.0.0"
4039
},
4140
"files": [
4241
"LICENSE",

0 commit comments

Comments
 (0)