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

Commit 5d4293c

Browse files
Bump the pandacss group with 2 updates
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/dev@0.42.0/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/types@0.42.0/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] <support@github.com>
1 parent 00eea77 commit 5d4293c

4 files changed

Lines changed: 186 additions & 191 deletions

File tree

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@next/eslint-plugin-next": "14.2.4",
27-
"@pandacss/dev": "0.41.0",
27+
"@pandacss/dev": "0.42.0",
2828
"@testing-library/react": "14.3.0",
2929
"@types/node": "20.14.10",
3030
"@types/react": "18.3.3",

packages/panda-preset/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"build": "tsup src/index.ts --format=esm,cjs --clean --dts --external @pandacss/dev"
88
},
99
"dependencies": {
10-
"@pandacss/dev": "^0.41.0"
10+
"@pandacss/dev": "^0.42.0"
1111
},
1212
"devDependencies": {
13-
"@pandacss/types": "^0.41.0",
13+
"@pandacss/types": "^0.42.0",
1414
"tsconfig": "workspace:*",
1515
"tsup": "^8.1.0"
1616
},

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test": "vitest run"
2424
},
2525
"devDependencies": {
26-
"@pandacss/dev": "0.41.0",
26+
"@pandacss/dev": "0.42.0",
2727
"@storybook/addon-essentials": "^8.1.11",
2828
"@storybook/addon-interactions": "^8.1.11",
2929
"@storybook/addon-links": "^8.1.11",

0 commit comments

Comments
 (0)