Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.3.7/schema.json",
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,37 +33,37 @@
},
"dependencies": {
"basic-auth": "2.0.1",
"body-parser": "2.2.1",
"decimal.js": "10.5.0",
"express": "5.1.0",
"body-parser": "2.2.2",
"decimal.js": "10.6.0",
"express": "5.2.1",
"light-my-request": "6.6.0",
"morgan": "1.10.1",
"msw": "2.8.4",
"msw": "2.12.7",
"uuid": "11.1.0",
"zod": "3.24.2",
"zod-validation-error": "3.4.0"
},
"devDependencies": {
"@biomejs/biome": "2.3.7",
"@biomejs/biome": "2.3.11",
"@changesets/changelog-github": "0.5.2",
"@changesets/cli": "2.29.7",
"@changesets/cli": "2.29.8",
"@commercetools/platform-sdk": "8.16.0",
"@types/basic-auth": "1.1.8",
"@types/body-parser": "1.19.5",
"@types/express": "5.0.5",
"@types/body-parser": "1.19.6",
"@types/express": "5.0.6",
"@types/express-serve-static-core": "^5.1.0",
"@types/morgan": "1.9.9",
"@types/morgan": "1.9.10",
"@types/node": "20.16.14",
"@types/qs": "6.9.11",
"@types/qs": "6.14.0",
"@types/supertest": "6.0.3",
"@types/uuid": "9.0.8",
"@vitest/coverage-v8": "4.0.13",
"fishery": "2.2.3",
"supertest": "7.1.4",
"@vitest/coverage-v8": "4.0.16",
"fishery": "2.4.0",
"supertest": "7.2.2",
"timekeeper": "2.3.1",
"tsdown": "0.16.8",
"tsdown": "0.18.4",
"typescript": "5.9.3",
"vitest": "4.0.13"
"vitest": "4.0.16"
},
"packageManager": "pnpm@10.24.0",
"engines": {
Expand Down
Loading