Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jun 13, 2024
1 parent 8854911 commit e159024
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 63 deletions.
14 changes: 7 additions & 7 deletions examples/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
},
"dependencies": {
"@mayank1513/fork-me": "^2.1.2",
"next": "^14.2.2",
"next": "^14.2.4",
"nextjs-themes": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"shared-ui": "workspace:*"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.2",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@next/eslint-plugin-next": "^14.2.4",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "^5.4.5"
Expand Down
12 changes: 6 additions & 6 deletions examples/pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"lint": "next lint"
},
"dependencies": {
"next": "^14.2.2",
"next": "^14.2.4",
"nextjs-themes": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"shared-ui": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "^5.4.5"
Expand Down
12 changes: 6 additions & 6 deletions examples/simple-multi-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"lint": "next lint"
},
"dependencies": {
"next": "^14.2.2",
"next": "^14.2.4",
"nextjs-themes": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"shared-ui": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "^5.4.5"
Expand Down
16 changes: 8 additions & 8 deletions examples/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
},
"dependencies": {
"@mayank1513/fork-me": "^2.1.2",
"next": "14.2.2",
"next": "14.2.4",
"nextjs-themes": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.1.0",
"eslint": "^9.4.0",
"eslint-config-custom": "workspace:*",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"tsconfig": "workspace:*",
"typescript": "^5.4.5"
}
Expand Down
24 changes: 12 additions & 12 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"dependencies": {
"@mayank1513/fork-me": "^2.1.2",
"nextjs-themes": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1",
"shared-ui": "workspace:*"
},
"devDependencies": {
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "^9.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^9.4.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"typescript": "^5.4.5",
"vite": "^5.2.10"
"vite": "^5.2.13"
}
}
30 changes: 15 additions & 15 deletions lib/nextjs-themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@
"lint": "eslint . --quiet"
},
"devDependencies": {
"@testing-library/react": "^15.0.2",
"@turbo/gen": "^1.13.2",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.5.0",
"esbuild-plugin-react18": "^0.1.0",
"@testing-library/react": "^16.0.0",
"@turbo/gen": "^2.0.3",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^1.6.0",
"esbuild-plugin-react18": "^0.2.4",
"eslint-config-custom": "workspace:*",
"jsdom": "^24.0.0",
"next": "^14.2.2",
"octokit": "^3.2.0",
"react": "^18.2.0",
"jsdom": "^24.1.0",
"next": "^14.2.4",
"octokit": "^4.0.2",
"react": "^18.3.1",
"tsconfig": "workspace:*",
"tsup": "^8.0.2",
"tsup": "^8.1.0",
"typedoc": "^0.25.13",
"typescript": "5.4.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
},
"dependencies": {
"r18gs": "^0.1.3"
"r18gs": "^1.1.0"
},
"peerDependencies": {
"@types/react": "16.8 - 18",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"eslint-config-next": "^14.2.2",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.13.2",
"eslint-plugin-react": "7.34.1"
"eslint-config-turbo": "^2.0.3",
"eslint-plugin-react": "7.34.2"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions packages/shared-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
},
"devDependencies": {
"@mayank1513/fork-me": "^2.1.2",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint-config-custom": "workspace:*",
"next": "^14.2.2",
"next": "^14.2.4",
"nextjs-themes": "workspace:*",
"react": "^18.2.0",
"react": "^18.3.1",
"tsconfig": "workspace:*",
"typescript": "5.4.5"
},
"dependencies": {
"eslint": "^9.1.0"
"eslint": "^9.4.0"
}
}

0 comments on commit e159024

Please sign in to comment.