Skip to content

Commit dbd2de0

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

File tree

4 files changed

+1130
-431
lines changed

4 files changed

+1130
-431
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.2.2
1717
- name: Use Node 14
18-
uses: actions/setup-node@v2.5.1
18+
uses: actions/setup-node@v4.3.0
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+
22

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -66,30 +66,30 @@
6666
"@testing-library/jest-dom": "^5.16.1",
6767
"@testing-library/react": "^12.1.2",
6868
"@types/jest": "^27.4.0",
69-
"@types/node": "^17.0.9",
69+
"@types/node": "^22.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": "^10.0.0",
7777
"eslint-plugin-import": "^2.25.4",
78-
"eslint-plugin-jest": "^25.7.0",
78+
"eslint-plugin-jest": "^28.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": "^9.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": "^6.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": "^6.0.0"
9494
}
9595
}

0 commit comments

Comments
 (0)