Skip to content

Commit

Permalink
chore: auto updated dependencies on 11/10/2024 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: jhasuraj01 <44930179+jhasuraj01@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and jhasuraj01 authored Oct 11, 2024
1 parent 175f6b2 commit 926b8c8
Show file tree
Hide file tree
Showing 8 changed files with 178 additions and 178 deletions.
2 changes: 1 addition & 1 deletion apps/cli-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"execa": "^9.4.0",
"rimraf": "^6.0.1",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vitest": "^2.1.2"
},
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion apps/web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.8"
},
"keywords": [],
Expand Down
4 changes: 2 additions & 2 deletions devpacks/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"@organization/tsup": "workspace:*",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.7.4",
"@types/node": "^22.7.5",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.10.0",
"globals": "^15.11.0",
"rimraf": "^6.0.1",
"tsup": "^8.3.0",
"typescript-eslint": "^8.8.1"
Expand Down
4 changes: 2 additions & 2 deletions devpacks/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"@organization/prettier-config": "workspace:*",
"@organization/tsconfig": "workspace:*",
"@organization/tsup": "workspace:*",
"@types/node": "^22.7.4",
"@types/node": "^22.7.5",
"@vitest/coverage-v8": "^2.1.2",
"execa": "^9.4.0",
"rimraf": "^6.0.1",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vitest": "^2.1.2"
},
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion devpacks/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"packageManager": "pnpm@9.12.1",
"devDependencies": {
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"nx": {}
}
2 changes: 1 addition & 1 deletion devpacks/tsup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@organization/tsconfig": "workspace:*",
"rimraf": "^6.0.1",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"peerDependencies": {
"tsup": "^8.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@vitest/coverage-v8": "^2.1.2",
"rimraf": "^6.0.1",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vitest": "^2.1.2"
},
"keywords": [],
Expand Down
Loading

0 comments on commit 926b8c8

Please sign in to comment.