chore(release): Update package-lock versions to 1.4.13

This commit is contained in:
Peifan Li
2025-12-08 15:55:41 -05:00
parent aeff173e36
commit 46cf29258c
4 changed files with 7 additions and 7 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "backend",
"version": "1.4.12",
"version": "1.4.13",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "backend",
"version": "1.4.12",
"version": "1.4.13",
"hasInstallScript": true,
"license": "ISC",
"dependencies": {

View File

@@ -1,12 +1,12 @@
{
"name": "frontend",
"version": "1.4.12",
"version": "1.4.13",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "frontend",
"version": "1.4.12",
"version": "1.4.13",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "mytube",
"version": "1.4.12",
"version": "1.4.13",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mytube",
"version": "1.4.12",
"version": "1.4.13",
"license": "MIT",
"dependencies": {
"concurrently": "^8.2.2"

View File

@@ -48,7 +48,7 @@ cd backend && npm version $NEW_VERSION --no-git-tag-version --allow-same-version
# Commit and Tag
echo "📦 Committing and tagging..."
git add package.json frontend/package.json backend/package.json
git add package.json frontend/package.json backend/package.json package-lock.json frontend/package-lock.json backend/package-lock.json
git commit -m "chore(release): v$NEW_VERSION"
git tag "v$NEW_VERSION"
git push origin master