fix(web): re-apply patch for react-hot-toast (#13)

This commit is contained in:
ANTOND.
2025-05-18 14:32:22 +02:00
committed by GitHub
parent b5fdd8a160
commit 22b3600a14
5 changed files with 288 additions and 235 deletions

View File

@@ -21,7 +21,7 @@
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-hook-form": "^7.41.3", "react-hook-form": "^7.41.3",
"react-hot-toast": "^2.4.0", "react-hot-toast": "^2.5.2",
"react-markdown": "^8.0.1", "react-markdown": "^8.0.1",
"remark-gfm": "^3.0.1", "remark-gfm": "^3.0.1",
"tinycolor2": "^1.6.0", "tinycolor2": "^1.6.0",
@@ -46,6 +46,9 @@
}, },
}, },
}, },
"patchedDependencies": {
"react-hot-toast@2.5.2": "patches/react-hot-toast@2.5.2.patch",
},
"packages": { "packages": {
"@ampproject/remapping": ["@ampproject/remapping@2.3.0", "", { "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.24" } }, "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw=="], "@ampproject/remapping": ["@ampproject/remapping@2.3.0", "", { "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.24" } }, "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw=="],

View File

@@ -21,7 +21,7 @@
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-hook-form": "^7.41.3", "react-hook-form": "^7.41.3",
"react-hot-toast": "^2.4.0", "react-hot-toast": "^2.5.2",
"react-markdown": "^8.0.1", "react-markdown": "^8.0.1",
"remark-gfm": "^3.0.1", "remark-gfm": "^3.0.1",
"tinycolor2": "^1.6.0", "tinycolor2": "^1.6.0",
@@ -50,9 +50,7 @@
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"rimraf": "^3.0.2" "rimraf": "^3.0.2"
}, },
"pnpm": { "patchedDependencies": {
"patchedDependencies": { "react-hot-toast@2.5.2": "patches/react-hot-toast@2.5.2.patch"
"react-hot-toast@2.4.0": "patches/react-hot-toast@2.4.0.patch"
}
} }
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long