Skip to content

Commit

Permalink
chore: bump vite
Browse files Browse the repository at this point in the history
  • Loading branch information
Uninen committed Nov 17, 2023
1 parent ffc343a commit b30f361
Show file tree
Hide file tree
Showing 5 changed files with 1,206 additions and 1,005 deletions.
6 changes: 5 additions & 1 deletion .eslintrc-auto-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@
"watchPostEffect": true,
"watchSyncEffect": true,
"toValue": true,
"useSeoMeta": true
"useSeoMeta": true,
"ExtractDefaultPropTypes": true,
"ExtractPropTypes": true,
"ExtractPublicPropTypes": true,
"WritableComputedRef": true
}
}
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.3.0 (2023-11-17)

- Feat: upgraded Vite to v5.0

## 4.2.0 (2023-07-05)

- Feat: added [@egoist/tailwindcss-icons](https://github.com/egoist/tailwindcss-icons)
Expand Down
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-ts-tailwind-starter",
"version": "4.1.0",
"version": "4.3.0",
"scripts": {
"dev": "cross-env DEBUG=0 vite",
"build": "vite build",
Expand All @@ -15,33 +15,33 @@
},
"dependencies": {
"@vueuse/head": "2.0.0",
"pinia": "2.1.4",
"vue": "3.3.4",
"vue-router": "4.2.2"
"pinia": "2.1.7",
"vue": "3.3.8",
"vue-router": "4.2.5"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "1.4.0",
"@iconify/json": "2.2.86",
"@iconify/json": "2.2.142",
"@iconify/types": "2.0.0",
"@pinia/testing": "0.1.2",
"@playwright/test": "1.39.0",
"@rushstack/eslint-patch": "1.5.0",
"@pinia/testing": "0.1.3",
"@playwright/test": "1.40.0",
"@rushstack/eslint-patch": "1.5.1",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.3",
"@tailwindcss/forms": "0.5.7",
"@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.9.0",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@vitejs/plugin-vue": "4.4.0",
"@vitest/coverage-v8": "0.34.1",
"@tailwindcss/typography": "0.5.10",
"@types/jsdom": "21.1.5",
"@types/lodash-es": "4.17.11",
"@types/node": "20.9.1",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@vitejs/plugin-vue": "4.5.0",
"@vitest/coverage-v8": "0.34.6",
"@vue/eslint-config-prettier": "8.0.0",
"@vue/eslint-config-typescript": "12.0.0",
"@vue/test-utils": "2.4.0",
"@vue/test-utils": "2.4.2",
"@vue/tsconfig": "0.4.0",
"autoprefixer": "10.4.14",
"autoprefixer": "10.4.16",
"cross-env": "^7.0.3",
"cssnano": "6.0.1",
"eslint": "8.53.0",
Expand All @@ -53,16 +53,16 @@
"eslint-plugin-vue": "9.18.1",
"jsdom": "22.1.0",
"lodash-es": "4.17.21",
"postcss": "8.4.24",
"postcss": "8.4.31",
"postcss-import": "15.1.0",
"postcss-nesting": "12.0.0",
"tailwindcss": "3.3.2",
"postcss-nesting": "12.0.1",
"tailwindcss": "3.3.5",
"typescript": "5.2.2",
"unplugin-auto-import": "0.16.5",
"unplugin-vue-components": "0.25.1",
"vite": "4.5.0",
"vitest": "0.34.1",
"vue-tsc": "1.8.3",
"wait-on": "7.1.0"
"unplugin-auto-import": "0.16.7",
"unplugin-vue-components": "0.25.2",
"vite": "5.0.0",
"vitest": "0.34.6",
"vue-tsc": "1.8.22",
"wait-on": "7.2.0"
}
}
Loading

0 comments on commit b30f361

Please sign in to comment.