Skip to content

Commit

Permalink
chore: update msw (#51)
Browse files Browse the repository at this point in the history
* chore: update msw dependency

* chore: update deps
  • Loading branch information
arnoerpenbeck authored Nov 8, 2024
1 parent bdb986c commit e5a7b21
Show file tree
Hide file tree
Showing 20 changed files with 2,665 additions and 3,024 deletions.
2,140 changes: 1,040 additions & 1,100 deletions event/package-lock.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions event/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,24 @@
"postversion": "git add package.json package-lock.json"
},
"devDependencies": {
"@eslint/js": "9.12.0",
"@eslint/js": "9.14.0",
"@jest/globals": "29.7.0",
"@tsconfig/recommended": "1.0.7",
"@tsconfig/recommended": "1.0.8",
"@types/eslint__js": "8.42.3",
"@types/eslint-config-prettier": "6.11.3",
"@types/express": "4.17.21",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/jest-when": "3.5.5",
"@types/node": "22.7.4",
"@types/node": "22.8.4",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"auto-changelog": "2.5.0",
"concurrently": "9.0.1",
"eslint": "9.12.0",
"concurrently": "9.1.0",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "28.8.3",
"globals": "15.10.0",
"eslint-plugin-jest": "28.9.0",
"globals": "15.12.0",
"jest": "29.7.0",
"jest-extended": "4.0.2",
"jest-when": "3.6.0",
Expand All @@ -57,13 +57,13 @@
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"typescript-eslint": "8.8.0"
"typescript-eslint": "8.13.0"
},
"dependencies": {
"@commercetools/platform-sdk": "7.14.0",
"@commercetools/platform-sdk": "7.19.0",
"@fulfillmenttools/fulfillmenttools-sdk-typescript": "0.2.0",
"body-parser": "1.20.3",
"date-fns": "2.30.0",
"date-fns": "4.1.0",
"dotenv": "16.4.5",
"express": "4.21.1",
"shared": "file:../shared"
Expand Down
Loading

0 comments on commit e5a7b21

Please sign in to comment.