1
0
mirror of https://github.com/XFox111/PasswordGeneratorExtension.git synced 2026-07-02 19:52:43 +03:00

Patch 5.1.7 (#631)

* npm package update/npm audit fix/manifest version update

* Dependabot grouping update

* Minor branding update

* Updated copyright dates

* Bumped typescript to 6.0.3
This commit is contained in:
2026-05-17 19:22:44 +12:00
committed by GitHub
parent 0b4d05686d
commit 6881ab9dbc
9 changed files with 1601 additions and 1924 deletions
+16 -16
View File
@@ -1,6 +1,6 @@
{
"name": "password-generator",
"version": "5.1.6",
"version": "5.1.7",
"private": true,
"type": "module",
"scripts": {
@@ -15,25 +15,25 @@
"postinstall": "wxt prepare"
},
"dependencies": {
"@fluentui/react-components": "^9.72.9",
"@fluentui/react-icons": "^2.0.316",
"@wxt-dev/i18n": "^0.2.4",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"@fluentui/react-components": "^9.73.8",
"@fluentui/react-icons": "^2.0.326",
"@wxt-dev/i18n": "^0.2.5",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-responsive": "^10.0.1"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@typescript-eslint/eslint-plugin": "^8.51.0",
"@typescript-eslint/parser": "^8.45.0",
"@wxt-dev/module-react": "^1.1.5",
"eslint": "^9.39.2",
"@eslint/js": "^9.39.4",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"@wxt-dev/module-react": "^1.2.2",
"eslint": "^9.39.4",
"eslint-plugin-react": "^7.37.5",
"globals": "^17.0.0",
"typescript": "^5.9.3",
"wxt": "^0.20.13"
"globals": "^17.6.0",
"typescript": "^6.0.3",
"wxt": "^0.20.26"
},
"overrides": {
"@babel/runtime": "^7.26.10"