Skip to content

Commit 26e24e8

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

File tree

4 files changed

+258
-114
lines changed

4 files changed

+258
-114
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@v3.0.2
1717
- name: Use Node 14
18-
uses: actions/setup-node@v2.5.1
18+
uses: actions/setup-node@v3.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+
16

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -64,25 +64,25 @@
6464
"@jdp-dev/prettier-config": "^1.2.0",
6565
"@jdp-dev/tsconfig": "^1.2.0",
6666
"@testing-library/jest-dom": "^5.16.1",
67-
"@testing-library/react": "^12.1.2",
67+
"@testing-library/react": "^13.0.0",
6868
"@types/jest": "^27.4.0",
6969
"@types/node": "^17.0.9",
70-
"@types/react": "^17.0.38",
71-
"@types/react-dom": "^17.0.11",
70+
"@types/react": "^18.0.0",
71+
"@types/react-dom": "^18.0.0",
7272
"@typescript-eslint/eslint-plugin": "^5.10.0",
7373
"@typescript-eslint/parser": "^5.10.0",
7474
"@vitejs/plugin-react": "^1.1.4",
7575
"eslint": "^8.7.0",
7676
"eslint-config-prettier": "^8.3.0",
7777
"eslint-plugin-import": "^2.25.4",
78-
"eslint-plugin-jest": "^25.7.0",
78+
"eslint-plugin-jest": "^26.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": "^13.0.0",
8686
"npm-run-all": "^4.1.5",
8787
"prettier": "^2.5.1",
8888
"react-test-renderer": "^17.0.2",

0 commit comments

Comments
 (0)