Skip to content

Commit 64c8331

Browse files
chore(deps): update all
1 parent 6c94bcc commit 64c8331

4 files changed

Lines changed: 6221 additions & 5653 deletions

File tree

.github/workflows/test-application.yml

Lines changed: 2 additions & 2 deletions
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.3.4
16+
uses: actions/checkout@v4.1.7
1717
- name: Use Node 14
18-
uses: actions/setup-node@v2.4.1
18+
uses: actions/setup-node@v4.0.2
1919
with:
2020
node-version: 14
2121
- name: Install dependencies with yarn

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14
1+
20

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,35 +60,35 @@
6060
"devDependencies": {
6161
"@commitlint/cli": "^13.2.0",
6262
"@commitlint/config-conventional": "^13.0.0",
63-
"@jdp-dev/commitlint-config": "^0.0.19",
64-
"@jdp-dev/eslint-config-typescript-react": "^0.0.19",
65-
"@jdp-dev/prettier-config": "^0.0.19",
66-
"@jdp-dev/tsconfig": "^0.0.19",
63+
"@jdp-dev/commitlint-config": "^1.0.0",
64+
"@jdp-dev/eslint-config-typescript-react": "^1.0.0",
65+
"@jdp-dev/prettier-config": "^1.0.0",
66+
"@jdp-dev/tsconfig": "^1.0.0",
6767
"@testing-library/jest-dom": "^5.14.1",
6868
"@testing-library/react": "^12.1.1",
6969
"@types/jest": "^27.0.2",
70-
"@types/node": "^16.10.2",
70+
"@types/node": "^20.0.0",
7171
"@types/react": "^17.0.26",
7272
"@types/react-dom": "^17.0.9",
7373
"@typescript-eslint/eslint-plugin": "^4.29.0",
7474
"@typescript-eslint/parser": "^4.32.0",
7575
"eslint": "^7.32.0",
76-
"eslint-config-prettier": "^8.3.0",
76+
"eslint-config-prettier": "^9.0.0",
7777
"eslint-plugin-import": "^2.24.2",
7878
"eslint-plugin-jsx-a11y": "^6.4.1",
7979
"eslint-plugin-react": "^7.26.1",
8080
"eslint-plugin-react-hooks": "^4.2.0",
81-
"husky": "^7.0.2",
82-
"lint-staged": "^11.1.2",
81+
"husky": "^9.0.0",
82+
"lint-staged": "^15.0.0",
8383
"node-sass": "^6.0.1",
8484
"npm-run-all": "^4.1.5",
85-
"prettier": "^2.3.2",
86-
"react-scripts": "^4.0.3",
85+
"prettier": "^3.0.0",
86+
"react-scripts": "^5.0.0",
8787
"react-test-renderer": "^17.0.2",
88-
"rimraf": "^3.0.2",
89-
"serve": "^12.0.1",
88+
"rimraf": "^5.0.0",
89+
"serve": "^14.0.0",
9090
"standard-version": "^9.3.1",
91-
"typescript": "^4.4.3"
91+
"typescript": "^5.0.0"
9292
},
9393
"jest": {
9494
"collectCoverageFrom": [

0 commit comments

Comments
 (0)