Skip to content

Commit cacc0fb

Browse files
chore: updated deps
1 parent 1700ed3 commit cacc0fb

File tree

2 files changed

+1240
-980
lines changed

2 files changed

+1240
-980
lines changed

package.json

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,27 +38,28 @@
3838
"prepare": "husky install"
3939
},
4040
"devDependencies": {
41-
"@commitlint/cli": "^17.4.4",
42-
"@commitlint/config-conventional": "^17.4.4",
43-
"@rollup/plugin-typescript": "^11.0.0",
44-
"@types/node": "^18.15.3",
45-
"@typescript-eslint/eslint-plugin": "^5.55.0",
46-
"@typescript-eslint/parser": "^5.55.0",
47-
"c8": "^7.13.0",
48-
"eslint": "^8.36.0",
49-
"eslint-config-prettier": "^8.7.0",
50-
"eslint-plugin-prettier": "^4.2.1",
41+
"@commitlint/cli": "^17.8.0",
42+
"@commitlint/config-conventional": "^17.8.0",
43+
"@rollup/plugin-typescript": "^11.1.5",
44+
"@types/node": "^20.8.7",
45+
"@typescript-eslint/eslint-plugin": "^6.8.0",
46+
"@typescript-eslint/parser": "^6.8.0",
47+
"c8": "^8.0.1",
48+
"eslint": "^8.51.0",
49+
"eslint-config-prettier": "^9.0.0",
50+
"eslint-plugin-prettier": "^5.0.1",
5151
"husky": "^8.0.3",
52-
"prettier": "^2.8.4",
53-
"rollup": "^3.19.1",
54-
"rollup-plugin-copy": "^3.4.0",
52+
"prettier": "^3.0.3",
53+
"rollup": "^4.1.4",
54+
"rollup-plugin-copy": "^3.5.0",
5555
"supertest-fetch": "^1.5.0",
56-
"tslib": "^2.5.0",
57-
"tsx": "^3.12.5",
58-
"typescript": "^5.0.2",
56+
"tslib": "^2.6.2",
57+
"tsx": "^3.14.0",
58+
"typescript": "^5.2.2",
5959
"uvu": "^0.5.6"
6060
},
6161
"dependencies": {
62-
"@tinyhttp/app": "^2.0.29"
62+
"@tinyhttp/app": "^2.2.0",
63+
"@tinyhttp/router": "^2.2.1"
6364
}
64-
}
65+
}

0 commit comments

Comments
 (0)