1
0
mirror of https://github.com/XFox111/PasswordGeneratorExtension.git synced 2026-04-22 08:08:01 +03:00

Patch 5.1.3 (#603)

* Monthly dependency bump (October 2025)

* Update package.json
This commit is contained in:
2025-10-05 00:07:06 +05:00
committed by GitHub
parent d555b2a3ae
commit 3187aa9a9a
2 changed files with 1793 additions and 2240 deletions
+1780 -2227
View File
File diff suppressed because it is too large Load Diff
+13 -13
View File
@@ -1,6 +1,6 @@
{
"name": "password-generator",
"version": "5.1.2",
"version": "5.1.3",
"private": true,
"type": "module",
"scripts": {
@@ -15,25 +15,25 @@
"postinstall": "wxt prepare"
},
"dependencies": {
"@fluentui/react-components": "^9.69.0",
"@fluentui/react-icons": "^2.0.309",
"@fluentui/react-components": "^9.72.0",
"@fluentui/react-icons": "^2.0.311",
"@wxt-dev/i18n": "^0.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-responsive": "^10.0.1"
},
"devDependencies": {
"@eslint/js": "^9.34.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.42.0",
"@typescript-eslint/parser": "^8.42.0",
"@wxt-dev/module-react": "^1.1.3",
"eslint": "^9.34.0",
"@eslint/js": "^9.37.0",
"@types/react": "^18.3.25",
"@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^8.45.0",
"@typescript-eslint/parser": "^8.45.0",
"@wxt-dev/module-react": "^1.1.5",
"eslint": "^9.37.0",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.3.0",
"typescript": "^5.8.3",
"wxt": "^0.20.8"
"globals": "^16.4.0",
"typescript": "^5.9.3",
"wxt": "^0.20.11"
},
"overrides": {
"@babel/runtime": "^7.26.10"