@emseepea/create-react-ui-server 0.0.11 → 0.0.14
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 form in an application that already uses
|
|
8
8
|
React. Choose the [HTML UI server](../html-ui-server/README.md) when native HTML
|
|
9
|
-
is enough and you want fewer front-end dependencies. [Compare all
|
|
9
|
+
is enough and you want fewer front-end dependencies. [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-react-ui-server",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.14",
|
|
4
4
|
"description": "Create an Em See Pea server with an accessible React form.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@emseepea/example-ui-shared": "0.0.0",
|
|
27
27
|
"playwright": "1.62.1",
|
|
28
28
|
"axe-core": "4.13.0",
|
|
29
|
-
"@emseepea/testing": "0.
|
|
29
|
+
"@emseepea/testing": "0.5.3",
|
|
30
30
|
"@types/node": "24.13.3",
|
|
31
31
|
"@types/react": "19.2.18",
|
|
32
32
|
"@types/react-dom": "19.2.5",
|