Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Dec 8, 2023
1 parent 73f2cc5 commit b7d5204
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions examples/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down
4 changes: 2 additions & 2 deletions examples/pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down
4 changes: 2 additions & 2 deletions examples/simple-multi-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down
4 changes: 2 additions & 2 deletions examples/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions lib/nextjs-themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]",
"name": "theme-switch"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/shared-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down

0 comments on commit b7d5204

Please sign in to comment.