create-rspeedy 0.5.9 → 0.5.10
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-rspeedy",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.10",
|
|
4
4
|
"description": "Create Rspeedy-powered ReactLynx apps with one command",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@lynx-dev/qrcode-rsbuild-plugin": "^0.2.9",
|
|
33
33
|
"@lynx-dev/react": "^0.103.3",
|
|
34
|
-
"@lynx-dev/react-rsbuild-plugin": "^0.6.
|
|
35
|
-
"@lynx-dev/rspeedy": "^0.5.
|
|
34
|
+
"@lynx-dev/react-rsbuild-plugin": "^0.6.4",
|
|
35
|
+
"@lynx-dev/rspeedy": "^0.5.10"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
|
38
38
|
"node": ">=18"
|
|
@@ -16,6 +16,6 @@ Then, run the development server:
|
|
|
16
16
|
pnpm run dev
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Scan the QRCode in the terminal with your LynxExplorer App to see the result.
|
|
20
20
|
|
|
21
21
|
You can start editing the page by modifying `src/App.tsx`. The page auto-updates as you edit the file.
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@lynx-dev/qrcode-rsbuild-plugin": "workspace:*",
|
|
15
15
|
"@lynx-dev/react-rsbuild-plugin": "workspace:*",
|
|
16
16
|
"@lynx-dev/rspeedy": "workspace:*",
|
|
17
|
-
"@lynx-dev/types": "^1.0.
|
|
17
|
+
"@lynx-dev/types": "^1.0.13",
|
|
18
18
|
"@types/react": "^18.3.18",
|
|
19
19
|
"typescript": "~5.7.3"
|
|
20
20
|
},
|