Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Sep 14, 2023
1 parent 8cdc126 commit f5e1bc1
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 157 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,5 @@ module.exports = {
files: ['cypress/integration/**.spec.{js,ts,jsx,tsx}'],
extends: ['plugin:cypress/recommended'],
},
{
files: ['*.mts'],
parser: require.resolve('@typescript-eslint/parser'),
},
],
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue2": "^2.2.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^1.3.6",
"browserslist-to-esbuild": "^1.2.0",
"cypress": "^13.1.0",
"cypress": "^13.2.0",
"eslint": "^8.49.0",
"eslint-plugin-cypress": "^2.14.0",
"eslint-plugin-vue": "^9.17.0",
"flush-promises": "^1.0.2",
"jsdom": "^22.1.0",
"msw": "^1.3.0",
"msw": "^1.3.1",
"postcss-load-config": "^4.0.1",
"postcss-preset-env": "^9.1.3",
"prettier": "^3.0.3",
Expand All @@ -69,7 +69,7 @@
"vitest": "^0.34.4",
"volar-plugin-vue-router": "^0.2.0",
"vue-template-compiler": "^2.7.14",
"vue-tsc": "^1.8.10"
"vue-tsc": "^1.8.11"
},
"browserslist": [
"> 1.3%",
Expand Down
Loading

0 comments on commit f5e1bc1

Please sign in to comment.