Skip to content

Commit

Permalink
chore: update deps [skip_storybook]
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher committed Aug 29, 2024
1 parent 5f6c1f6 commit 5590cdd
Show file tree
Hide file tree
Showing 9 changed files with 280 additions and 251 deletions.
7 changes: 7 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# hawa-docs

## 0.0.124

### Patch Changes

- Updated dependencies
- @sikka/hawa@0.49.7

## 0.0.123

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hawa-docs",
"version": "0.0.123",
"version": "0.0.124",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
Expand Down Expand Up @@ -64,7 +64,7 @@
"lodash.template": "^4.5.0",
"lucide-react": "0.436.0",
"markdown-wasm": "^1.2.0",
"next": "14.2.6",
"next": "14.2.7",
"next-contentlayer2": "^0.5.0",
"next-themes": "^0.3.0",
"nextjs-progressloader": "^1.2.0",
Expand All @@ -83,7 +83,7 @@
},
"devDependencies": {
"@types/lodash.template": "^4.5.3",
"@types/node": "^22.5.0",
"@types/node": "^22.5.1",
"@types/react": "^18.3.4",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.3.0",
Expand All @@ -93,7 +93,7 @@
"postcss": "^8.4.41",
"rehype": "^13.0.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.13.2",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-code-import": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"prepare": "husky"
},
"devDependencies": {
"@swc/core": "^1.7.18",
"@swc/core": "^1.7.21",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^22.5.0",
"@types/node": "^22.5.1",
"concurrently": "^8.2.2",
"husky": "^9.1.5",
"prettier": "^3.3.3",
Expand Down
2 changes: 2 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @sikka/hawa

## 0.49.7

## 0.49.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sikka/hawa",
"version": "0.49.6",
"version": "0.49.7",
"description": "Modern UI Kit made with Tailwind",
"author": {
"name": "Sikka Software",
Expand Down
7 changes: 7 additions & 0 deletions packages/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# hawa-storybook

## 0.26.146

### Patch Changes

- Updated dependencies
- @sikka/hawa@0.49.7

## 0.26.145

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hawa-storybook",
"version": "0.26.145",
"version": "0.26.146",
"description": "Modern UI Kit made with Tailwind",
"author": {
"name": "Sikka Software",
Expand All @@ -22,8 +22,8 @@
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"eslint": "^9.9.1",
"eslint-config-next": "^14.2.6",
"next": "^14.2.6",
"eslint-config-next": "^14.2.7",
"next": "^14.2.7",
"next-themes": "^0.3.0",
"prism-react-renderer": "^2.3.1",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"eslint": "^9.9.1",
"eslint-config-next": "^14.2.6",
"eslint-config-next": "^14.2.7",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down
Loading

0 comments on commit 5590cdd

Please sign in to comment.