From b7d5204ddeb83355e5c84412cf93b1d57897ba06 Mon Sep 17 00:00:00 2001 From: Mayank Kumar Chaudhari Date: Fri, 8 Dec 2023 09:32:27 +0530 Subject: [PATCH] upgrade --- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- examples/app-router/package.json | 6 +++--- examples/pages-router/package.json | 4 ++-- examples/simple-multi-theme/package.json | 4 ++-- examples/tailwind/package.json | 4 ++-- lib/nextjs-themes/package.json | 12 ++++++------ package.json | 4 ++-- packages/eslint-config-custom/package.json | 4 ++-- packages/shared-ui/package.json | 4 ++-- 10 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d081e7d0..adae707c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-node@v3 with: registry-url: https://registry.npmjs.org - node-version: 18 + node-version: 20 - run: npm i -g pnpm && pnpm i name: Install dependencies # fail and not publish if any of the unit tests are failing diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1cfe96e2..4032a9cc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 registry-url: https://registry.npmjs.org - run: npm i -g pnpm && pnpm i name: Install dependencies diff --git a/examples/app-router/package.json b/examples/app-router/package.json index bb5cfe88..9caf735a 100644 --- a/examples/app-router/package.json +++ b/examples/app-router/package.json @@ -10,15 +10,15 @@ }, "dependencies": { "@mayank1513/fork-me": "^2.0.0", - "next": "^14.0.3", + "next": "^14.0.4", "nextjs-themes": "workspace:*", "react": "^18.2.0", "react-dom": "^18.2.0", "shared-ui": "workspace:*" }, "devDependencies": { - "@next/eslint-plugin-next": "^14.0.3", - "@types/node": "^20.10.3", + "@next/eslint-plugin-next": "^14.0.4", + "@types/node": "^20.10.4", "@types/react": "^18.2.42", "@types/react-dom": "^18.2.17", "eslint-config-custom": "workspace:*", diff --git a/examples/pages-router/package.json b/examples/pages-router/package.json index c3660dfe..9633b679 100644 --- a/examples/pages-router/package.json +++ b/examples/pages-router/package.json @@ -9,14 +9,14 @@ "lint": "next lint" }, "dependencies": { - "next": "^14.0.3", + "next": "^14.0.4", "nextjs-themes": "workspace:*", "react": "^18.2.0", "react-dom": "^18.2.0", "shared-ui": "workspace:*" }, "devDependencies": { - "@types/node": "^20.10.3", + "@types/node": "^20.10.4", "@types/react": "^18.2.42", "@types/react-dom": "^18.2.17", "eslint-config-custom": "workspace:*", diff --git a/examples/simple-multi-theme/package.json b/examples/simple-multi-theme/package.json index e2b6c0ff..b3dd85cc 100644 --- a/examples/simple-multi-theme/package.json +++ b/examples/simple-multi-theme/package.json @@ -9,14 +9,14 @@ "lint": "next lint" }, "dependencies": { - "next": "^14.0.3", + "next": "^14.0.4", "nextjs-themes": "workspace:*", "react": "^18.2.0", "react-dom": "^18.2.0", "shared-ui": "workspace:*" }, "devDependencies": { - "@types/node": "^20.10.3", + "@types/node": "^20.10.4", "@types/react": "^18.2.42", "@types/react-dom": "^18.2.17", "eslint-config-custom": "workspace:*", diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index 2cd04be9..822411e3 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -10,13 +10,13 @@ }, "dependencies": { "@mayank1513/fork-me": "^2.0.0", - "next": "14.0.3", + "next": "14.0.4", "nextjs-themes": "workspace:*", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/node": "^20.10.3", + "@types/node": "^20.10.4", "@types/react": "^18.2.42", "@types/react-dom": "^18.2.17", "autoprefixer": "^10.4.16", diff --git a/lib/nextjs-themes/package.json b/lib/nextjs-themes/package.json index d674992c..6ec3ffff 100644 --- a/lib/nextjs-themes/package.json +++ b/lib/nextjs-themes/package.json @@ -25,26 +25,26 @@ }, "devDependencies": { "@testing-library/react": "^14.1.2", - "@turbo/gen": "^1.11.0", - "@types/node": "^20.10.3", + "@turbo/gen": "^1.11.1", + "@types/node": "^20.10.4", "@types/react": "^18.2.42", "@types/react-dom": "^18.2.17", "@vitejs/plugin-react": "^4.2.1", - "@vitest/coverage-v8": "^1.0.1", + "@vitest/coverage-v8": "^1.0.2", "esbuild-plugin-ignoretests": "^0.0.7", "esbuild-plugin-removetestid": "^0.0.5", "esbuild-react18-useclient": "^1.0.7", "eslint-config-custom": "workspace:*", "jsdom": "^23.0.1", - "next": "^14.0.3", + "next": "^14.0.4", "octokit": "^3.1.2", "react": "^18.2.0", "tsconfig": "workspace:*", "tsup": "^8.0.1", "typedoc": "^0.25.4", "typescript": "5.3.3", - "vite-tsconfig-paths": "^4.2.1", - "vitest": "^1.0.1" + "vite-tsconfig-paths": "^4.2.2", + "vitest": "^1.0.2" }, "dependencies": { "persist-and-sync": "^1.1.1", diff --git a/package.json b/package.json index 795344fb..14437324 100644 --- a/package.json +++ b/package.json @@ -10,11 +10,11 @@ }, "devDependencies": { "@changesets/cli": "^2.27.1", - "@turbo/gen": "^1.11.0", + "@turbo/gen": "^1.11.1", "eslint": "^8.55.0", "eslint-config-custom": "workspace:*", "prettier": "^3.1.0", - "turbo": "^1.11.0" + "turbo": "^1.11.1" }, "packageManager": "pnpm@8.6.10", "name": "theme-switch" diff --git a/packages/eslint-config-custom/package.json b/packages/eslint-config-custom/package.json index 795266ee..3548639e 100644 --- a/packages/eslint-config-custom/package.json +++ b/packages/eslint-config-custom/package.json @@ -4,9 +4,9 @@ "main": "index.js", "license": "MIT", "dependencies": { - "eslint-config-next": "^14.0.3", + "eslint-config-next": "^14.0.4", "eslint-config-prettier": "^9.1.0", - "eslint-config-turbo": "^1.11.0", + "eslint-config-turbo": "^1.11.1", "eslint-plugin-react": "7.33.2" }, "publishConfig": { diff --git a/packages/shared-ui/package.json b/packages/shared-ui/package.json index 8ef448e6..e66b5d14 100644 --- a/packages/shared-ui/package.json +++ b/packages/shared-ui/package.json @@ -11,11 +11,11 @@ }, "devDependencies": { "@mayank1513/fork-me": "^2.0.0", - "@types/node": "^20.10.3", + "@types/node": "^20.10.4", "@types/react": "^18.2.42", "@types/react-dom": "^18.2.17", "eslint-config-custom": "workspace:*", - "next": "^14.0.3", + "next": "^14.0.4", "nextjs-themes": "workspace:*", "react": "^18.2.0", "tsconfig": "workspace:*",