🚀 feat(_raedy): for deployment

This commit is contained in:
eshanized
2024-12-23 02:30:57 +05:30
parent 937b1a56ab
commit c3ee8d5653
54 changed files with 1051 additions and 352 deletions

View File

@@ -1,55 +1,55 @@
{
"hash": "890a6f3f",
"configHash": "f9d7a8c2",
"lockfileHash": "410bffdf",
"browserHash": "10af9bc8",
"hash": "9cd027ad",
"configHash": "da3a89ad",
"lockfileHash": "808aa4a6",
"browserHash": "904d6d10",
"optimized": {
"react": {
"src": "../../.pnpm/react@18.3.1/node_modules/react/index.js",
"file": "react.js",
"fileHash": "94ef5845",
"fileHash": "cc8e6a25",
"needsInterop": true
},
"react-dom": {
"src": "../../.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/index.js",
"file": "react-dom.js",
"fileHash": "8d065747",
"fileHash": "737fc743",
"needsInterop": true
},
"react/jsx-dev-runtime": {
"src": "../../.pnpm/react@18.3.1/node_modules/react/jsx-dev-runtime.js",
"file": "react_jsx-dev-runtime.js",
"fileHash": "b01317b0",
"fileHash": "1d63c3c7",
"needsInterop": true
},
"react/jsx-runtime": {
"src": "../../.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js",
"file": "react_jsx-runtime.js",
"fileHash": "8bbf0ce4",
"fileHash": "4532fb77",
"needsInterop": true
},
"octokit": {
"src": "../../.pnpm/octokit@3.2.1/node_modules/octokit/dist-web/index.js",
"file": "octokit.js",
"fileHash": "f064ab5f",
"fileHash": "0f09e13f",
"needsInterop": false
},
"react-dom/client": {
"src": "../../.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/client.js",
"file": "react-dom_client.js",
"fileHash": "c7d086b5",
"fileHash": "7df998f4",
"needsInterop": true
},
"react-icons/fa": {
"src": "../../.pnpm/react-icons@5.4.0_react@18.3.1/node_modules/react-icons/fa/index.mjs",
"file": "react-icons_fa.js",
"fileHash": "dd39192d",
"fileHash": "f002cc8d",
"needsInterop": false
},
"react-router-dom": {
"src": "../../.pnpm/react-router-dom@6.28.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/react-router-dom/dist/index.js",
"src": "../../.pnpm/react-router-dom@6.28.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/react-router-dom/dist/index.js",
"file": "react-router-dom.js",
"fileHash": "1cc7ee9b",
"fileHash": "78d7042c",
"needsInterop": false
}
},

View File

@@ -8,11 +8,11 @@ import {
__toESM
} from "./chunk-4B2QHNJT.js";
// node_modules/.pnpm/react-router-dom@6.28.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/react-router-dom/dist/index.js
// node_modules/.pnpm/react-router-dom@6.28.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/react-router-dom/dist/index.js
var React2 = __toESM(require_react());
var ReactDOM = __toESM(require_react_dom());
// node_modules/.pnpm/react-router@6.28.0_react@18.3.1/node_modules/react-router/dist/index.js
// node_modules/.pnpm/react-router@6.28.1_react@18.3.1/node_modules/react-router/dist/index.js
var React = __toESM(require_react());
// node_modules/.pnpm/@remix-run+router@1.21.0/node_modules/@remix-run/router/dist/router.js
@@ -3717,7 +3717,7 @@ function persistAppliedTransitions(_window, transitions) {
}
}
// node_modules/.pnpm/react-router@6.28.0_react@18.3.1/node_modules/react-router/dist/index.js
// node_modules/.pnpm/react-router@6.28.1_react@18.3.1/node_modules/react-router/dist/index.js
function _extends2() {
_extends2 = Object.assign ? Object.assign.bind() : function(target) {
for (var i = 1; i < arguments.length; i++) {
@@ -4376,23 +4376,23 @@ function warnOnce(key, message) {
}
var logDeprecation = (flag, msg, link) => warnOnce(flag, "⚠️ React Router Future Flag Warning: " + msg + ". " + ("You can use the `" + flag + "` future flag to opt-in early. ") + ("For more information, see " + link + "."));
function logV6DeprecationWarnings(renderFuture, routerFuture) {
if (!(renderFuture != null && renderFuture.v7_startTransition)) {
if ((renderFuture == null ? void 0 : renderFuture.v7_startTransition) === void 0) {
logDeprecation("v7_startTransition", "React Router will begin wrapping state updates in `React.startTransition` in v7", "https://reactrouter.com/v6/upgrading/future#v7_starttransition");
}
if (!(renderFuture != null && renderFuture.v7_relativeSplatPath) && (!routerFuture || !routerFuture.v7_relativeSplatPath)) {
if ((renderFuture == null ? void 0 : renderFuture.v7_relativeSplatPath) === void 0 && (!routerFuture || !routerFuture.v7_relativeSplatPath)) {
logDeprecation("v7_relativeSplatPath", "Relative route resolution within Splat routes is changing in v7", "https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath");
}
if (routerFuture) {
if (!routerFuture.v7_fetcherPersist) {
if (routerFuture.v7_fetcherPersist === void 0) {
logDeprecation("v7_fetcherPersist", "The persistence behavior of fetchers is changing in v7", "https://reactrouter.com/v6/upgrading/future#v7_fetcherpersist");
}
if (!routerFuture.v7_normalizeFormMethod) {
if (routerFuture.v7_normalizeFormMethod === void 0) {
logDeprecation("v7_normalizeFormMethod", "Casing of `formMethod` fields is being normalized to uppercase in v7", "https://reactrouter.com/v6/upgrading/future#v7_normalizeformmethod");
}
if (!routerFuture.v7_partialHydration) {
if (routerFuture.v7_partialHydration === void 0) {
logDeprecation("v7_partialHydration", "`RouterProvider` hydration behavior is changing in v7", "https://reactrouter.com/v6/upgrading/future#v7_partialhydration");
}
if (!routerFuture.v7_skipActionErrorRevalidation) {
if (routerFuture.v7_skipActionErrorRevalidation === void 0) {
logDeprecation("v7_skipActionErrorRevalidation", "The revalidation behavior after 4xx/5xx `action` responses is changing in v7", "https://reactrouter.com/v6/upgrading/future#v7_skipactionerrorrevalidation");
}
}
@@ -4747,7 +4747,7 @@ function createMemoryRouter(routes, opts) {
}).initialize();
}
// node_modules/.pnpm/react-router-dom@6.28.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/react-router-dom/dist/index.js
// node_modules/.pnpm/react-router-dom@6.28.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/react-router-dom/dist/index.js
function _extends3() {
_extends3 = Object.assign ? Object.assign.bind() : function(target) {
for (var i = 1; i < arguments.length; i++) {
@@ -5991,7 +5991,7 @@ export {
react-router/dist/index.js:
(**
* React Router v6.28.0
* React Router v6.28.1
*
* Copyright (c) Remix Software Inc.
*
@@ -6003,7 +6003,7 @@ react-router/dist/index.js:
react-router-dom/dist/index.js:
(**
* React Router DOM v6.28.0
* React Router DOM v6.28.1
*
* Copyright (c) Remix Software Inc.
*

File diff suppressed because one or more lines are too long