Skip to content

Commit

Permalink
chore(deps): biome and date-fns
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikskog committed Oct 24, 2024
1 parent a2be731 commit ad0d463
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 99 deletions.
4 changes: 2 additions & 2 deletions apps/rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "tsx src/index.ts",
"build": "tsc",
"lint": "biome check . --apply",
"lint": "biome check . --write",
"lint-check": "biome check .",
"type-check": "tsc --noEmit"
},
Expand All @@ -19,7 +19,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@biomejs/biome": "^1.9.3",
"@dotkomonline/config": "workspace:*",
"@dotkomonline/tsconfig": "workspace:*",
"@types/node": "^20.12.7",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"axios": "1.7.7",
"clsx": "^2.0.0",
"cors": "^2.8.5",
"date-fns": "^4.0.0",
"date-fns": "^4.1.0",
"next": "^14.2.14",
"next-auth": "^4.24.8",
"next-superjson-plugin": "^0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@dotkomonline/env": "workspace:*",
"@dotkomonline/logger": "workspace:*",
"auth0": "^4.3.1",
"date-fns": "^4.0.0",
"date-fns": "^4.1.0",
"kysely": "^0.27.0",
"stripe": "^13.11.0",
"ulid": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"scripts": {
"clean": "rm -rf node_modules",
"lint": "biome check . --apply",
"lint": "biome check . --write",
"lint-check": "biome check .",
"type-check": "tsc --noEmit"
},
Expand Down
98 changes: 5 additions & 93 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/migrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@biomejs/biome": "^1.9.2",
"@dotkomonline/logger": "workspace:*",
"@types/pg": "^8.10.9",
"date-fns": "^4.0.0",
"date-fns": "^4.1.0",
"dotenv-cli": "^7.3.0",
"tsx": "^3.14.0",
"typescript": "^5.4.5"
Expand Down

0 comments on commit ad0d463

Please sign in to comment.