|
29 | 29 | "scripts": {
|
30 | 30 | "typecheck": "tsc --noEmit",
|
31 | 31 | "lint": "biome check .",
|
32 |
| - "lint:fix": "biome check --apply .", |
33 |
| - "lint:unsafe": "biome check --apply-unsafe .", |
| 32 | + "lint:fix": "biome check --write .", |
| 33 | + "lint:unsafe": "biome check --write --unsafe .", |
34 | 34 | "mock:rebuild": "bun ./__scripts__/rebuildMockDatabases.ts",
|
35 | 35 | "build": "bun ./__scripts__/build.ts && bun run dts",
|
36 | 36 | "dts": "tsup ./src/index.ts --dts-only --format esm --out-dir ./src",
|
|
40 | 40 | "openid-client": "^5.6.5"
|
41 | 41 | },
|
42 | 42 | "peerDependencies": {
|
43 |
| - "elysia": "^1.0.14", |
| 43 | + "elysia": "^1.0.23", |
44 | 44 | "ioredis": "^5.4.1",
|
45 | 45 | "lokijs": "^1.5.12",
|
46 | 46 | "lowdb": "^7.0.1",
|
47 |
| - "pino": "^8.20.0", |
48 |
| - "pino-pretty": "^11.0.0", |
| 47 | + "pino": "^9.2.0", |
| 48 | + "pino-pretty": "^11.2.1", |
49 | 49 | "typescript": "^5.4.5"
|
50 | 50 | },
|
51 | 51 | "peerDependenciesMeta": {
|
|
66 | 66 | }
|
67 | 67 | },
|
68 | 68 | "devDependencies": {
|
69 |
| - "@biomejs/biome": "^1.7.3", |
| 69 | + "@biomejs/biome": "^1.8.1", |
70 | 70 | "@changesets/cli": "^2.27.5",
|
71 | 71 | "@commitlint/cli": "^19.3.0",
|
72 | 72 | "@commitlint/config-conventional": "^19.2.2",
|
73 | 73 | "@types/bun": "latest",
|
74 | 74 | "@types/lokijs": "^1.5.14",
|
75 |
| - "@types/set-cookie-parser": "^2.4.7", |
76 |
| - "elysia": "^1.0.22", |
| 75 | + "@types/set-cookie-parser": "^2.4.9", |
| 76 | + "elysia": "^1.0.23", |
77 | 77 | "ioredis": "^5.4.1",
|
78 |
| - "jose": "^5.3.0", |
79 |
| - "lint-staged": "^15.2.5", |
| 78 | + "jose": "^5.4.0", |
| 79 | + "lint-staged": "^15.2.7", |
80 | 80 | "lokijs": "^1.5.12",
|
81 | 81 | "lowdb": "^7.0.1",
|
82 |
| - "pino": "^9.1.0", |
83 |
| - "pino-pretty": "^11.1.0", |
| 82 | + "pino": "^9.2.0", |
| 83 | + "pino-pretty": "^11.2.1", |
84 | 84 | "set-cookie-parser": "^2.6.0",
|
85 | 85 | "simple-git-hooks": "^2.11.1",
|
86 |
| - "tsup": "^8.0.2", |
| 86 | + "tsup": "^8.1.0", |
87 | 87 | "typescript": "^5.4.5"
|
88 | 88 | },
|
89 | 89 | "engines": {
|
|
95 | 95 | "commit-msg": "bunx commitlint -e"
|
96 | 96 | },
|
97 | 97 | "lint-staged": {
|
98 |
| - "*.{ts,json}": "biome check --apply" |
| 98 | + "*.{ts,json}": "biome check --write" |
99 | 99 | },
|
100 | 100 | "publishConfig": {
|
101 | 101 | "provenance": true
|
|
0 commit comments