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.41.0 to 0.42.0
- [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.41.0 to 0.42.0
- [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-minor
  dependency-group: pandacss
- dependency-name: "@pandacss/types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pandacss
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 8a5f657 commit 2fde83d
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 191 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.2.5",
"@pandacss/dev": "0.41.0",
"@pandacss/dev": "0.42.0",
"@testing-library/react": "14.3.0",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
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.41.0"
"@pandacss/dev": "^0.42.0"
},
"devDependencies": {
"@pandacss/types": "^0.41.0",
"@pandacss/types": "^0.42.0",
"tsconfig": "workspace:*",
"tsup": "^8.1.0"
},
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.41.0",
"@pandacss/dev": "0.42.0",
"@storybook/addon-essentials": "^8.2.2",
"@storybook/addon-interactions": "^8.2.2",
"@storybook/addon-links": "^8.2.2",
Expand Down
Loading

0 comments on commit 2fde83d

Please sign in to comment.