Skip to content

Commit

Permalink
chore(deps): update panda-css monorepo to ^0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent 760a55b commit 532b6ac
Show file tree
Hide file tree
Showing 6 changed files with 239 additions and 265 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.48.0",
"@pandacss/core": "^0.48.0",
"@pandacss/generator": "^0.48.0",
"@pandacss/node": "^0.48.0",
"@pandacss/preset-base": "^0.48.0",
"@pandacss/preset-panda": "^0.48.0",
"@pandacss/shared": "^0.48.0",
"@pandacss/token-dictionary": "^0.48.0",
"@pandacss/types": "^0.48.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 @@ -31,7 +31,7 @@
"typescript": "^5.3.3"
},
"devDependencies": {
"@pandacss/dev": "^0.40.0",
"@pandacss/dev": "^0.48.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.48.0",
"@pandacss/generator": "^0.48.0",
"@pandacss/node": "^0.48.0",
"@pandacss/shared": "^0.48.0",
"@typescript-eslint/utils": "^6.19.1",
"hookable": "^5.5.3",
"synckit": "^0.9.0"
Expand Down
Loading

0 comments on commit 532b6ac

Please sign in to comment.