@zenuml/core 3.48.1 → 3.48.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenuml/core",
3
- "version": "3.48.1",
3
+ "version": "3.48.2",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -97,7 +97,6 @@
97
97
  "marked": "^4.3.0",
98
98
  "pako": "^2.1.0",
99
99
  "pino": "^8.21.0",
100
- "playwright-core": "^1.59.1",
101
100
  "react": "^19.2.3",
102
101
  "react-dom": "^19.2.3",
103
102
  "tailwind-merge": "^3.4.0",
@@ -131,6 +130,7 @@
131
130
  "jsdom": "^26.1.0",
132
131
  "less": "^4.5.1",
133
132
  "pixelmatch": "^7.1.0",
133
+ "playwright-core": "^1.59.1",
134
134
  "pngjs": "^7.0.0",
135
135
  "postcss": "^8.5.6",
136
136
  "prettier": "3.5.3",
@@ -147,5 +147,13 @@
147
147
  },
148
148
  "optionalDependencies": {
149
149
  "@napi-rs/canvas": "^0.1.97"
150
+ },
151
+ "peerDependencies": {
152
+ "playwright-core": "^1.59.1"
153
+ },
154
+ "peerDependenciesMeta": {
155
+ "playwright-core": {
156
+ "optional": true
157
+ }
150
158
  }
151
159
  }