Skip to content

Commit

Permalink
fix prettier/jest and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Mar 20, 2024
1 parent a080b06 commit 148c9f1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"repository": "chubbyts/chubbyts-api",
"scripts": {
"build": "node ./build.js",
"cs-fix": "prettier --write src tests",
"cs": "prettier --check src tests",
"cs-fix": "./node_modules/prettier/bin/prettier.cjs --write src tests",
"cs": "./node_modules/prettier/bin/prettier.cjs --check src tests",
"infection": "stryker run",
"lint-fix": "eslint src tests --fix",
"lint": "eslint src tests",
Expand Down Expand Up @@ -56,18 +56,18 @@
"devDependencies": {
"@chubbyts/chubbyts-eslint": "^2.0.3",
"@chubbyts/chubbyts-function-mock": "^1.4.1",
"@chubbyts/chubbyts-packaging": "^2.0.4",
"@stryker-mutator/core": "^7.1.1",
"@stryker-mutator/jest-runner": "^7.1.1",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.5",
"@types/qs": "^6.9.7",
"@types/uuid": "^9.0.2",
"jest": "^29.6.2",
"@chubbyts/chubbyts-packaging": "^2.0.6",
"@stryker-mutator/core": "^8.2.6",
"@stryker-mutator/jest-runner": "^8.2.6",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@types/qs": "^6.9.14",
"@types/uuid": "^9.0.8",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"prettier-2": "npm:prettier@^2.8.8",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
"ts-jest": "^29.1.2",
"typescript": "^5.4.3"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 148c9f1

Please sign in to comment.