From 82fa2cf326cddc62e1ab353c15aec856d16cb764 Mon Sep 17 00:00:00 2001 From: react18-tools Date: Sat, 20 Apr 2024 00:56:06 +0000 Subject: [PATCH] upgrade deps && docs --- docs/functions/default.html | 2 +- docs/types/SetStateAction.html | 2 +- docs/types/SetterArgType.html | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/functions/default.html b/docs/functions/default.html index 1642bcf3..7e7da716 100644 --- a/docs/functions/default.html +++ b/docs/functions/default.html @@ -4,4 +4,4 @@ this state accessible to all client components.

Type Parameters

Parameters

Returns [T, ((val) => void)]

Example

const [state, setState] = useRGS<number>("counter", 1);
 
-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/types/SetStateAction.html b/docs/types/SetStateAction.html index 486c23d8..e5cdd4de 100644 --- a/docs/types/SetStateAction.html +++ b/docs/types/SetStateAction.html @@ -1 +1 @@ -SetStateAction | Code Documentation

Type alias SetStateAction<T>

SetStateAction<T>: ((val) => void)

Type Parameters

  • T

Type declaration

\ No newline at end of file +SetStateAction | Code Documentation

Type alias SetStateAction<T>

SetStateAction<T>: ((val) => void)

Type Parameters

  • T

Type declaration

\ No newline at end of file diff --git a/docs/types/SetterArgType.html b/docs/types/SetterArgType.html index ea4e8de3..5433ad4f 100644 --- a/docs/types/SetterArgType.html +++ b/docs/types/SetterArgType.html @@ -1 +1 @@ -SetterArgType | Code Documentation

Type alias SetterArgType<T>

SetterArgType<T>: T | ((prevState) => T)

Type Parameters

  • T

Type declaration

    • (prevState): T
    • Parameters

      • prevState: T

      Returns T

\ No newline at end of file +SetterArgType | Code Documentation

Type alias SetterArgType<T>

SetterArgType<T>: T | ((prevState) => T)

Type Parameters

  • T

Type declaration

    • (prevState): T
    • Parameters

      • prevState: T

      Returns T

\ No newline at end of file diff --git a/package.json b/package.json index 458da6a5..0681e626 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@changesets/cli": "^2.27.1", - "eslint": "^9.0.0", + "eslint": "^9.1.0", "prettier": "^3.2.5", "tsconfig": "workspace:*", "turbo": "^1.13.2"