From df2e504436548048921de4c2e1421444f94b173d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 22:31:19 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- .tool-versions | 2 +- package.json | 64 +++++++++++++++++------------------ packages/server/package.json | 2 +- 5 files changed, 36 insertions(+), 36 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7b4919..ea2c5da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: Setup pnpm if: ${{ steps.release.outputs.release_created }} - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v2.4.1 id: pnpm-install with: version: 7 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 80d3101..cea6ccd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: - uses: nrwl/nx-set-shas@v3 - name: Setup pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v2.4.1 id: pnpm-install with: version: 7 diff --git a/.tool-versions b/.tool-versions index 8ead549..488a9fe 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 18.16.0 +nodejs 18.20.5 diff --git a/package.json b/package.json index 8f2b279..7e80575 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "docs": "pnpm nx serve docs" }, "engines": { - "node": "18.x", - "pnpm": "7.x" + "node": "18.20.5", + "pnpm": "7.33.7" }, "config": { "commitizen": { @@ -27,26 +27,26 @@ ] }, "dependencies": { - "@docusaurus/core": "2.4.0", - "@docusaurus/preset-classic": "2.4.0", - "@emotion/react": "^11.10.6", - "@emotion/styled": "^11.10.6", + "@docusaurus/core": "2.4.3", + "@docusaurus/preset-classic": "2.4.3", + "@emotion/react": "^11.13.3", + "@emotion/styled": "^11.13.0", "@mdx-js/react": "^1.6.22", - "@sapphire/docusaurus-plugin-npm2yarn2pnpm": "^1.1.4", - "ajv": "^8.12.0", + "@sapphire/docusaurus-plugin-npm2yarn2pnpm": "^1.2.0", + "ajv": "^8.17.1", "clsx": "^1.2.1", "krog": "^1.3.0", "prism-react-renderer": "^1.3.5", "react": "^17.0.2", "react-dom": "^17.0.2", - "tslib": "^2.5.0", + "tslib": "^2.8.1", "ws": "^8.13.0" }, "devDependencies": { - "@commitlint/cli": "^17.6.1", - "@commitlint/config-conventional": "^17.6.1", - "@docusaurus/module-type-aliases": "2.4.0", - "@docusaurus/types": "2.4.0", + "@commitlint/cli": "^17.8.1", + "@commitlint/config-conventional": "^17.8.1", + "@docusaurus/module-type-aliases": "2.4.3", + "@docusaurus/types": "2.4.3", "@nx-plus/docusaurus": "15.0.0-rc.0", "@nx/devkit": "16.3.1", "@nx/eslint-plugin": "16.3.1", @@ -55,28 +55,28 @@ "@nx/linter": "16.3.1", "@nx/rollup": "16.3.1", "@nx/workspace": "16.3.1", - "@types/jest": "29.4.4", - "@types/node": "18.7.1", - "@types/ws": "^8.5.4", - "@typescript-eslint/eslint-plugin": "6.2.0", - "@typescript-eslint/parser": "6.2.0", - "chalk": "^5.2.0", - "cz-git": "^1.6.1", - "docusaurus-plugin-typedoc": "^0.19.2", - "eslint": "~8.15.0", - "eslint-config-prettier": "8.1.0", + "@types/jest": "29.5.14", + "@types/node": "18.19.64", + "@types/ws": "^8.5.13", + "@typescript-eslint/eslint-plugin": "6.21.0", + "@typescript-eslint/parser": "6.21.0", + "chalk": "^5.3.0", + "cz-git": "^1.11.0", + "docusaurus-plugin-typedoc": "^0.22.0", + "eslint": "~8.57.1", + "eslint-config-prettier": "8.10.0", "husky": "^8.0.3", "is-ci": "^3.0.1", - "jest": "29.4.3", - "jest-environment-jsdom": "29.4.3", - "lint-staged": "^13.2.1", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "lint-staged": "^13.3.0", "nx": "16.3.1", - "prettier": "^2.8.7", - "ts-jest": "29.1.0", - "ts-node": "10.9.1", - "typedoc": "^0.24.8", - "typedoc-plugin-markdown": "^3.15.3", - "typescript": "5.0.4" + "prettier": "^2.8.8", + "ts-jest": "29.2.5", + "ts-node": "10.9.2", + "typedoc": "^0.26.11", + "typedoc-plugin-markdown": "^3.17.1", + "typescript": "5.6.3" }, "pnpm": { "overrides": { diff --git a/packages/server/package.json b/packages/server/package.json index 07a4c49..3abda5d 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -17,6 +17,6 @@ "socket.io" ], "peerDependencies": { - "ws": "^8.12.0" + "ws": "^8.18.0" } }