Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Feb 19, 2024
1 parent c27e371 commit 0bbb466
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 52 deletions.
12 changes: 6 additions & 6 deletions examples/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"lint": "next lint"
},
"dependencies": {
"@mayank1513/fork-me": "^2.0.0",
"next": "^14.0.4",
"@mayank1513/fork-me": "^2.0.1",
"next": "^14.1.0",
"nextjs-themes": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"shared-ui": "workspace:*"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.4",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@next/eslint-plugin-next": "^14.1.0",
"@types/node": "^20.11.19",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "^5.3.3"
Expand Down
8 changes: 4 additions & 4 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.0.4",
"next": "^14.1.0",
"nextjs-themes": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"shared-ui": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/node": "^20.11.19",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "^5.3.3"
Expand Down
8 changes: 4 additions & 4 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.0.4",
"next": "^14.1.0",
"nextjs-themes": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"shared-ui": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/node": "^20.11.19",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "^5.3.3"
Expand Down
16 changes: 8 additions & 8 deletions examples/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
"lint": "next lint"
},
"dependencies": {
"@mayank1513/fork-me": "^2.0.0",
"next": "14.0.4",
"@mayank1513/fork-me": "^2.0.1",
"next": "14.1.0",
"nextjs-themes": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"@types/node": "^20.11.19",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"tsconfig": "workspace:*",
"typescript": "^5.3.3"
}
Expand Down
16 changes: 8 additions & 8 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"preview": "vite preview"
},
"dependencies": {
"@mayank1513/fork-me": "^2.0.0",
"@mayank1513/fork-me": "^2.0.1",
"nextjs-themes": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1",
"react-router-dom": "^6.22.1",
"shared-ui": "workspace:*"
},
"devDependencies": {
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.3.3",
"vite": "^5.0.10"
"vite": "^5.1.3"
}
}
30 changes: 15 additions & 15 deletions lib/nextjs-themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,32 +24,32 @@
"lint": "eslint . --quiet"
},
"devDependencies": {
"@testing-library/react": "^14.1.2",
"@turbo/gen": "^1.11.2",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@testing-library/react": "^14.2.1",
"@turbo/gen": "^1.12.4",
"@types/node": "^20.11.19",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.1.0",
"@vitest/coverage-v8": "^1.3.0",
"esbuild-plugin-ignoretests": "^0.0.7",
"esbuild-plugin-react18": "^0.0.6",
"esbuild-plugin-react18": "^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.4",
"jsdom": "^24.0.0",
"next": "^14.1.0",
"octokit": "^3.1.2",
"react": "^18.2.0",
"tsconfig": "workspace:*",
"tsup": "^8.0.1",
"typedoc": "^0.25.4",
"tsup": "^8.0.2",
"typedoc": "^0.25.8",
"typescript": "5.3.3",
"vite-tsconfig-paths": "^4.2.3",
"vitest": "^1.1.0"
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.3.0"
},
"dependencies": {
"persist-and-sync": "^1.2.0",
"zustand": "^4.4.7"
"persist-and-sync": "^1.2.1",
"zustand": "^4.5.1"
},
"peerDependencies": {
"@types/react": "16.8 - 18",
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.4",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.11.2",
"eslint-config-turbo": "^1.12.4",
"eslint-plugin-react": "7.33.2"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions packages/shared-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"lint": "eslint ."
},
"devDependencies": {
"@mayank1513/fork-me": "^2.0.0",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@mayank1513/fork-me": "^2.0.1",
"@types/node": "^20.11.19",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"eslint-config-custom": "workspace:*",
"next": "^14.0.4",
"next": "^14.1.0",
"nextjs-themes": "workspace:*",
"react": "^18.2.0",
"tsconfig": "workspace:*",
Expand Down

0 comments on commit 0bbb466

Please sign in to comment.