Skip to content

Commit

Permalink
chore: update panda css example package
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca committed Oct 8, 2024
1 parent 6a1cd51 commit 3eb6647
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/with-pandacss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "with-pandacss",
"module": "src/pages/index.tsx",
"webTitle": "Panda CSS",
"example-category": "integrations",
"type": "module",
"scripts": {
"dev": "brisa dev",
Expand All @@ -13,9 +15,9 @@
"brisa": "0.1.1"
},
"devDependencies": {
"@pandacss/dev": "^0.46.1",
"@pandacss/dev": "0.46.1",
"@types/bun": "latest",
"postcss": "^8.4.47",
"postcss": "8.4.47",
"typescript": "latest"
}
}

0 comments on commit 3eb6647

Please sign in to comment.