From de9e543876edc3343a2c35b42e959d4f77ec7e81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 19:18:55 +0000 Subject: [PATCH] chore(deps): update non-major --- .github/workflows/main.yml | 8 ++++---- docs/package.json | 6 +++--- package.json | 38 +++++++++++++++++++------------------- 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 91b212e..1f49a4a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,8 +18,8 @@ jobs: platform: [ubuntu-latest, macos-latest] node-version: [lts/*, current] steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: node-version: ${{ matrix.node-version }} - run: npm i pnpm@latest -g @@ -33,12 +33,12 @@ jobs: needs: test runs-on: ubuntu-latest steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: # Need to fetch entire commit history to # analyze every commit since last release fetch-depth: 0 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: node-version: lts/* - run: npm i pnpm@latest -g diff --git a/docs/package.json b/docs/package.json index 530fc72..e77d843 100644 --- a/docs/package.json +++ b/docs/package.json @@ -18,11 +18,11 @@ "react-router-dom": "^6.8.1" }, "devDependencies": { - "@tailwindcss/typography": "^0.5.9", + "@tailwindcss/typography": "^0.5.10", "@vitejs/plugin-react": "^3.1.0", - "autoprefixer": "^10.4.13", + "autoprefixer": "^10.4.16", "postcss": "^8.4.21", - "tailwindcss": "^3.2.6", + "tailwindcss": "^3.3.5", "vite": "^4.1.1" } } diff --git a/package.json b/package.json index 37d982e..4fe431f 100644 --- a/package.json +++ b/package.json @@ -60,33 +60,33 @@ "docs" ], "devDependencies": { - "@commitlint/cli": "^17.4.3", - "@commitlint/config-conventional": "^17.4.3", - "@sanity/color": "2.2.3", - "@sanity/pkg-utils": "^2.2.5", - "@sanity/semantic-release-preset": "^4.0.0", + "@commitlint/cli": "^17.8.1", + "@commitlint/config-conventional": "^17.8.1", + "@sanity/color": "2.2.5", + "@sanity/pkg-utils": "^2.4.10", + "@sanity/semantic-release-preset": "^4.1.6", "@types/node": "^18.13.0", - "@types/react": "^18.0.28", - "@types/react-dom": "^18.0.11", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", + "@types/react": "^18.2.41", + "@types/react-dom": "^18.2.17", + "@typescript-eslint/eslint-plugin": "^5.62.0", + "@typescript-eslint/parser": "^5.62.0", "commitizen": "^4.3.0", "cz-conventional-changelog": "^3.3.0", - "eslint": "^8.34.0", - "eslint-config-prettier": "^8.6.0", - "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jsx-a11y": "^6.7.1", + "eslint": "^8.55.0", + "eslint-config-prettier": "^8.10.0", + "eslint-plugin-import": "^2.29.0", + "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-react": "^7.32.2", + "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "husky": "^8.0.3", "lint-staged": "^13.1.2", "postcss": "^8.4.21", - "prettier": "^2.8.4", - "prettier-plugin-tailwindcss": "^0.2.2", - "rimraf": "^4.1.2", - "semantic-release": "^20.1.0", - "tailwindcss": "^3.2.6", + "prettier": "^2.8.8", + "prettier-plugin-tailwindcss": "^0.5.7", + "rimraf": "^4.4.1", + "semantic-release": "^20.1.3", + "tailwindcss": "^3.3.5", "typescript": "^4.9.5" }, "peerDependencies": {