Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade-deps #22

Merged
merged 2 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions examples/app-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# app-router

## 0.0.18

### Patch Changes

- Updated dependencies
- [email protected]
- [email protected]

## 0.0.17

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions examples/app-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-router",
"version": "0.0.17",
"version": "0.0.18",
"private": true,
"scripts": {
"dev": "next dev --port 3002",
Expand All @@ -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: 8 additions & 0 deletions examples/pages-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# nextjs-pages-router

## 1.0.13

### Patch Changes

- Updated dependencies
- [email protected]
- [email protected]

## 1.0.12

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/pages-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pages-router",
"version": "1.0.12",
"version": "1.0.13",
"private": true,
"scripts": {
"dev": "next dev --port 3003",
Expand All @@ -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: 8 additions & 0 deletions examples/simple-multi-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# simple-multi-theme

## 1.0.13

### Patch Changes

- Updated dependencies
- [email protected]
- [email protected]

## 1.0.12

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/simple-multi-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-multi-theme",
"version": "1.0.12",
"version": "1.0.13",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
Expand All @@ -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
7 changes: 7 additions & 0 deletions examples/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# tailwind

## 0.1.7

### Patch Changes

- Updated dependencies
- [email protected]

## 0.1.6

### Patch Changes
Expand Down
18 changes: 9 additions & 9 deletions examples/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwind",
"version": "0.1.6",
"version": "0.1.7",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -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
8 changes: 8 additions & 0 deletions examples/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# vite-example

## 0.0.18

### Patch Changes

- Updated dependencies
- [email protected]
- [email protected]

## 0.0.17

### Patch Changes
Expand Down
18 changes: 9 additions & 9 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-example",
"private": true,
"version": "0.0.17",
"version": "0.0.18",
"type": "module",
"scripts": {
"dev": "vite --port 3001",
Expand All @@ -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"
}
}
6 changes: 6 additions & 0 deletions lib/nextjs-themes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# nextjs-themes

## 2.1.2

### Patch Changes

- Upgrade dependencies

## 2.1.1

### Patch Changes
Expand Down
32 changes: 16 additions & 16 deletions lib/nextjs-themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nextjs-themes",
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
"private": false,
"version": "2.1.1",
"version": "2.1.2",
"description": "Unleash the Power of React Server Components! Use multiple themes on your site with confidence, without losing any advantages of React Server Components.",
"main": "./index.ts",
"types": "./index.ts",
Expand All @@ -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
Loading