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
731 changes: 386 additions & 345 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"
}
}
737 changes: 383 additions & 354 deletions Astro/my-astro-project/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Clone_Twatch/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^6.4.2"
"vite": "^6.4.3"
}
}
274 changes: 146 additions & 128 deletions Clone_Twatch/frontend/pnpm-lock.yaml

Large diffs are not rendered by default.

108 changes: 65 additions & 43 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