Skip to content

Commit

Permalink
chore(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 20, 2024
1 parent c2b897c commit 5ab5d39
Show file tree
Hide file tree
Showing 4 changed files with 1,449 additions and 491 deletions.
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.4.0
uses: actions/checkout@v4.1.1
- name: Use Node 14
uses: actions/setup-node@v2.5.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
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -63,33 +63,33 @@
"@jdp-dev/eslint-config-typescript-react": "^1.2.0",
"@jdp-dev/prettier-config": "^1.2.0",
"@jdp-dev/tsconfig": "^1.2.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.9",
"@types/node": "^20.0.0",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@vitejs/plugin-react": "^1.1.4",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-jest": "^27.0.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.4",
"husky": "^9.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.7",
"lint-staged": "^12.1.7",
"lint-staged": "^15.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"prettier": "^3.0.0",
"react-test-renderer": "^17.0.2",
"rimraf": "^3.0.2",
"rimraf": "^5.0.0",
"standard-version": "^9.3.2",
"ts-jest": "^27.1.3",
"typescript": "^4.5.4",
"vite": "^2.7.12"
"typescript": "^5.0.0",
"vite": "^5.0.0"
}
}

0 comments on commit 5ab5d39

Please sign in to comment.