Skip to content

Commit

Permalink
ran pnpm i and updated versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zsh77 committed Mar 5, 2024
1 parent 619c5f1 commit 7b6e183
Show file tree
Hide file tree
Showing 10 changed files with 1,256 additions and 810 deletions.
6 changes: 3 additions & 3 deletions examples/kitchen-sink/apps/admin/package.json
Expand Up @@ -15,12 +15,12 @@
"@repo/ui": "workspace:*"
},
"devDependencies": {
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.62",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"typescript": "^5.3.3",
"vite": "^5.0.10"
"vite": "^5.1.4"
}
}
10 changes: 5 additions & 5 deletions examples/kitchen-sink/apps/api/package.json
Expand Up @@ -18,7 +18,7 @@
"@repo/logger": "workspace:*",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"express": "^4.18.3",
"morgan": "^1.10.0"
},
"devDependencies": {
Expand All @@ -28,13 +28,13 @@
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"@types/morgan": "^1.9.9",
"@types/node": "^20.10.6",
"@types/node": "^20.11.24",
"@types/supertest": "^6.0.2",
"jest": "^29.7.0",
"supertest": "^6.3.3",
"tsup": "^8.0.1",
"supertest": "^6.3.4",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
}
}
16 changes: 8 additions & 8 deletions examples/kitchen-sink/apps/blog/package.json
Expand Up @@ -10,20 +10,20 @@
"lint": "eslint app/"
},
"dependencies": {
"@remix-run/node": "^2.4.1",
"@remix-run/react": "^2.4.1",
"@remix-run/serve": "^2.4.1",
"@remix-run/server-runtime": "^2.4.1",
"@vercel/analytics": "^1.1.1",
"@remix-run/node": "^2.8.0",
"@remix-run/react": "^2.8.0",
"@remix-run/serve": "^2.8.0",
"@remix-run/server-runtime": "^2.8.0",
"@vercel/analytics": "^1.2.2",
"@vercel/remix-entry-server": "^0.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@repo/ui": "workspace:*"
},
"devDependencies": {
"@remix-run/dev": "^2.4.1",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@remix-run/dev": "^2.8.0",
"@types/react": "^18.2.62",
"@types/react-dom": "^18.2.19",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"typescript": "^5.3.3"
Expand Down
10 changes: 5 additions & 5 deletions examples/kitchen-sink/apps/storefront/package.json
Expand Up @@ -12,16 +12,16 @@
},
"dependencies": {
"@repo/logger": "workspace:*",
"next": "^14.0.4",
"next": "^14.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@repo/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.1",
"@types/node": "^20.11.24",
"@types/react": "^18.2.62",
"@types/react-dom": "^18.2.19",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"typescript": "^5.3.3"
Expand Down
6 changes: 3 additions & 3 deletions examples/kitchen-sink/package.json
Expand Up @@ -10,11 +10,11 @@
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"prettier": "^3.1.1",
"turbo": "^1.12.1"
"prettier": "^3.2.5",
"turbo": "^1.12.4"
},
"packageManager": "pnpm@8.9.0",
"engines": {
"node": ">=18"
}
}
}
8 changes: 4 additions & 4 deletions examples/kitchen-sink/packages/config-eslint/package.json
Expand Up @@ -4,10 +4,10 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@vercel/style-guide": "^5.1.0",
"eslint-config-turbo": "^1.11.3",
"eslint-plugin-mdx": "^2.3.2",
"@vercel/style-guide": "^5.2.0",
"eslint-config-turbo": "^1.12.4",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-storybook": "^0.6.15"
"eslint-plugin-storybook": "^0.8.0"
}
}
2 changes: 1 addition & 1 deletion examples/kitchen-sink/packages/jest-presets/package.json
Expand Up @@ -4,7 +4,7 @@
"private": true,
"license": "MIT",
"dependencies": {
"ts-jest": "^29.1.1"
"ts-jest": "^29.1.2"
},
"devDependencies": {
"jest-environment-jsdom": "^29.7.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/kitchen-sink/packages/logger/package.json
Expand Up @@ -21,10 +21,10 @@
"@repo/eslint-config": "workspace:*",
"@repo/jest-presets": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.24",
"jest": "^29.7.0",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
}
}
12 changes: 6 additions & 6 deletions examples/kitchen-sink/packages/ui/package.json
Expand Up @@ -25,14 +25,14 @@
"@repo/eslint-config": "workspace:*",
"@repo/jest-presets": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.24",
"@types/react": "^18.2.62",
"@types/react-dom": "^18.2.19",
"jest": "^29.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
}
}
}

0 comments on commit 7b6e183

Please sign in to comment.