feat: upgrades

This commit is contained in:
Abhijith Vijayan [FLUXON] 2026-01-03 18:52:12 +05:30
parent e1f0b743d1
commit f19a5580a3
2 changed files with 1049 additions and 472 deletions

1493
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -25,26 +25,26 @@
}, },
"dependencies": { "dependencies": {
"advanced-css-reset": "2.1.3", "advanced-css-reset": "2.1.3",
"react": "^19.1.0", "react": "^19.2.3",
"react-dom": "^19.1.0", "react-dom": "^19.2.3",
"webextension-polyfill": "^0.12.0" "webextension-polyfill": "^0.12.0"
}, },
"devDependencies": { "devDependencies": {
"@abhijithvijayan/tsconfig": "^1.5.1", "@abhijithvijayan/tsconfig": "^1.5.1",
"@types/node": "^24.0.7", "@types/node": "^25.0.3",
"@types/react": "^19.1.8", "@types/react": "^19.2.7",
"@types/react-dom": "^19.1.6", "@types/react-dom": "^19.2.3",
"@types/webextension-polyfill": "^0.12.3", "@types/webextension-polyfill": "^0.12.4",
"@vitejs/plugin-react": "^4.5.2", "@vitejs/plugin-react": "^5.1.2",
"autoprefixer": "^10.4.21", "autoprefixer": "^10.4.23",
"cross-env": "^7.0.3", "cross-env": "^10.1.0",
"postcss": "^8.5.6", "postcss": "^8.5.6",
"sass": "^1.89.2", "sass": "^1.97.1",
"typescript": "^5.8.3", "typescript": "^5.9.3",
"vite": "^6.3.5", "vite": "^7.3.0",
"vite-plugin-checker": "^0.9.3", "vite-plugin-checker": "^0.12.0",
"vite-plugin-clean": "^2.0.1", "vite-plugin-clean": "^2.0.1",
"vite-plugin-wext-manifest": "^1.1.0", "vite-plugin-wext-manifest": "^1.2.2",
"vite-plugin-zip-pack": "^1.2.4" "vite-plugin-zip-pack": "^1.2.4"
} }
} }