Skip to content

Commit 2349e50

Browse files
authored
update packages
1 parent 46560ba commit 2349e50

3 files changed

Lines changed: 3992 additions & 1627 deletions

File tree

nitro.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import pkg from "./package.json";
44
//https://nitro.unjs.io/config
55
export default defineNitroConfig({
66
noPublicDir: true,
7+
compatibilityDate: "2025-04-20",
78
srcDir: "./src",
89
runtimeConfig: {
910
version: pkg.version

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
"preinstall": "npx only-allow pnpm"
1717
},
1818
"dependencies": {
19-
"h3": "^1.10.0",
20-
"jose": "^5.2.0",
21-
"nitropack": "^2.8.1"
19+
"h3": "^1.15.1",
20+
"jose": "^5.10.0",
21+
"nitropack": "^2.11.9"
2222
},
2323
"devDependencies": {
24-
"@typescript-eslint/eslint-plugin": "^6.7.0",
25-
"@typescript-eslint/parser": "^6.7.0",
26-
"eslint": "^8.48.0",
24+
"@rollup/wasm-node": "^4.40.0",
25+
"@typescript-eslint/eslint-plugin": "^6.21.0",
26+
"@typescript-eslint/parser": "^6.21.0",
27+
"eslint": "^8.57.1",
2728
"eslint-config-airbnb-base": "^15.0.0",
28-
"eslint-config-prettier": "^9.0.0",
29-
"eslint-import-resolver-typescript": "^3.6.0",
30-
"eslint-plugin-prettier": "^5.0.0",
31-
"@rollup/wasm-node": "^4.9.4"
29+
"eslint-config-prettier": "^9.1.0",
30+
"eslint-import-resolver-typescript": "^3.10.0",
31+
"eslint-plugin-prettier": "^5.2.6"
3232
},
3333
"pnpm": {
3434
"overrides": {

0 commit comments

Comments
 (0)