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 Jun 18, 2022
1 parent 6c94bcc commit fe579df
Show file tree
Hide file tree
Showing 4 changed files with 5,022 additions and 5,631 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.3.4
uses: actions/checkout@v3.0.2
- name: Use Node 14
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v3.3.0
with:
node-version: 14
- name: Install dependencies with yarn
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
14
16
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -60,33 +60,33 @@
"devDependencies": {
"@commitlint/cli": "^13.2.0",
"@commitlint/config-conventional": "^13.0.0",
"@jdp-dev/commitlint-config": "^0.0.19",
"@jdp-dev/eslint-config-typescript-react": "^0.0.19",
"@jdp-dev/prettier-config": "^0.0.19",
"@jdp-dev/tsconfig": "^0.0.19",
"@jdp-dev/commitlint-config": "^1.0.0",
"@jdp-dev/eslint-config-typescript-react": "^1.0.0",
"@jdp-dev/prettier-config": "^1.0.0",
"@jdp-dev/tsconfig": "^1.0.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.1",
"@testing-library/react": "^13.0.0",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.2",
"@types/react": "^17.0.26",
"@types/react-dom": "^17.0.9",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.32.0",
"eslint": "^7.32.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"husky": "^8.0.0",
"lint-staged": "^13.0.0",
"node-sass": "^6.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2",
"react-scripts": "^4.0.3",
"react-scripts": "^5.0.0",
"react-test-renderer": "^17.0.2",
"rimraf": "^3.0.2",
"serve": "^12.0.1",
"serve": "^13.0.0",
"standard-version": "^9.3.1",
"typescript": "^4.4.3"
},
Expand Down

0 comments on commit fe579df

Please sign in to comment.