Skip to content

Commit

Permalink
chore(deps): 🤖 bump jest to v29.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman committed Aug 24, 2023
1 parent 51111d2 commit 04cb86d
Show file tree
Hide file tree
Showing 8 changed files with 488 additions and 461 deletions.
File renamed without changes.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"format:fix": "pnpm format -w",
"lint": "eslint --cache '**/**/*.{js,ts,*.test}'",
"lint:fix": "pnpm lint --fix",
"test": "jest -c .config/jest.config.js --coverage",
"test:watch": "jest -c .config/jest.config.js --watch",
"test": "jest --coverage",
"test:watch": "jest --watch",
"e2e": "jest -c e2e/jest.config.js",
"ts-check": "tsc -b tsconfig.json",
"ts-check:watch": "pnpm ts-check --watch",
Expand All @@ -50,23 +50,22 @@
},
"devDependencies": {
"@comparto/prettier-config": "1.2.0",
"@jest/types": "28.1.3",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/jest": "28.1.8",
"@types/jest": "29.5.4",
"@types/node": "18.15.11",
"commitlint": "17.1.2",
"eslint": "8.47.0",
"eslint-config-jimmy-guzman": "9.1.0",
"husky": "8.0.1",
"is-ci": "3.0.1",
"jest": "28.1.3",
"jest": "29.6.3",
"lint-staged": "13.0.3",
"npm-run-all": "4.1.5",
"pkgroll": "1.11.0",
"prettier": "2.7.1",
"semantic-release": "19.0.5",
"ts-jest": "28.0.8",
"ts-jest": "29.1.1",
"typescript": "4.9.5"
},
"files": [
Expand Down
Loading

0 comments on commit 04cb86d

Please sign in to comment.