@emseepea/create-html-ui-server 0.0.19 → 0.0.21

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.
@@ -14,10 +14,10 @@
14
14
  "lint": "oxlint src test eval test-support"
15
15
  },
16
16
  "devDependencies": {
17
- "@emseepea/feedback": "0.2.0",
17
+ "@emseepea/feedback": "0.2.3",
18
18
  "playwright": "1.62.1",
19
19
  "axe-core": "4.13.0",
20
- "@emseepea/testing": "0.9.3",
20
+ "@emseepea/testing": "0.9.6",
21
21
  "@types/node": "24.13.3",
22
22
  "typescript": "6.0.3",
23
23
  "oxlint": "1.80.0"
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "private": true,
29
29
  "dependencies": {
30
- "@emseepea/server": "0.6.1",
30
+ "@emseepea/server": "0.8.1",
31
31
  "@emseepea/tailwind": "0.0.2"
32
32
  }
33
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emseepea/create-html-ui-server",
3
- "version": "0.0.19",
3
+ "version": "0.0.21",
4
4
  "description": "Create an Em See Pea server with an accessible HTML form.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -18,13 +18,13 @@
18
18
  "prepack": "npm run build:initializer"
19
19
  },
20
20
  "devDependencies": {
21
- "@emseepea/feedback": "0.2.0",
22
- "@emseepea/server": "0.6.1",
21
+ "@emseepea/feedback": "0.2.3",
22
+ "@emseepea/server": "0.8.1",
23
23
  "@emseepea/tailwind": "0.0.2",
24
24
  "@emseepea/example-ui-shared": "0.0.0",
25
25
  "playwright": "1.62.1",
26
26
  "axe-core": "4.13.0",
27
- "@emseepea/testing": "0.9.3",
27
+ "@emseepea/testing": "0.9.6",
28
28
  "@types/node": "24.13.3",
29
29
  "typescript": "6.0.3",
30
30
  "oxlint": "1.80.0"