Skip to content

Commit

Permalink
chore: bump vitest to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Uninen committed Dec 4, 2023
1 parent c3fec5c commit 2ff53c7
Show file tree
Hide file tree
Showing 3 changed files with 534 additions and 513 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.1.0 (2023-12-04)

- Upgrade vitest to version 1.0.0

## 5.0.0 (2023-11-24)

- Feat: added `router` instance to store.
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-ts-tailwind-starter",
"version": "5.0.0",
"version": "5.1.0",
"type": "module",
"scripts": {
"dev": "cross-env DEBUG=0 vite",
Expand All @@ -17,53 +17,53 @@
"dependencies": {
"@vueuse/head": "2.0.0",
"pinia": "2.1.7",
"vue": "3.3.8",
"vue": "3.3.10",
"vue-router": "4.2.5"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "1.4.0",
"@iconify/json": "2.2.146",
"@iconify/json": "2.2.152",
"@iconify/types": "2.0.0",
"@pinia/testing": "0.1.3",
"@playwright/test": "1.40.0",
"@playwright/test": "1.40.1",
"@rushstack/eslint-patch": "1.6.0",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/line-clamp": "0.4.4",
"@tailwindcss/typography": "0.5.10",
"@types/jsdom": "21.1.6",
"@types/lodash-es": "4.17.12",
"@types/node": "20.10.0",
"@types/node": "20.10.3",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@vitejs/plugin-vue": "4.5.0",
"@vitest/coverage-v8": "0.34.6",
"@vitejs/plugin-vue": "4.5.1",
"@vitest/coverage-v8": "1.0.0",
"@vue/eslint-config-prettier": "8.0.0",
"@vue/eslint-config-typescript": "12.0.0",
"@vue/test-utils": "2.4.2",
"@vue/test-utils": "2.4.3",
"@vue/tsconfig": "0.4.0",
"autoprefixer": "10.4.16",
"cross-env": "^7.0.3",
"cssnano": "6.0.1",
"eslint": "8.55.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-security": "1.7.1",
"eslint-plugin-vue": "9.19.2",
"jsdom": "23.0.1",
"lodash-es": "4.17.21",
"postcss": "8.4.31",
"postcss": "8.4.32",
"postcss-import": "15.1.0",
"postcss-nesting": "12.0.1",
"tailwindcss": "3.3.5",
"typescript": "5.3.2",
"unplugin-auto-import": "0.17.1",
"unplugin-vue-components": "0.25.2",
"vite": "5.0.2",
"vitest": "0.34.6",
"vue-tsc": "1.8.22",
"unplugin-auto-import": "0.17.2",
"unplugin-vue-components": "0.26.0",
"vite": "5.0.5",
"vitest": "1.0.0",
"vue-tsc": "1.8.24",
"wait-on": "7.2.0"
}
}
Loading

1 comment on commit 2ff53c7

@vercel
Copy link

@vercel vercel bot commented on 2ff53c7 Dec 4, 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.