Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pionxzh committed Jan 20, 2024
1 parent a63d3ab commit b057021
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 308 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.fixAll.eslint": true, // this allows ESLint to auto fix on save
"source.organizeImports": false
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
},
"editor.formatOnSave": false,
"eslint.validate": [
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.8.0",
"private": true,
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@8.14.1",
"title": "Get Twitter Icons Back",
"description": "Brings back the blue bird icon on Twitter. No more 𝕏.",
"author": "Pionxzh",
Expand All @@ -26,18 +26,18 @@
"prepare": "husky install"
},
"dependencies": {
"vite-plugin-monkey": "^3.5.0"
"vite-plugin-monkey": "^3.5.1"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@pionxzh/eslint-config-react": "^0.7.0",
"@types/node": "^20.8.10",
"eslint": "^8.53.0",
"@types/node": "^20.11.5",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"lint-staged": "^15.2.0",
"typescript": "^5.2.2",
"vite": "^4.5.0"
"vite": "^4.5.2"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "pnpm exec eslint"
Expand Down
Loading

0 comments on commit b057021

Please sign in to comment.