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
+2 -2
View File
@@ -1,4 +1,4 @@
import React, { createContext, useContext, useEffect, useState } from "react";
import React, { createContext, ReactElement, useContext, useEffect, useState } from "react";
import ExtensionOptions from "./ExtensionOptions";
import GeneratorOptions from "./GeneratorOptions";
@@ -48,6 +48,6 @@ interface IStorage
interface IStorageProviderProps extends React.PropsWithChildren
{
loader?: JSX.Element;
loader?: ReactElement;
}
// #endregion