Skip to content

Commit 7c1943c

Browse files
chore(deps): update all
1 parent c2b897c commit 7c1943c

File tree

4 files changed

+1396
-493
lines changed

4 files changed

+1396
-493
lines changed

.github/workflows/test-application.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v2.4.0
16+
uses: actions/checkout@v4.1.1
1717
- name: Use Node 14
18-
uses: actions/setup-node@v2.5.1
18+
uses: actions/setup-node@v4.0.1
1919
with:
2020
node-version: 14
2121
- name: Install dependencies with yarn

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14
1+
20

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -63,33 +63,33 @@
6363
"@jdp-dev/eslint-config-typescript-react": "^1.2.0",
6464
"@jdp-dev/prettier-config": "^1.2.0",
6565
"@jdp-dev/tsconfig": "^1.2.0",
66-
"@testing-library/jest-dom": "^5.16.1",
67-
"@testing-library/react": "^12.1.2",
66+
"@testing-library/jest-dom": "^6.0.0",
67+
"@testing-library/react": "^14.0.0",
6868
"@types/jest": "^27.4.0",
69-
"@types/node": "^17.0.9",
69+
"@types/node": "^20.0.0",
7070
"@types/react": "^17.0.38",
7171
"@types/react-dom": "^17.0.11",
7272
"@typescript-eslint/eslint-plugin": "^5.10.0",
7373
"@typescript-eslint/parser": "^5.10.0",
74-
"@vitejs/plugin-react": "^1.1.4",
74+
"@vitejs/plugin-react": "^4.0.0",
7575
"eslint": "^8.7.0",
76-
"eslint-config-prettier": "^8.3.0",
76+
"eslint-config-prettier": "^9.0.0",
7777
"eslint-plugin-import": "^2.25.4",
78-
"eslint-plugin-jest": "^25.7.0",
78+
"eslint-plugin-jest": "^27.0.0",
7979
"eslint-plugin-jsx-a11y": "^6.5.1",
8080
"eslint-plugin-react": "^7.28.0",
8181
"eslint-plugin-react-hooks": "^4.3.0",
82-
"husky": "^7.0.4",
82+
"husky": "^8.0.0",
8383
"identity-obj-proxy": "^3.0.0",
8484
"jest": "^27.4.7",
85-
"lint-staged": "^12.1.7",
85+
"lint-staged": "^15.0.0",
8686
"npm-run-all": "^4.1.5",
87-
"prettier": "^2.5.1",
87+
"prettier": "^3.0.0",
8888
"react-test-renderer": "^17.0.2",
89-
"rimraf": "^3.0.2",
89+
"rimraf": "^5.0.0",
9090
"standard-version": "^9.3.2",
9191
"ts-jest": "^27.1.3",
92-
"typescript": "^4.5.4",
93-
"vite": "^2.7.12"
92+
"typescript": "^5.0.0",
93+
"vite": "^5.0.0"
9494
}
9595
}

0 commit comments

Comments
 (0)