Merge pull request #141 from abhijithvijayan/master

[CHORE] Upgrade packages
This commit is contained in:
Abhijith Vijayan
2026-01-04 18:45:36 +05:30
committed by GitHub
2 changed files with 493 additions and 824 deletions

1281
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -43,34 +43,34 @@
"webextension-polyfill": "^0.12.0" "webextension-polyfill": "^0.12.0"
}, },
"devDependencies": { "devDependencies": {
"@abhijithvijayan/eslint-config": "^3.0.0", "@abhijithvijayan/eslint-config": "^3.0.1",
"@abhijithvijayan/tsconfig": "^1.5.1", "@abhijithvijayan/tsconfig": "^1.5.1",
"@types/node": "^22.10.2", "@types/node": "^25.0.3",
"@types/react": "^19.0.2", "@types/react": "^19.0.2",
"@types/react-copy-to-clipboard": "^5.0.7", "@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^19.0.2", "@types/react-dom": "^19.0.2",
"@types/webextension-polyfill": "^0.12.1", "@types/webextension-polyfill": "^0.12.1",
"@typescript-eslint/eslint-plugin": "^8.18.1", "@typescript-eslint/eslint-plugin": "^8.51.0",
"@typescript-eslint/parser": "^8.18.1", "@typescript-eslint/parser": "^8.51.0",
"@vitejs/plugin-react": "^4.3.4", "@vitejs/plugin-react": "^5.1.2",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"cross-env": "^7.0.3", "cross-env": "^10.1.0",
"eslint": "^9.17.0", "eslint": "^9.39.2",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^10.1.8",
"eslint-plugin-import-x": "^4.5.0", "eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-n": "^17.15.1", "eslint-plugin-n": "^17.23.1",
"eslint-plugin-prettier": "^5.2.1", "eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.2", "eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-hooks": "^7.0.1",
"globals": "^15.14.0", "globals": "^17.0.0",
"postcss": "^8.4.49", "postcss": "^8.4.49",
"prettier": "^3.4.2", "prettier": "^3.7.4",
"sass": "^1.83.0", "sass": "^1.83.0",
"typescript": "^5.7.2", "typescript": "^5.7.2",
"vite": "^6.0.5", "vite": "^7.3.0",
"vite-plugin-checker": "^0.8.0", "vite-plugin-checker": "^0.12.0",
"vite-plugin-wext-manifest": "^1.2.2", "vite-plugin-wext-manifest": "^1.2.2",
"vite-plugin-zip-pack": "^1.2.4" "vite-plugin-zip-pack": "^1.2.4"
} }
} }