diff --git a/.github/workflows/test-application.yml b/.github/workflows/test-application.yml index 7c79448..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.4.0 + uses: actions/checkout@v3.5.0 - name: Use Node 14 - uses: actions/setup-node@v2.5.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 4fa2531..80a7e66 100644 --- a/package.json +++ b/package.json @@ -64,32 +64,32 @@ "@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/react": "^14.0.0", "@types/jest": "^27.4.0", - "@types/node": "^17.0.9", + "@types/node": "^18.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": "^3.0.0", "eslint": "^8.7.0", "eslint-config-prettier": "^8.3.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": "^8.0.0", "identity-obj-proxy": "^3.0.0", "jest": "^27.4.7", - "lint-staged": "^12.1.7", + "lint-staged": "^13.0.0", "npm-run-all": "^4.1.5", "prettier": "^2.5.1", "react-test-renderer": "^17.0.2", - "rimraf": "^3.0.2", + "rimraf": "^4.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": "^4.0.0" } }