From a551e9f84701a9e10ac4f111b81137cc9f32ab2b Mon Sep 17 00:00:00 2001 From: mayank1513 Date: Thu, 25 Apr 2024 00:49:29 +0000 Subject: [PATCH] upgrade deps && docs --- docs/functions/client_star_me_star_me.StarMe.html | 2 +- docs/functions/server_fork_me_fork_me.ForkMe.html | 2 +- docs/modules/client_star_me_star_me.html | 2 +- docs/modules/declaration.html | 2 +- docs/modules/server_fork_me_fork_me.html | 2 +- examples/nextjs/package.json | 4 ++-- packages/shared-ui/package.json | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/functions/client_star_me_star_me.StarMe.html b/docs/functions/client_star_me_star_me.StarMe.html index 3a759e81..8693b90c 100644 --- a/docs/functions/client_star_me_star_me.StarMe.html +++ b/docs/functions/client_star_me_star_me.StarMe.html @@ -1,2 +1,2 @@ StarMe | Code Documentation
\ No newline at end of file +

Parameters

Returns Element

\ No newline at end of file diff --git a/docs/functions/server_fork_me_fork_me.ForkMe.html b/docs/functions/server_fork_me_fork_me.ForkMe.html index c1a34f89..d2810161 100644 --- a/docs/functions/server_fork_me_fork_me.ForkMe.html +++ b/docs/functions/server_fork_me_fork_me.ForkMe.html @@ -1,4 +1,4 @@ ForkMe | Code Documentation
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/modules/client_star_me_star_me.html b/docs/modules/client_star_me_star_me.html index 1af8e298..85b2a71a 100644 --- a/docs/modules/client_star_me_star_me.html +++ b/docs/modules/client_star_me_star_me.html @@ -1,2 +1,2 @@ -client/star-me/star-me | Code Documentation

Module client/star-me/star-me

Index

Functions

StarMe +client/star-me/star-me | Code Documentation

Module client/star-me/star-me

Index

Functions

\ No newline at end of file diff --git a/docs/modules/declaration.html b/docs/modules/declaration.html index 79c07dfe..f16b239e 100644 --- a/docs/modules/declaration.html +++ b/docs/modules/declaration.html @@ -1 +1 @@ -declaration | Code Documentation
\ No newline at end of file +declaration | Code Documentation
\ No newline at end of file diff --git a/docs/modules/server_fork_me_fork_me.html b/docs/modules/server_fork_me_fork_me.html index 1ed7b038..ed077882 100644 --- a/docs/modules/server_fork_me_fork_me.html +++ b/docs/modules/server_fork_me_fork_me.html @@ -1,2 +1,2 @@ -server/fork-me/fork-me | Code Documentation

Module server/fork-me/fork-me

Index

Functions

ForkMe +server/fork-me/fork-me | Code Documentation

Module server/fork-me/fork-me

Index

Functions

\ No newline at end of file diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index ded31b37..1fe9c659 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -11,14 +11,14 @@ }, "dependencies": { "@mayank1513/fork-me": "workspace:*", - "next": "^14.2.2", + "next": "^14.2.3", "nextjs-themes": "^3.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", "shared-ui": "workspace:*" }, "devDependencies": { - "@next/eslint-plugin-next": "^14.2.2", + "@next/eslint-plugin-next": "^14.2.3", "@types/node": "^20.12.7", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", diff --git a/packages/shared-ui/package.json b/packages/shared-ui/package.json index 151002f0..31a8a978 100644 --- a/packages/shared-ui/package.json +++ b/packages/shared-ui/package.json @@ -15,7 +15,7 @@ "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", "eslint-config-custom": "workspace:*", - "next": "^14.2.2", + "next": "^14.2.3", "nextjs-themes": "^3.1.1", "react": "^18.2.0", "tsconfig": "workspace:*",