Skip to content

Commit 6ea20fd

Browse files
committed
update dependencies
1 parent 2e74e43 commit 6ea20fd

6 files changed

Lines changed: 71 additions & 83 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@nx/eslint-plugin": "^19.5.4",
3333
"@nx/js": "^19.5.4",
3434
"@nx/linter": "^19.8.4",
35-
"@playwright/test": "^1.57.0",
35+
"@playwright/test": "^1.58.1",
3636
"@rollup/plugin-node-resolve": "^15.3.0",
3737
"@types/node": "^20.14.11",
3838
"@types/react": "^18.3.12",
@@ -44,7 +44,7 @@
4444
"eslint-config-prettier": "^9.1.0",
4545
"eslint-plugin-astro": "^1.5.0",
4646
"eslint-plugin-import": "^2.32.0",
47-
"eslint-plugin-prettier": "^5.5.4",
47+
"eslint-plugin-prettier": "^5.5.5",
4848
"eslint-plugin-react": "^7.37.5",
4949
"eslint-plugin-react-hooks": "^4.6.2",
5050
"eslint-plugin-require-extensions": "^0.1.3",
@@ -53,7 +53,7 @@
5353
"lil-gui": "^0.21.0",
5454
"npm-run-all": "^4.1.5",
5555
"nx": "^19.3.1",
56-
"prettier": "^3.7.4",
56+
"prettier": "^3.8.1",
5757
"prettier-plugin-astro": "^0.14.1",
5858
"react": "^18.3.1",
5959
"rimraf": "^6.1.2",

packages/shadow-objects-e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@spearwolf/shadow-objects": "workspace:*"
2424
},
2525
"devDependencies": {
26-
"@playwright/test": "^1.55.0",
27-
"typescript": "^5.9.2",
26+
"@playwright/test": "^1.58.1",
27+
"typescript": "^5.9.3",
2828
"vite": "^5.4.10"
2929
}
3030
}

packages/shadow-objects-testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@esm-bundle/chai": "4.3.4-fix.0",
2222
"@web/test-runner": "^0.18.2",
23-
"lit-html": "^3.3.1",
23+
"lit-html": "^3.3.2",
2424
"sinon": "^17.0.1"
2525
}
2626
}

packages/shadow-objects/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to [@spearwolf/shadow-objects](https://github.com/spearwolf/
55
The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.30.1] - 2026-02-04
9+
10+
- update dependencies
11+
- `@spearwolf/signalize` to 0.27.2
12+
813
## [0.30.0] - 2026-01-21
914

1015
- **New Feature:** Added `emit()` helper to `ShadowObjectCreationAPI`.

packages/shadow-objects/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spearwolf/shadow-objects",
33
"description": "a reactive entity-component framework that feels at home in the shadows",
4-
"version": "0.30.0",
4+
"version": "0.30.1",
55
"author": {
66
"name": "Wolfger Schramm",
77
"email": "wolfger@spearwolf.de",
@@ -89,6 +89,6 @@
8989
},
9090
"dependencies": {
9191
"@spearwolf/eventize": "^4.0.2",
92-
"@spearwolf/signalize": "^0.25.0"
92+
"@spearwolf/signalize": "^0.27.2"
9393
}
9494
}

pnpm-lock.yaml

Lines changed: 58 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)