Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions THIRD-PARTY-LICENSES.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ the same license). Source: https://github.com/gs1/gs1-syntax-dictionary
63 production packages ship in the bundle, each listed with its
SPDX license and the verbatim license text from its package.

### @codemirror/commands 6.11.0
### @codemirror/commands 6.11.1

- License: MIT
- Author: Marijn Haverbeke
Expand Down Expand Up @@ -330,7 +330,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
```

### @codemirror/state 6.7.4
### @codemirror/state 6.7.5

- License: MIT
- Author: Marijn Haverbeke
Expand Down Expand Up @@ -359,7 +359,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
```

### @codemirror/view 6.43.11
### @codemirror/view 6.43.12

- License: MIT
- Author: Marijn Haverbeke
Expand Down Expand Up @@ -3137,7 +3137,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

### konva 10.5.0
### konva 10.6.0

- License: MIT
- Author: Anton Lavrenov
Expand Down Expand Up @@ -3464,7 +3464,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

### react-konva 19.2.7
### react-konva 19.3.0

- License: MIT
- Homepage: https://konvajs.org/docs/react/index.html
Expand Down Expand Up @@ -3493,7 +3493,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

### react-reconciler 0.33.0
### react-reconciler 0.34.0

- License: MIT
- Homepage: https://react.dev/
Expand Down Expand Up @@ -3731,7 +3731,7 @@ SOFTWARE.
limitations under the License.
```

### scheduler 0.27.0, 0.28.0
### scheduler 0.28.0

- License: MIT
- Homepage: https://react.dev/
Expand Down Expand Up @@ -3760,11 +3760,11 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

### style-mod 4.1.3
### style-mod 4.1.3, 4.1.4

- License: MIT
- Author: Marijn Haverbeke
- Homepage: https://github.com/marijnh/style-mod#readme
- Homepage: https://code.haverbeke.berlin/marijn/style-mod

```
Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
Expand Down Expand Up @@ -3896,7 +3896,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
```

### zod 4.6.2
### zod 4.6.5

- License: MIT
- Author: Colin McDonnell
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"e2e": "pnpm build && playwright test"
},
"dependencies": {
"@codemirror/commands": "^6.11.0",
"@codemirror/commands": "^6.11.1",
"@codemirror/language": "^6.12.4",
"@codemirror/lint": "^6.9.7",
"@codemirror/state": "^6.7.4",
"@codemirror/view": "^6.43.11",
"@codemirror/state": "^6.7.5",
"@codemirror/view": "^6.43.12",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@fontsource/ibm-plex-mono": "^5.3.0",
Expand All @@ -47,28 +47,28 @@
"@zplab/core": "workspace:*",
"bwip-js": "^4.11.4",
"fflate": "^0.8.3",
"konva": "^10.5.0",
"konva": "^10.6.0",
"papaparse": "^5.7.0",
"react": "^19.3.0",
"react-dom": "^19.3.0",
"react-konva": "^19.2.7",
"zod": "^4.6.2",
"react-konva": "^19.3.0",
"zod": "^4.6.5",
"zundo": "^2.3.0",
"zustand": "^5.0.15"
},
"devDependencies": {
"@babel/core": "^8.0.5",
"@babel/core": "^8.0.6",
"@eslint/js": "^10.0.1",
"@napi-rs/canvas": "^1.0.9",
"@playwright/test": "^1.63.0",
"@rolldown/plugin-babel": "^0.2.4",
"@tailwindcss/vite": "^4.3.3",
"@tauri-apps/cli": "^2.11.4",
"@testing-library/dom": "^10.4.1",
"@testing-library/dom": "^10.4.2",
"@testing-library/react": "^16.3.3",
"@testing-library/user-event": "^14.6.7",
"@types/babel__core": "^7.20.5",
"@types/node": "^26.5.1",
"@types/node": "^26.6.2",
"@types/papaparse": "^5.5.2",
"@types/pixelmatch": "^7.1.0",
"@types/pngjs": "^6.0.5",
Expand All @@ -77,11 +77,11 @@
"@vitejs/plugin-react": "^6.1.1",
"@vitest/coverage-v8": "^4.1.11",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^10.10.0",
"eslint": "^10.11.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.6",
"eslint-plugin-react-refresh": "^0.5.7",
"globals": "^17.12.0",
"jsdom": "^30.0.1",
"jsdom": "^30.1.0",
"pixelmatch": "^7.2.0",
"pngjs": "^7.0.0",
"spdx-expression-parse": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"dependencies": {
"bwip-js": "^4.11.4",
"fflate": "^0.8.3",
"zod": "^4.6.2"
"zod": "^4.6.5"
}
}
2 changes: 1 addition & 1 deletion packages/mcp-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@modelcontextprotocol/sdk": "^1.30.0",
"@zplab/core": "workspace:*",
"bwip-js": "^4.11.4",
"zod": "^4.6.2"
"zod": "^4.6.5"
},
"devDependencies": {
"esbuild": "^0.28.2",
Expand Down
Loading
Loading