File tree Expand file tree Collapse file tree 6 files changed +936
-774
lines changed
Expand file tree Collapse file tree 6 files changed +936
-774
lines changed Original file line number Diff line number Diff line change 2222 "@testing-library/vue" : " ^8.1.0" ,
2323 "@typescript-eslint/eslint-plugin" : " ^7.4.0" ,
2424 "@typescript-eslint/parser" : " ^7.4.0" ,
25- "@vitejs/plugin-vue" : " ^5.0.4 " ,
26- "@vitejs/plugin-vue-jsx" : " ^3 .1.0 " ,
27- "@vitest/coverage-v8" : " ^2.0.5 " ,
25+ "@vitejs/plugin-vue" : " ^5.2.1 " ,
26+ "@vitejs/plugin-vue-jsx" : " ^4 .1.1 " ,
27+ "@vitest/coverage-v8" : " ^2.1.8 " ,
2828 "@vue/eslint-config-prettier" : " ^9.0.0" ,
2929 "cz-conventional-changelog" : " ^3.3.0" ,
3030 "eslint" : " ^8.57.0" ,
3131 "eslint-config-prettier" : " ^9.1.0" ,
3232 "eslint-plugin-prettier" : " ^5.1.3" ,
3333 "eslint-plugin-vue" : " ^9.24.0" ,
3434 "husky" : " ^9.0.11" ,
35- "jsdom" : " ^24 .0.0 " ,
35+ "jsdom" : " ^25 .0.1 " ,
3636 "prettier" : " ^3.2.5" ,
3737 "semantic-release" : " ^24.1.0" ,
38- "typescript" : " ^5.4.3 " ,
39- "vite" : " ^5.4.6 " ,
38+ "typescript" : " ^5.7.2 " ,
39+ "vite" : " ^6.0.2 " ,
4040 "vite-plugin-dts" : " ^4.0.3" ,
41- "vitest" : " ^2.0.5 " ,
41+ "vitest" : " ^2.1.8 " ,
4242 "vue-tsc" : " ^2.0.7"
4343 }
4444}
Original file line number Diff line number Diff line change 3636 ],
3737 "license" : " Apache-2.0" ,
3838 "peerDependencies" : {
39- "vue" : " ^3.3 .0"
39+ "vue" : " >=3.2 .0"
4040 },
4141 "publishConfig" : {
4242 "access" : " public" ,
5050 "lodash-es" : " ^4.17.21" ,
5151 "stylis" : " ^4.3.2"
5252 }
53- }
53+ }
Original file line number Diff line number Diff line change 1- /// <reference types="vitest" />
1+ /// <reference types="vitest/config" />
2+ /// <reference types="vite/client" />
23import { defineConfig } from 'vite'
34import { resolve } from 'path'
45import dts from 'vite-plugin-dts'
Original file line number Diff line number Diff line change 44 "dev" : " vite"
55 },
66 "dependencies" : {
7- "@vue-styled-components/core" : " workspace:1.8.0-alpha.2 " ,
7+ "@vue-styled-components/core" : " workspace:* " ,
88 "vue" : " ^3.4.38"
99 },
1010 "devDependencies" : {
1111 "autoprefixer" : " ^10.4.20" ,
1212 "postcss" : " ^8.4.41" ,
1313 "tailwindcss" : " ^3.4.10"
1414 }
15- }
15+ }
You can’t perform that action at this time.
0 commit comments