Skip to content

Commit

Permalink
fix: up browserslit-to-esbuild to fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Jan 11, 2024
1 parent 9191ffc commit d5433e5
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 169 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,23 @@
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@kingyue/vite-plugin-vue2-svg": "^0.6.0",
"vuetify2-component-types": "^2.7.0",
"@pinia/testing": "^0.1.3",
"@rushstack/eslint-patch": "^1.6.1",
"@testing-library/vue": "^5.9.0",
"@types/node": "^20.10.6",
"@types/node": "^20.11.0",
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-vue2": "^2.3.1",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^1.3.6",
"browserslist-to-esbuild": "^2.1.0",
"browserslist-to-esbuild": "^2.1.1",
"cypress": "^13.6.2",
"eslint": "^8.56.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-vue": "^9.19.2",
"eslint-plugin-vue": "^9.20.0",
"flush-promises": "^1.0.2",
"jsdom": "^23.1.0",
"msw": "^2.0.12",
"jsdom": "^23.2.0",
"msw": "^2.0.13",
"postcss-preset-env": "^9.3.0",
"prettier": "^3.1.1",
"rollup-plugin-regexp": "^5.0.1",
Expand All @@ -64,7 +63,8 @@
"vitest": "^1.1.3",
"volar-plugin-vue-router": "^0.2.0",
"vue-template-compiler": "^2.7.16",
"vue-tsc": "^1.8.27"
"vue-tsc": "^1.8.27",
"vuetify2-component-types": "^2.7.0"
},
"browserslist": [
"> 1.3%",
Expand Down
Loading

0 comments on commit d5433e5

Please sign in to comment.