@emseepea/create-html-ui-server 0.0.14 → 0.0.15
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/README.md
CHANGED
|
@@ -6,7 +6,7 @@ This directory is both the maintained example and its public npm initializer.
|
|
|
6
6
|
|
|
7
7
|
Use this template for an accessible server-rendered HTML form with the fewest
|
|
8
8
|
front-end dependencies. Choose the [React UI server](../react-ui-server/README.md)
|
|
9
|
-
when the surrounding application already uses React. [Compare all
|
|
9
|
+
when the surrounding application already uses React. [Compare all templates](https://emseepea.github.io/emseepea/examples/).
|
|
10
10
|
|
|
11
11
|
## Create a Project
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@emseepea/create-html-ui-server",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"description": "Create an Em See Pea server with an accessible HTML form.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@emseepea/example-ui-shared": "0.0.0",
|
|
24
24
|
"playwright": "1.62.1",
|
|
25
25
|
"axe-core": "4.13.0",
|
|
26
|
-
"@emseepea/testing": "0.5.
|
|
26
|
+
"@emseepea/testing": "0.5.3",
|
|
27
27
|
"@types/node": "24.13.3",
|
|
28
28
|
"typescript": "6.0.3",
|
|
29
29
|
"oxlint": "1.80.0"
|