Skip to content

Commit

Permalink
feat(deps): update dependencies and minimum Node version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node 18.18 is now the minimum required version
  • Loading branch information
mrmckeb committed Mar 5, 2024
1 parent 325b65a commit 2972e45
Show file tree
Hide file tree
Showing 2 changed files with 1,575 additions and 1,776 deletions.
50 changes: 25 additions & 25 deletions package.json
Expand Up @@ -37,37 +37,37 @@
},
"prettier": "./prettier",
"dependencies": {
"@babel/core": "^7.22.11",
"@babel/eslint-parser": "^7.22.11",
"@rushstack/eslint-patch": "^1.3.3",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint-config-prettier": "^9.0.0",
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.23.10",
"@rushstack/eslint-patch": "^1.7.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-playwright": "^1.5.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-playwright": "^1.5.2",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.0.1",
"eslint-plugin-testing-library": "^6.2.0",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-vitest": "^0.3.22",
"prettier-plugin-packagejson": "^2.4.5"
"prettier-plugin-packagejson": "^2.4.12"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@semantic-release/git": "^10.0.1",
"eslint": "^8.48.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.2",
"semantic-release": "^21.1.1",
"typescript": "^5.2.2"
"eslint": "^8.57.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"semantic-release": "^23.0.2",
"typescript": "^5.3.3"
},
"peerDependencies": {
"@next/eslint-plugin-next": ">=12.3.0 <15.0.0-0",
Expand All @@ -89,9 +89,9 @@
"optional": true
}
},
"packageManager": "pnpm@8.7.0",
"packageManager": "pnpm@8.15.4",
"engines": {
"node": ">=16"
"node": ">=18.18"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 2972e45

Please sign in to comment.