mirror of
https://github.com/penpot/penpot.git
synced 2026-08-29 08:08:46 +00:00
📎 Minor fixes related to pnpm12 compatibility
This commit is contained in:
parent
d183b89e2f
commit
0a1eb034bd
@ -282,8 +282,7 @@
|
||||
[code 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. Code: " code))))
|
||||
nil)
|
||||
(throw (js/Error. (dm/str "[PENPOT PLUGIN] Value not valid. Code: " code)))))
|
||||
|
||||
(defn not-valid
|
||||
[plugin-id code value]
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
import { defineConfig, mergeConfig } from "vite";
|
||||
import baseConfig from "./vite.config";
|
||||
import baseConfig from "./vite.config.ts";
|
||||
|
||||
export default mergeConfig(
|
||||
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
|
||||
|
||||
packages:
|
||||
- "./packages/common"
|
||||
- "./packages/server"
|
||||
- "./packages/plugin"
|
||||
- "packages/common"
|
||||
- "packages/server"
|
||||
- "packages/plugin"
|
||||
|
||||
overrides:
|
||||
'@hono/node-server@<2.0.5': ^2.0.5
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user