From 12d7602364873c3a8ea6dafa539bde22db4e7ca6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 22:37:01 +0000 Subject: [PATCH] chore(deps): update all --- .github/workflows/test-application.yml | 4 ++-- .nvmrc | 2 +- package.json | 26 +++++++++++++------------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/test-application.yml b/.github/workflows/test-application.yml index 139f38e..2771819 100644 --- a/.github/workflows/test-application.yml +++ b/.github/workflows/test-application.yml @@ -13,9 +13,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.5.0 - name: Use Node 14 - uses: actions/setup-node@v2.4.1 + uses: actions/setup-node@v3.6.0 with: node-version: 14 - name: Install dependencies with yarn diff --git a/.nvmrc b/.nvmrc index 8351c19..3c03207 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -14 +18 diff --git a/package.json b/package.json index 935e48e..73e5b19 100644 --- a/package.json +++ b/package.json @@ -60,35 +60,35 @@ "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": "^14.0.0", "@types/jest": "^27.0.2", - "@types/node": "^16.10.2", + "@types/node": "^18.0.0", "@types/react": "^17.0.26", "@types/react-dom": "^17.0.9", "@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", + "rimraf": "^4.0.0", + "serve": "^14.0.0", "standard-version": "^9.3.1", - "typescript": "^4.4.3" + "typescript": "^5.0.0" }, "jest": { "collectCoverageFrom": [