这是indexloc提供的服务,不要输入任何密码
Skip to content
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
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,15 @@ updates:
- "minor"
ignore:
# Types are just...broken?
- dependency-name: "express"
- dependency-name: "@types/express"
# Remix is behind on updating these peer deps and npm doesn't like it
- dependency-name: "react"
- dependency-name: "react-dom"
- dependency-name: "@types/react"
- dependency-name: "@types/react-dom"
# TODO: Investigate why upgrading breaks admin:build
- dependency-name: bunchee
- dependency-name: "bunchee"
# We can't upgrade versions of this due to npm
- dependency-name: "vite"

Expand Down
2 changes: 1 addition & 1 deletion examples/kitchen-sink/apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.23.0",
"eslint": "^9.24.0",
"typescript": "5.8.2",
"vite": "^5.4.14"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/kitchen-sink/apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@repo/logger": "workspace:*",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"express": "^5.0.1",
"express": "4.21.2",
"morgan": "^1.10.0"
},
"devDependencies": {
Expand All @@ -28,11 +28,11 @@
"@repo/typescript-config": "workspace:*",
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/express": "4.17.17",
"@types/express": "4.17.21",
"@types/morgan": "^1.9.9",
"@types/node": "^22.13.9",
"@types/node": "^22.14.0",
"@types/supertest": "^6.0.2",
"eslint": "^9.23.0",
"eslint": "^9.24.0",
"jest": "^29.7.0",
"supertest": "^7.1.0",
"tsup": "^8.4.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/kitchen-sink/apps/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@repo/eslint-config": "workspace:*",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^8.27.0",
"@typescript-eslint/parser": "^8.27.0",
"@typescript-eslint/eslint-plugin": "^8.29.0",
"@typescript-eslint/parser": "^8.29.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.23.0",
"eslint": "^9.24.0",
"typescript": "5.8.2",
"vite": "^5.4.14",
"vite-tsconfig-paths": "4.2.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/kitchen-sink/apps/storefront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@next/eslint-plugin-next": "^15.2.1",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/node": "^22.13.9",
"@types/node": "^22.14.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"eslint": "^9.23.0",
"eslint": "^9.24.0",
"typescript": "5.8.2"
}
}
8 changes: 4 additions & 4 deletions examples/kitchen-sink/packages/config-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"./vite": "./vite.js"
},
"devDependencies": {
"@eslint/js": "^9.23.0",
"@eslint/js": "^9.24.0",
"@next/eslint-plugin-next": "^15.2.1",
"eslint": "^9.23.0",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-turbo": "^2.4.4",
"eslint-plugin-turbo": "^2.5.0",
"globals": "^16.0.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.27.0"
"typescript-eslint": "^8.29.0"
}
}
4 changes: 2 additions & 2 deletions examples/kitchen-sink/packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@repo/eslint-config": "workspace:*",
"@repo/jest-presets": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/node": "^22.13.9",
"@types/node": "^22.14.0",
"bunchee": "^6.4.0",
"eslint": "^9.23.0",
"eslint": "^9.24.0",
"jest": "^29.7.0",
"typescript": "5.8.2"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/kitchen-sink/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"@repo/eslint-config": "workspace:*",
"@repo/jest-presets": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/node": "^22.13.9",
"@types/node": "^22.14.0",
"bunchee": "^6.4.0",
"eslint": "^9.23.0",
"eslint": "^9.24.0",
"jest": "^29.7.0",
"typescript": "5.8.2"
},
Expand Down
Loading
Loading