Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all (major) #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test-application.yml
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4.1.4
- name: Use Node 14
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v4.0.2
with:
node-version: 14
- name: Install dependencies with yarn
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
14
20
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -60,35 +60,35 @@
"devDependencies": {
"@commitlint/cli": "^13.2.0",
"@commitlint/config-conventional": "^13.0.0",
"@jdp-dev/commitlint-config": "^0.0.19",
"@jdp-dev/eslint-config-typescript-react": "^0.0.19",
"@jdp-dev/prettier-config": "^0.0.19",
"@jdp-dev/tsconfig": "^0.0.19",
"@jdp-dev/commitlint-config": "^1.0.0",
"@jdp-dev/eslint-config-typescript-react": "^1.0.0",
"@jdp-dev/prettier-config": "^1.0.0",
"@jdp-dev/tsconfig": "^1.0.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.1",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.2",
"@types/node": "^20.0.0",
"@types/react": "^17.0.26",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.32.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"husky": "^9.0.0",
"lint-staged": "^15.0.0",
"node-sass": "^6.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2",
"react-scripts": "^4.0.3",
"prettier": "^3.0.0",
"react-scripts": "^5.0.0",
"react-test-renderer": "^17.0.2",
"rimraf": "^3.0.2",
"serve": "^12.0.1",
"rimraf": "^5.0.0",
"serve": "^14.0.0",
"standard-version": "^9.3.1",
"typescript": "^4.4.3"
"typescript": "^5.0.0"
},
"jest": {
"collectCoverageFrom": [
Expand Down