Skip to content

Commit 13aff23

Browse files
committed
chore(deps): upgrade deps; jest from v27 to v28
BREAKING CHANGE: Jest bump from v27 to v28
1 parent 21303cb commit 13aff23

File tree

5 files changed

+2490
-2911
lines changed

5 files changed

+2490
-2911
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"devDependencies": {
2424
"@spotify/eslint-config-oss": "^1.0.0",
2525
"@spotify/eslint-plugin": "^13.0.0",
26-
"husky": "^7.0.0",
27-
"lerna": "^4.0.0",
26+
"husky": "^8.0.1",
27+
"lerna": "^5.1.8",
2828
"typescript": "^4.2.3"
2929
}
3030
}

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@spotify/web-scripts": "^13.0.1",
3838
"@types/eslint": "^8.4.1",
39-
"@types/jest": "^27.0.1",
39+
"@types/jest": "^28.1.4",
4040
"@typescript-eslint/parser": "^5.13.0",
4141
"@typescript-eslint/types": "^5.13.0",
4242
"eslint": "^8.10.0",

packages/web-scripts-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@spotify/tsconfig": "^13.0.1",
32-
"@types/jest": "^27.0.1"
32+
"@types/jest": "^28.1.4"
3333
},
3434
"publishConfig": {
3535
"access": "public"

packages/web-scripts/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,29 @@
3030
"prepublishOnly": "yarn run bootstrap && yarn run build"
3131
},
3232
"dependencies": {
33-
"@commitlint/cli": "^16.2.1",
34-
"@commitlint/config-conventional": "^16.2.1",
33+
"@commitlint/cli": "^17.0.3",
34+
"@commitlint/config-conventional": "^17.0.3",
3535
"@spotify/eslint-config": "^13.0.1",
3636
"@spotify/prettier-config": "^13.0.1",
3737
"@spotify/tsconfig": "^13.0.1",
3838
"@spotify/web-scripts-utils": "^13.0.1",
3939
"@types/cross-spawn": "^6.0.0",
4040
"@types/debug": "^4.1.2",
41-
"@types/jest": "^27.0.1",
42-
"@types/react": "^17.0.24",
43-
"@types/react-dom": "^17.0.5",
41+
"@types/jest": "^28.1.4",
42+
"@types/react": "^18.0.15",
43+
"@types/react-dom": "^18.0.6",
4444
"commander": "^6.1.0",
4545
"commitizen": "^4.2.3",
4646
"cross-spawn-promise": "^0.10.1",
4747
"cz-conventional-changelog": "^3.0.2",
4848
"debug": "^4.1.1",
4949
"eslint": "^8.10.0",
50-
"jest": "^27.0.1",
51-
"jest-junit": "^13.0.0",
52-
"lint-staged": "^12.3.4",
50+
"jest": "^28.1.2",
51+
"jest-junit": "^14.0.0",
52+
"lint-staged": "^13.0.3",
5353
"prettier": "^2.2.1",
5454
"semantic-release": "^19.0.2",
55-
"ts-jest": "^27.0.1",
55+
"ts-jest": "^28.0.5",
5656
"typescript": "^4.2.3"
5757
},
5858
"devDependencies": {

0 commit comments

Comments
 (0)