fixed initial npm file error

This commit is contained in:
Jun-te Kim 2026-01-06 22:02:08 +00:00
parent 51e93d1cef
commit d18f1fa5ea
2 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,7 @@ on:
- feature/** - feature/**
- release/** - release/**
tags: tags:
- "v*" - "*"
jobs: jobs:
build: build:

View file

@ -14,7 +14,8 @@
"next": "16.0.10", "next": "16.0.10",
"pg": "^8.16.3", "pg": "^8.16.3",
"react": "19.2.1", "react": "19.2.1",
"react-dom": "19.2.1" "react-dom": "19.2.1",
"typescript": "^5.0.0"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "^4", "@tailwindcss/postcss": "^4",