Skip to content

Commit

Permalink
feat: Configure icons (#230)
Browse files Browse the repository at this point in the history
* remove unneeded tsx

* feat: added @egoist/tailwindcss-icons
  • Loading branch information
Uninen authored Jul 5, 2023
1 parent 3a0e701 commit 38b5990
Show file tree
Hide file tree
Showing 8 changed files with 525 additions and 426 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.2.0 (2023-07-05)

- Feat: added [@egoist/tailwindcss-icons](https://github.com/egoist/tailwindcss-icons)
- Chore: bumped all deps.

## 4.1.0 (2023-06-14)

- Feat: added explicit `DEBUG=0` for dev command to [silence Tailwind JIT noise](https://til.unessa.net/tailwind/silence-tailwind-debug-output/).
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Please [check out the homepage](https://vite-ts-tailwind-starter.vercel.app/) fo
- `@tailwindcss/aspect-ratio`
- `@tailwindcss/typography`
- `@tailwindcss/forms`
- [@egoist/tailwindcss-icons](https://github.com/egoist/tailwindcss-icons)
- PostCSS 8 w/ `postcss-nesting` plugin and `cssnano` for minimizing production CSS
- Eslint
- Prettier
Expand Down
27 changes: 15 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,31 @@
"vue-router": "4.2.2"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "1.1.0",
"@iconify/json": "2.2.86",
"@iconify/types": "2.0.0",
"@pinia/testing": "0.1.2",
"@playwright/test": "1.35.0",
"@rushstack/eslint-patch": "1.3.1",
"@playwright/test": "1.35.1",
"@rushstack/eslint-patch": "1.3.2",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.3",
"@tailwindcss/line-clamp": "0.4.4",
"@tailwindcss/typography": "0.5.9",
"@types/jsdom": "21.1.1",
"@types/lodash-es": "4.17.7",
"@types/node": "20.3.1",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"@types/node": "20.3.3",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"@vitejs/plugin-vue": "4.2.3",
"@vitest/coverage-v8": "0.32.0",
"@vitest/coverage-v8": "0.32.4",
"@vue/eslint-config-prettier": "7.1.0",
"@vue/eslint-config-typescript": "11.0.3",
"@vue/test-utils": "2.4.0",
"@vue/tsconfig": "0.4.0",
"autoprefixer": "10.4.14",
"cross-env": "^7.0.3",
"cssnano": "6.0.1",
"eslint": "8.43.0",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-node": "11.1.0",
Expand All @@ -52,14 +55,14 @@
"lodash-es": "4.17.21",
"postcss": "8.4.24",
"postcss-import": "15.1.0",
"postcss-nesting": "11.3.0",
"postcss-nesting": "12.0.0",
"tailwindcss": "3.3.2",
"typescript": "5.1.3",
"unplugin-auto-import": "0.16.4",
"typescript": "5.1.6",
"unplugin-auto-import": "0.16.5",
"unplugin-vue-components": "0.25.1",
"vite": "4.3.9",
"vitest": "0.32.0",
"vue-tsc": "1.8.1",
"vitest": "0.32.4",
"vue-tsc": "1.8.3",
"wait-on": "7.0.1"
}
}
Loading

1 comment on commit 38b5990

@vercel
Copy link

@vercel vercel bot commented on 38b5990 Jul 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.