mirror of
https://github.com/penpot/penpot.git
synced 2026-08-29 16:18:48 +00:00
📎 Minor fixes related to pnpm12 compatibility
This commit is contained in:
parent
d183b89e2f
commit
0a1eb034bd
@ -282,8 +282,7 @@
|
|||||||
[code value]
|
[code value]
|
||||||
(if (some? value)
|
(if (some? value)
|
||||||
(throw (js/Error. (dm/str "[PENPOT PLUGIN] Value not valid: " value ". Code: " code)))
|
(throw (js/Error. (dm/str "[PENPOT PLUGIN] Value not valid: " value ". Code: " code)))
|
||||||
(throw (js/Error. (dm/str "[PENPOT PLUGIN] Value not valid. Code: " code))))
|
(throw (js/Error. (dm/str "[PENPOT PLUGIN] Value not valid. Code: " code)))))
|
||||||
nil)
|
|
||||||
|
|
||||||
(defn not-valid
|
(defn not-valid
|
||||||
[plugin-id code value]
|
[plugin-id code value]
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
import { defineConfig, mergeConfig } from "vite";
|
import { defineConfig, mergeConfig } from "vite";
|
||||||
import baseConfig from "./vite.config";
|
import baseConfig from "./vite.config.ts";
|
||||||
|
|
||||||
export default mergeConfig(
|
export default mergeConfig(
|
||||||
baseConfig,
|
baseConfig,
|
||||||
|
|||||||
2490
mcp/pnpm-lock.yaml
generated
2490
mcp/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -14,9 +14,9 @@ minimumReleaseAgeExclude:
|
|||||||
- hono@4.12.34
|
- hono@4.12.34
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
- "./packages/common"
|
- "packages/common"
|
||||||
- "./packages/server"
|
- "packages/server"
|
||||||
- "./packages/plugin"
|
- "packages/plugin"
|
||||||
|
|
||||||
overrides:
|
overrides:
|
||||||
'@hono/node-server@<2.0.5': ^2.0.5
|
'@hono/node-server@<2.0.5': ^2.0.5
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user