Skip to content

Commit

Permalink
fix: update flowbite-svelte-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Sep 8, 2023
1 parent f345c74 commit 15d2aee
Show file tree
Hide file tree
Showing 47 changed files with 3,300 additions and 451 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This Turborepo includes the following packages/apps:
### Apps and Packages

- WebApps
- `playground`: an experimental [svelte-kit](https://kit.svelte.dev/) web app to play with new ideas.
- `playground`: an experimental [svelte-kit](https://kit.svelte.dev/) web app to play with new ideas.
- `docs`: a sample documentation [svelte-kit](https://kit.svelte.dev/) web app
- `web`: a sample [svelte-kit](https://kit.svelte.dev/) web app
- Packages
Expand Down
1 change: 1 addition & 0 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"svelte-check": "3.5.1",
"svelte-meta-tags": "^3.0.3",
"svelte-preprocess": "5.0.4",
"sveltekit-rate-limiter": "0.4.1",
"tailwind-merge": "1.14.0",
"tailwindcss-animate": "1.0.7",
"tslib": "2.6.2",
Expand Down
29 changes: 23 additions & 6 deletions apps/docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions apps/offline/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"prettier.documentSelectors": [
"**/*.svelte"
],
"prettier.documentSelectors": ["**/*.svelte"],
"tailwindCSS.classAttributes": [
"class",
"accent",
Expand Down Expand Up @@ -97,4 +95,4 @@
"width",
"zIndex"
]
}
}
2 changes: 0 additions & 2 deletions apps/offline/TODO1.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@

https://www.youtube.com/playlist?list=PLIyDDWd5rhabADfiS00oTcEdVAmQJzdVx
https://github.com/jpwhite3/northwind-SQLite3

https://github.com/phartenfeller/sveltekit-sqlite-offline-app/tree/part1
https://github.com/phartenfeller/sveltekit-sqlite-offline-app/tree/part2
https://github.com/phartenfeller/sveltekit-sqlite-offline-app/tree/part3
https://github.com/phartenfeller/sveltekit-sqlite-offline-app/tree/part4

97 changes: 49 additions & 48 deletions apps/offline/package.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,50 @@
{
"name": "offline",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"test:integration": "playwright test",
"test:unit": "vitest"
},
"devDependencies": {
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.20.4",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.30.0",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.0.5",
"svelte-check": "^3.4.3",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.4.2",
"vitest": "^0.32.2",
"postcss": "8.4.29",
"autoprefixer": "10.4.15",
"tailwindcss": "3.3.3",
"@skeletonlabs/skeleton": "2.0.0",
"@skeletonlabs/tw-plugin": "0.1.0",
"vite-plugin-tailwind-purgecss": "0.1.3",
"@tailwindcss/typography": "0.5.10",
"@tailwindcss/forms": "0.5.6",
"@types/node": "20.5.9"
},
"type": "module",
"dependencies": {
"highlight.js": "11.8.0",
"@floating-ui/dom": "1.5.1"
}
}
"name": "offline",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"test:integration": "playwright test",
"test:unit": "vitest"
},
"devDependencies": {
"@playwright/test": "^1.37.1",
"@skeletonlabs/skeleton": "2.0.0",
"@skeletonlabs/tw-plugin": "0.1.0",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.24.1",
"@tailwindcss/forms": "0.5.6",
"@tailwindcss/typography": "0.5.10",
"@types/node": "20.5.9",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"autoprefixer": "10.4.15",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.33.0",
"postcss": "8.4.29",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"sveltekit-rate-limiter": "0.4.1",
"tailwindcss": "3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-tailwind-purgecss": "0.1.3",
"vitest": "^0.34.3"
},
"type": "module",
"dependencies": {
"@floating-ui/dom": "1.5.1",
"highlight.js": "11.8.0"
}
}
Loading

0 comments on commit 15d2aee

Please sign in to comment.