fixed initial npm file error
This commit is contained in:
parent
51e93d1cef
commit
d18f1fa5ea
2 changed files with 3 additions and 2 deletions
2
.github/workflows/stripe-to-invoice.yml
vendored
2
.github/workflows/stripe-to-invoice.yml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
||||||
- feature/**
|
- feature/**
|
||||||
- release/**
|
- release/**
|
||||||
tags:
|
tags:
|
||||||
- "v*"
|
- "*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue