Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
antpaw committed Nov 26, 2024
1 parent 25db200 commit 4cf4ef8
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 164 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"files": {
"ignore": ["**/__generated__/*"]
},
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"storybook:build": "BUILD_ENV='storybook' storybook build"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "^1.9.4",
"@chakra-ui/cli": "^2.4.1",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/styled-system": "^2.9.2",
"@emotion/react": "^11.12.0",
"@emotion/styled": "^11.12.0",
"@chakra-ui/react": "^2.10.4",
"@chakra-ui/styled-system": "^2.11.2",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@fontsource/raleway": "^5.0.19",
"@fontsource/roboto": "^5.0.13",
"@radix-ui/react-slot": "^1.1.0",
Expand Down Expand Up @@ -77,11 +77,11 @@
"vitest": "^2.0.3"
},
"peerDependencies": {
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/styled-system": "^2.9.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@hivemq/ui-theme": "^0.4.5",
"@chakra-ui/react": "^2.10.4",
"@chakra-ui/styled-system": "^2.11.2",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@hivemq/ui-theme": "^0.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
Loading

0 comments on commit 4cf4ef8

Please sign in to comment.