Skip to content

Commit

Permalink
chore(deps): update panda-css monorepo to ^0.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent 0b8b50b commit 3a8e0de
Show file tree
Hide file tree
Showing 6 changed files with 305 additions and 306 deletions.
18 changes: 9 additions & 9 deletions fixture/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"deps": "pnpm up '@pandacss/*' --latest"
},
"devDependencies": {
"@pandacss/config": "^0.40.0",
"@pandacss/core": "^0.40.0",
"@pandacss/generator": "^0.40.0",
"@pandacss/node": "^0.40.0",
"@pandacss/preset-base": "^0.40.0",
"@pandacss/preset-panda": "^0.40.0",
"@pandacss/shared": "^0.40.0",
"@pandacss/token-dictionary": "^0.40.0",
"@pandacss/types": "^0.40.0",
"@pandacss/config": "^0.51.0",
"@pandacss/core": "^0.51.0",
"@pandacss/generator": "^0.51.0",
"@pandacss/node": "^0.51.0",
"@pandacss/preset-base": "^0.51.0",
"@pandacss/preset-panda": "^0.51.0",
"@pandacss/shared": "^0.51.0",
"@pandacss/token-dictionary": "^0.51.0",
"@pandacss/types": "^0.51.0",
"postcss": "^8.4.33"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"typescript": "^5.3.3"
},
"devDependencies": {
"@pandacss/dev": "^0.40.0",
"@pandacss/dev": "^0.51.0",
"@types/eslint": "^8.56.2",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.1",
Expand Down
8 changes: 4 additions & 4 deletions plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"dist"
],
"dependencies": {
"@pandacss/config": "^0.40.0",
"@pandacss/generator": "^0.40.0",
"@pandacss/node": "^0.40.0",
"@pandacss/shared": "^0.40.0",
"@pandacss/config": "^0.51.0",
"@pandacss/generator": "^0.51.0",
"@pandacss/node": "^0.51.0",
"@pandacss/shared": "^0.51.0",
"@typescript-eslint/utils": "^6.19.1",
"hookable": "^5.5.3",
"synckit": "^0.9.0"
Expand Down
Loading

0 comments on commit 3a8e0de

Please sign in to comment.