Skip to content

Commit affbadf

Browse files
committed
Update dependencies
1 parent 46cb688 commit affbadf

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
coverage
22
node_modules
33
package-lock.json
4+
.tap

Diff for: package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,28 @@
1717
},
1818
"homepage": "https://mojolicious.org",
1919
"scripts": {
20-
"coverage": "c8 tap --no-coverage test/*.js",
20+
"coverage": "c8 tap --disable-coverage --allow-empty-coverage test/*.js",
2121
"lint": "eslint \"lib/*.js\" \"test/*.js\" \"test/**/*.js\"",
2222
"publish:major": "npm version major && npm publish",
2323
"publish:minor": "npm version minor && npm publish",
2424
"publish:patch": "npm version patch && npm publish",
25-
"test": "tap --no-coverage test/*.js"
25+
"test": "tap --disable-coverage --allow-empty-coverage test/*.js"
2626
},
2727
"type": "module",
2828
"main": "./lib/server-starter.js",
2929
"devDependencies": {
30-
"@mojojs/core": "^0.36.0",
31-
"c8": "^7.11.3",
30+
"@mojojs/core": "^1.25.0",
31+
"c8": "^8.0.0",
3232
"eslint": "^8.1.0",
33-
"eslint-config-prettier": "^8.3.0",
33+
"eslint-config-prettier": "^9.0.0",
3434
"eslint-plugin-import": "^2.23.4",
3535
"eslint-plugin-node": "^11.1.0",
36-
"eslint-plugin-prettier": "^4.0.0",
37-
"prettier": "2.7.0",
38-
"tap": "^16.2.0"
36+
"eslint-plugin-prettier": "^5.0.0",
37+
"prettier": "^3.0.0",
38+
"tap": "^18.5.0"
3939
},
4040
"engines": {
41-
"node": ">= 16"
41+
"node": ">= 18"
4242
},
4343
"os": [
4444
"!win32"

0 commit comments

Comments
 (0)