diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 036fb7e828..611d1709db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '21.x' check-latest: true @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '21.x' check-latest: true diff --git a/package.json b/package.json index 9d1942dd9e..31f06a9f74 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@babel/runtime": "^7.21.5", - "@biomejs/biome": "1.3.1", + "@biomejs/biome": "1.3.3", "@faker-js/faker": "^8.0.0", "@ianvs/prettier-plugin-sort-imports": "^4.0.2", "@linaria/rollup": "^5.0.3", @@ -74,7 +74,7 @@ "@testing-library/user-event": "^14.1.1", "@types/lodash-es": "^4.17.7", "@types/node": "^20.8.9", - "@types/react": "18.2.21", + "@types/react": "^18.2.35", "@types/react-dom": "^18.2.4", "@typescript-eslint/eslint-plugin": "^6.1.0", "@typescript-eslint/parser": "^6.1.0", @@ -88,7 +88,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-sonarjs": "^0.21.0", + "eslint-plugin-sonarjs": "^0.23.0", "eslint-plugin-testing-library": "^5.11.0", "jsdom": "^22.0.0", "jspdf": "^2.5.1",