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
@@ -1,5 +1,11 @@
1
1
  # create-rspeedy
2
2
 
3
+ ## 0.5.10
4
+
5
+ ### Patch Changes
6
+
7
+ - d59ee14: Update the react TypeScript template.
8
+
3
9
  ## 0.5.9
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rspeedy",
3
- "version": "0.5.9",
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.3",
35
- "@lynx-dev/rspeedy": "^0.5.9"
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
- Open [http://\<your-ip\>:3000/main/template.js](http://<your-ip>:3000/main/template.js) with your LynxExplorer App to see the result.
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.12",
17
+ "@lynx-dev/types": "^1.0.13",
18
18
  "@types/react": "^18.3.18",
19
19
  "typescript": "~5.7.3"
20
20
  },
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "compilerOptions": {
3
- "jsx": "react-jsx",
4
- "jsxImportSource": "@lynx-dev/react",
3
+ "jsx": "preserve",
5
4
 
6
5
  "module": "node16",
7
6
  "moduleResolution": "node16",