Skip to content
Open
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
2 changes: 1 addition & 1 deletion Astro/astro-tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^6.1.6",
"astro": "^6.4.6",
"@astrojs/check": "^0.5.5",
"typescript": "^5.3.3"
}
Expand Down
723 changes: 382 additions & 341 deletions Astro/astro-tutorial/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Astro/my-astro-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"astro": "^6.1.6"
"astro": "^6.4.6"
}
}
729 changes: 379 additions & 350 deletions Astro/my-astro-project/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cp-Vibe-Code/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@cp-vibe-code/shared": "workspace:*",
"next": "15.5.15",
"next": "15.5.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
Expand Down
92 changes: 52 additions & 40 deletions NextJs/basic-projectnext/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion NextJs/basic-projectnext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "15.5.15"
"next": "15.5.18"
},
"devDependencies": {
"typescript": "^5",
Expand Down
Loading