Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zzjiaxiang committed Sep 8, 2024
1 parent 649d3e0 commit 8a93290
Show file tree
Hide file tree
Showing 2 changed files with 859 additions and 846 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@
"autoprefixer": "^10.4.19",
"chokidar": "^3.6.0",
"codesandbox": "^2.2.3",
"cypress": "^13.13.1",
"cypress": "^13.14.2",
"ember-eslint-parser": "^0.5.0",
"eslint": "^8.57.0",
"eslint-plugin-ember": "^12.1.1",
"eslint-plugin-lit": "^1.14.0",
"eslint-plugin-ember": "^12.2.0",
"eslint-plugin-lit": "^1.15.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qwik": "^1.7.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-solid": "^0.14.1",
"eslint-plugin-qwik": "^1.8.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-solid": "^0.14.3",
"eslint-plugin-svelte": "^2.43.0",
"eslint-plugin-vue": "^9.27.0",
"eslint-plugin-vue": "^9.28.0",
"esm": "^3.2.25",
"eta": "^3.4.0",
"folder-hash": "^4.0.4",
Expand All @@ -86,11 +86,11 @@
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vite-plugin-html": "^3.2.2",
"vue": "^3.4.33"
"vue": "^3.5.3"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue,gjs}": "eslint --cache --fix",
"**/svelte4/*.svelte": "eslint --cache --fix",
"*.{js,jsx,ts,tsx,svelte,vue,html,md,css,hbs}": "prettier --cache --write"
}
}
}
Loading

0 comments on commit 8a93290

Please sign in to comment.