Skip to content

Commit

Permalink
up packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SutuSebastian committed Dec 19, 2024
1 parent fd17ab1 commit 4a307a5
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.1.32
bun-version: 1.1.40

- name: Setup Node
uses: actions/setup-node@v4
Expand Down
16 changes: 8 additions & 8 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
"@storybook/test": "8.1.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.0.1",
"@typescript-eslint/parser": "8.0.1",
"@vitejs/plugin-react": "4.3.1",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"@vitejs/plugin-react": "4.3.4",
"autoprefixer": "10.4.20",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-refresh": "0.4.16",
"eslint-plugin-storybook": "0.11.1",
"eslint-plugin-vitest": "0.5.4",
"postcss": "8.4.41",
"postcss": "8.4.49",
"storybook": "8.1.10",
"tailwindcss": "3.4.7",
"typescript": "5.5.4",
"vite": "5.3.5"
"tailwindcss": "3.4.17",
"typescript": "5.6.3",
"vite": "6.0.4"
}
}
16 changes: 8 additions & 8 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
"typecheck": "contentlayer2 build && tsc --noEmit"
},
"dependencies": {
"contentlayer2": "0.5.1",
"contentlayer2": "0.5.3",
"flowbite-react": "workspace:*",
"react-icons": "5.2.1",
"tailwind-merge": "2.5.4"
"tailwind-merge": "2.5.5"
},
"devDependencies": {
"@docsearch/react": "3.6.2",
"@docsearch/react": "3.8.2",
"@types/mdx": "2.0.13",
"@types/prismjs": "1.26.4",
"@types/prismjs": "1.26.5",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"eslint-config-next": "14.2.15",
"markdown-toc": "1.2.0",
"next": "14.2.15",
"next-contentlayer2": "0.5.1",
"postcss": "8.4.47",
"next-contentlayer2": "0.5.3",
"postcss": "8.4.49",
"prismjs": "1.29.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -39,7 +39,7 @@
"rehype-prism-plus": "2.0.0",
"rehype-slug": "6.0.0",
"sharp": "0.33.5",
"tailwindcss": "3.4.14",
"typescript": "5.5.4"
"tailwindcss": "3.4.17",
"typescript": "5.6.3"
}
}
Binary file modified bun.lockb
Binary file not shown.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.9",
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@types/bun": "1.1.12",
"@types/web": "0.0.175",
"@changesets/cli": "2.27.11",
"@ianvs/prettier-plugin-sort-imports": "4.4.0",
"@types/bun": "1.1.14",
"@types/web": "0.0.187",
"clean-package": "2.2.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-tailwindcss": "3.17.5",
"npm-check-updates": "17.1.6",
"prettier": "3.3.3",
"prettier-plugin-packagejson": "2.5.3",
"prettier-plugin-tailwindcss": "0.6.8",
"npm-check-updates": "17.1.11",
"prettier": "3.4.2",
"prettier-plugin-packagejson": "2.5.6",
"prettier-plugin-tailwindcss": "0.6.9",
"rimraf": "6.0.1",
"turbo": "2.2.3"
"turbo": "2.3.3"
},
"packageManager": "[email protected].33"
"packageManager": "[email protected].40"
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@clack/prompts": "0.7.0",
"@clack/prompts": "0.8.2",
"arg": "5.0.2",
"execa": "9.4.1",
"ora": "8.1.0",
"execa": "9.5.2",
"ora": "8.1.1",
"picocolors": "1.1.1",
"rimraf": "6.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 @@ -143,7 +143,7 @@
"rollup": "4.24.0",
"rollup-plugin-esbuild": "6.1.1",
"rollup-plugin-use-client": "1.4.0",
"typescript": "5.5.4",
"typescript": "5.6.3",
"vitest": "2.0.5"
},
"peerDependencies": {
Expand Down

0 comments on commit 4a307a5

Please sign in to comment.