Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 4efc908

Browse files
authoredMar 5, 2024··
feat(deps): update dependencies and require Node >=18.18 (#97)
1 parent efd1b85 commit 4efc908

File tree

2 files changed

+1575
-1776
lines changed

2 files changed

+1575
-1776
lines changed
 

‎package.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -37,37 +37,37 @@
3737
},
3838
"prettier": "./prettier",
3939
"dependencies": {
40-
"@babel/core": "^7.22.11",
41-
"@babel/eslint-parser": "^7.22.11",
42-
"@rushstack/eslint-patch": "^1.3.3",
43-
"@typescript-eslint/eslint-plugin": "^6.5.0",
44-
"@typescript-eslint/parser": "^6.5.0",
45-
"eslint-config-prettier": "^9.0.0",
40+
"@babel/core": "^7.24.0",
41+
"@babel/eslint-parser": "^7.23.10",
42+
"@rushstack/eslint-patch": "^1.7.2",
43+
"@typescript-eslint/eslint-plugin": "^6.21.0",
44+
"@typescript-eslint/parser": "^6.21.0",
45+
"eslint-config-prettier": "^9.1.0",
4646
"eslint-import-resolver-alias": "^1.1.2",
47-
"eslint-import-resolver-typescript": "^3.6.0",
47+
"eslint-import-resolver-typescript": "^3.6.1",
4848
"eslint-plugin-eslint-comments": "^3.2.0",
49-
"eslint-plugin-import": "^2.28.1",
50-
"eslint-plugin-jest": "^27.2.3",
51-
"eslint-plugin-jsx-a11y": "^6.7.1",
52-
"eslint-plugin-playwright": "^1.5.1",
53-
"eslint-plugin-react": "^7.33.2",
49+
"eslint-plugin-import": "^2.29.1",
50+
"eslint-plugin-jest": "^27.9.0",
51+
"eslint-plugin-jsx-a11y": "^6.8.0",
52+
"eslint-plugin-playwright": "^1.5.2",
53+
"eslint-plugin-react": "^7.34.0",
5454
"eslint-plugin-react-hooks": "^4.6.0",
55-
"eslint-plugin-testing-library": "^6.0.1",
55+
"eslint-plugin-testing-library": "^6.2.0",
5656
"eslint-plugin-tsdoc": "^0.2.17",
57-
"eslint-plugin-unicorn": "^48.0.1",
57+
"eslint-plugin-unicorn": "^51.0.1",
5858
"eslint-plugin-vitest": "^0.3.22",
59-
"prettier-plugin-packagejson": "^2.4.5"
59+
"prettier-plugin-packagejson": "^2.4.12"
6060
},
6161
"devDependencies": {
62-
"@commitlint/cli": "^17.7.1",
63-
"@commitlint/config-conventional": "^17.7.0",
62+
"@commitlint/cli": "^19.0.3",
63+
"@commitlint/config-conventional": "^19.0.3",
6464
"@semantic-release/git": "^10.0.1",
65-
"eslint": "^8.48.0",
66-
"husky": "^8.0.3",
67-
"lint-staged": "^14.0.1",
68-
"prettier": "^3.0.2",
69-
"semantic-release": "^21.1.1",
70-
"typescript": "^5.2.2"
65+
"eslint": "^8.57.0",
66+
"husky": "^9.0.11",
67+
"lint-staged": "^15.2.2",
68+
"prettier": "^3.2.5",
69+
"semantic-release": "^23.0.2",
70+
"typescript": "^5.3.3"
7171
},
7272
"peerDependencies": {
7373
"@next/eslint-plugin-next": ">=12.3.0 <15.0.0-0",
@@ -89,9 +89,9 @@
8989
"optional": true
9090
}
9191
},
92-
"packageManager": "pnpm@8.7.0",
92+
"packageManager": "pnpm@8.15.4",
9393
"engines": {
94-
"node": ">=16"
94+
"node": ">=18.18"
9595
},
9696
"publishConfig": {
9797
"access": "public"

‎pnpm-lock.yaml

+1,550-1,751
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
This repository has been archived.