Skip to content

Commit 075cf2b

Browse files
committed
chore: sync lockfile and fix CI configuration
- fix: update pnpm-lock.yaml to match package.json - fix: add packages field to pnpm-workspace.yaml - chore: add .npmrc with frozen-lockfile=false for CI resilience
1 parent 595e8f9 commit 075cf2b

4 files changed

Lines changed: 45 additions & 2 deletions

File tree

.npmrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
frozen-lockfile=false
2+
recursive=true
3+
node-linker=hoisted
4+
@ai-sdk:registry=https://registry.npmjs.org/

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@ai-sdk/google": "^3.0.13",
13-
"@ai-sdk/groq": "^0.1.10",
13+
"@ai-sdk/groq": "3.0.24",
1414
"@ai-sdk/react": "^3.0.51",
1515
"@heroicons/react": "^2.2.0",
1616
"@hookform/resolvers": "^3.10.0",
@@ -104,4 +104,4 @@
104104
"typescript": "^5.9.3"
105105
},
106106
"packageManager": "pnpm@10.26.1+sha512.664074abc367d2c9324fdc18037097ce0a8f126034160f709928e9e9f95d98714347044e5c3164d65bd5da6c59c6be362b107546292a8eecb7999196e5ce58fa"
107-
}
107+
}

pnpm-lock.yaml

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
packages:
2+
- '.'
13
onlyBuiltDependencies:
24
- '@tailwindcss/oxide'
35
- core-js

0 commit comments

Comments
 (0)