Skip to content

Commit 5ea2b82

Browse files
chore(deps): update devdependencies (#89)
* chore(deps): update devdependencies * yarn dedup --------- Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com> Co-authored-by: Omer Cohen <[email protected]>
1 parent de2f116 commit 5ea2b82

File tree

3 files changed

+2933
-2657
lines changed

3 files changed

+2933
-2657
lines changed

package.json

+21-26
Original file line numberDiff line numberDiff line change
@@ -11,48 +11,48 @@
1111
"react": "18.2.0",
1212
"react-dom": "18.2.0",
1313
"react-scripts": "5.0.1",
14-
"typescript": "<5.2.3",
1514
"usehooks-ts": "2.9.1",
1615
"web-vitals": "3.4.0"
1716
},
1817
"devDependencies": {
1918
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
20-
"@babel/preset-env": "^7.22.6",
21-
"@babel/preset-react": "^7.22.5",
22-
"@testing-library/jest-dom": "^6.0.0",
23-
"@testing-library/react": "^14.0.0",
19+
"@babel/preset-env": "7.22.6",
20+
"@babel/preset-react": "7.22.5",
21+
"@testing-library/jest-dom": "6.0.0",
22+
"@testing-library/react": "14.0.0",
2423
"@testing-library/user-event": "14.4.3",
25-
"@types/jest": "29.5.3",
26-
"@types/node": "18.17.5",
27-
"@types/react": "18.2.20",
24+
"@types/jest": "29.5.4",
25+
"@types/node": "18.17.14",
26+
"@types/react": "18.2.21",
2827
"@types/react-dom": "18.2.7",
29-
"@typescript-eslint/eslint-plugin": "^6.0.0",
30-
"@typescript-eslint/parser": "^6.0.0",
31-
"babel-plugin-transform-export-extensions": "^6.22.0",
32-
"eslint": "^8.44.0",
28+
"@typescript-eslint/eslint-plugin": "6.0.0",
29+
"@typescript-eslint/parser": "6.0.0",
30+
"babel-plugin-transform-export-extensions": "6.22.0",
31+
"eslint": "8.44.0",
3332
"eslint-config-airbnb": "19.0.4",
3433
"eslint-config-airbnb-typescript": "17.1.0",
3534
"eslint-config-prettier": "9.0.0",
3635
"eslint-config-standard": "17.1.0",
3736
"eslint-import-resolver-typescript": "3.6.0",
38-
"eslint-plugin-import": "2.28.0",
37+
"eslint-plugin-import": "2.28.1",
3938
"eslint-plugin-jest": "27.2.3",
40-
"eslint-plugin-jest-dom": "5.0.2",
39+
"eslint-plugin-jest-dom": "5.1.0",
4140
"eslint-plugin-jest-formatting": "3.1.0",
4241
"eslint-plugin-jsx-a11y": "6.7.1",
43-
"eslint-plugin-n": "16.0.1",
42+
"eslint-plugin-n": "16.0.2",
4443
"eslint-plugin-no-only-tests": "3.1.0",
4544
"eslint-plugin-prefer-arrow": "1.2.3",
4645
"eslint-plugin-prettier": "5.0.0",
4746
"eslint-plugin-promise": "6.1.1",
48-
"eslint-plugin-react": "7.33.0",
47+
"eslint-plugin-react": "7.33.2",
4948
"eslint-plugin-react-hooks": "4.6.0",
5049
"eslint-plugin-security": "1.7.1",
51-
"eslint-plugin-testing-library": "6.0.0",
52-
"husky": "^8.0.3",
53-
"jest": "^29.0.0",
54-
"lint-staged": "^14.0.0",
55-
"prettier": "3.0.2"
50+
"eslint-plugin-testing-library": "6.0.1",
51+
"husky": "8.0.3",
52+
"jest": "29.0.0",
53+
"lint-staged": "14.0.0",
54+
"prettier": "3.0.3",
55+
"typescript": "<5.2.0"
5656
},
5757
"scripts": {
5858
"prepare": "husky install",
@@ -93,11 +93,6 @@
9393
"engines": {
9494
"yarn": ">=1.22.0"
9595
},
96-
"overrides": {
97-
"dependencies": {
98-
"typescript": "<5.2.3"
99-
}
100-
},
10196
"homepage": "login",
10297
"jest": {
10398
"collectCoverageFrom": [

renovate.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["local>descope/renovate-config"]
3+
"extends": ["local>descope/renovate-config"],
4+
"postUpdateOptions": ["yarnDedupeHighest"]
45
}

0 commit comments

Comments
 (0)