ReviewOS

also looking at this

pantry-pm/pantry

chore(deps): update all non-major dependencies

#35
Closed renovate[bot] wants to merge renovate/all-minor-patch into main
10 files +48 -41
packages/ts/test-envs/bun-package-manager-with-deps/package.jsonmodified+9-9
Changes to packages/ts/test-envs/bun-package-manager-with-deps/package.json
@@ -12,16 +12,16 @@
1212 "test": "bun test"
1313 },
1414 "dependencies": {
15 "next": "^14.0.0",
16 "react": "^18.0.0",
17 "react-dom": "^18.0.0"
15 "next": "^14.2.33",
16 "react": "^18.3.1",
17 "react-dom": "^18.3.1"
1818 },
1919 "devDependencies": {
20 "@types/node": "^20.0.0",
21 "@types/react": "^18.0.0",
22 "eslint": "^8.0.0",
23 "eslint-config-next": "^14.0.0",
24 "prettier": "^3.0.0",
25 "typescript": "^5.0.0"
20 "@types/node": "^20.19.23",
21 "@types/react": "^18.3.26",
22 "eslint": "^8.57.1",
23 "eslint-config-next": "^14.2.33",
24 "prettier": "^3.6.2",
25 "typescript": "^5.9.3"
2626 }
2727}