Skip to content

Commit

Permalink
Merge pull request #85 from qwikerx/feat/up-deps-1
Browse files Browse the repository at this point in the history
feat: update all deps, including qwik 1.5.6
  • Loading branch information
jcfauchet authored Jun 11, 2024
2 parents efa06de + c3f234e commit 809ff13
Show file tree
Hide file tree
Showing 6 changed files with 478 additions and 424 deletions.
186 changes: 0 additions & 186 deletions apps/web/README.md

This file was deleted.

18 changes: 9 additions & 9 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
},
"devDependencies": {
"@builder.io/partytown": "^0.10.2",
"@builder.io/qwik": "1.5.5",
"@builder.io/qwik-city": "1.5.5",
"@builder.io/qwik": "1.5.6",
"@builder.io/qwik-city": "1.5.6",
"@types/compression": "^1.7.5",
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.1",
"@types/node": "^20.14.2",
"@vitest/ui": "^1.6.0",
"autoprefixer": "^10.4.19",
"chokidar": "^3.6.0",
Expand All @@ -52,14 +52,14 @@
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"flowbite-qwik": "workspace:*",
"flowbite-qwik-icons": "^0.1.4",
"flowbite-qwik-icons": "^0.1.5",
"postcss": "^8.4.38",
"prettier": "^3.3.0",
"prettier-plugin-tailwindcss": "^0.6.1",
"tailwindcss": "3.4.3",
"tsx": "^4.11.2",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.2",
"tailwindcss": "3.4.4",
"tsx": "^4.15.2",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vite": "^5.2.13",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
}
Expand Down
16 changes: 5 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,18 @@
"clean": "rm -rf node_modules && pnpm -r exec rm -rf node_modules && pnpm -r exec rm -rf dist",
"prebuild": "tsc --build --clean",
"test": "pnpm -r test",
"test:coverage": "pnpm -r test:coverage",
"lint": "eslint \"{bootstrap,application,domain,infrastructure}/**/*.{js,ts}\"",
"lint:fix": "npm run lint -- --fix",
"migrate:create": "pnpm -r migrate:create",
"start:rest-api": "pnpm -r migrate:push && pnpm --filter rest-api run prod",
"start:graphql-api": "pnpm -r migrate:push && pnpm --filter graphql-api run prod",
"qwikapp": "pnpm -r migrate:push && pnpm --filter qwik-webapp run dev"
"test:coverage": "pnpm -r test:coverage"
},
"keywords": [],
"author": "",
"license": "",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"typescript": "^5.4.3"
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"typescript": "^5.4.5"
},
"dependencies": {
"npm-run-all": "^4.1.5",
"vitest": "^1.4.0"
"vitest": "^1.6.0"
}
}
28 changes: 18 additions & 10 deletions packages/lib/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div style="text-align: center">
<h1>flowbite-qwik</h1>
<h1>Flowbite Qwik Components</h1>

<div>
<a href="https://flowbite.com">
Expand All @@ -25,6 +25,8 @@

### `flowbite-qwik` is an open source collection of UI components, built in Qwik, with utility classes from Tailwind CSS that you can use as a starting point for user interfaces and websites.

[Online documentation](https://flowbite-qwik.com)

## Table of Contents

- [Documentation](#documentation)
Expand Down Expand Up @@ -119,31 +121,37 @@ export default component$(() => {

## Components

- Accordions
- Badges
- Breadcrumbs
- Buttons
- CodeBlock
- Accordion
- Alert
- Avatar
- Badge
- Breadcrumb
- Button
- Checkbox
- Drawer
- Dropdown
- Footer
- Inputs
- Input
- Jumbotron
- Modal
- Navbar
- Ratings
- Radio
- Rating
- Select
- Sidebar
- Spinner
- Tabs
- Toasts
- Toast
- Toggle

## composables
## Composables / hooks

- useToasts
- useDark
- useDebounce
- useMediaQuery
- useOuterClick
- useToggle

[//]: # '## Community'
[//]: #
Expand Down
22 changes: 11 additions & 11 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowbite-qwik",
"version": "0.17.2",
"version": "0.17.3",
"description": "Unofficial Qwik components built for Flowbite and Tailwind CSS",
"keywords": [
"design-system",
Expand Down Expand Up @@ -62,33 +62,33 @@
},
"dependencies": {
"flowbite": "^2.3.0",
"flowbite-qwik-icons": "^0.1.4",
"flowbite-qwik-icons": "^0.1.5",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.1",
"@types/node": "^20.14.2",
"@vitest/coverage-v8": "^1.6.0",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.1",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"np": "^10.0.5",
"postcss": "^8.4.38",
"prettier": "^3.3.0",
"prettier-plugin-tailwindcss": "^0.6.1",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.2",
"tsc-alias": "^1.8.10",
"tsx": "^4.11.2",
"tsx": "^4.15.2",
"typescript": "^5.4.5",
"typescript-eslint": "^8.0.0-alpha.26",
"typescript-eslint": "^8.0.0-alpha.30",
"undici": "^6.18.2",
"vite": "^5.2.12",
"vite": "^5.2.13",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
},
"peerDependencies": {
"@builder.io/qwik": "1.5.5",
"@builder.io/qwik-city": "1.5.5",
"tailwindcss": "^3.4.3"
"@builder.io/qwik": "1.5.6",
"@builder.io/qwik-city": "1.5.6",
"tailwindcss": "^3.4.4"
}
}
Loading

0 comments on commit 809ff13

Please sign in to comment.