Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
⬆️ Bump the pandacss group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the pandacss group with 2 updates: [@pandacss/dev](https://github.com/chakra-ui/panda/tree/HEAD/packages/cli) and [@pandacss/types](https://github.com/chakra-ui/panda/tree/HEAD/packages/types).


Updates `@pandacss/dev` from 0.27.2 to 0.27.3
- [Release notes](https://github.com/chakra-ui/panda/releases)
- [Changelog](https://github.com/chakra-ui/panda/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/panda/commits/@pandacss/[email protected]/packages/cli)

Updates `@pandacss/types` from 0.27.2 to 0.27.3
- [Release notes](https://github.com/chakra-ui/panda/releases)
- [Changelog](https://github.com/chakra-ui/panda/blob/main/packages/types/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/panda/commits/@pandacss/[email protected]/packages/types)

---
updated-dependencies:
- dependency-name: "@pandacss/dev"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pandacss
- dependency-name: "@pandacss/types"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pandacss
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 0b1dc6d commit 022f403
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 93 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@next/eslint-plugin-next": "14.0.4",
"@pandacss/dev": "0.27.2",
"@pandacss/dev": "0.27.3",
"@testing-library/react": "14.1.2",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
Expand Down
4 changes: 2 additions & 2 deletions packages/panda-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"build": "tsup src/index.ts --format=esm,cjs --clean --dts --external @pandacss/dev"
},
"dependencies": {
"@pandacss/dev": "^0.27.2"
"@pandacss/dev": "^0.27.3"
},
"devDependencies": {
"@pandacss/types": "^0.27.2",
"@pandacss/types": "^0.27.3",
"tsconfig": "workspace:*",
"tsup": "^8.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "vitest run"
},
"devDependencies": {
"@pandacss/dev": "0.27.2",
"@pandacss/dev": "0.27.3",
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.10",
"@storybook/addon-links": "^7.6.10",
Expand Down
178 changes: 89 additions & 89 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 022f403

Please sign in to comment.