create-rari-app 0.5.2 → 0.5.4
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 +1 -1
- package/package.json +3 -3
- package/templates/default/package.json +4 -4
package/README.md
CHANGED
|
@@ -116,7 +116,7 @@ rari automatically downloads the correct binary for your platform. Supported pla
|
|
|
116
116
|
|
|
117
117
|
- macOS (Intel and Apple Silicon)
|
|
118
118
|
- Linux (x64 and ARM64)
|
|
119
|
-
- Windows (x64)
|
|
119
|
+
- Windows (x64 and ARM64)
|
|
120
120
|
|
|
121
121
|
If the binary download fails, check your internet connection and firewall settings.
|
|
122
122
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-rari-app",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.4",
|
|
5
5
|
"description": "Create Runtime Accelerated Rendering Infrastructure (rari) applications with no build configuration",
|
|
6
6
|
"author": "Ryan Skinner",
|
|
7
7
|
"license": "MIT",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/node": "^25.6.0",
|
|
47
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
48
|
-
"vite-plus": "^0.1.
|
|
47
|
+
"@typescript/native-preview": "^7.0.0-dev.20260424.2",
|
|
48
|
+
"vite-plus": "^0.1.19"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
51
51
|
"build": "pnpm clean && pnpm typecheck && vp pack",
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
"react-dom": "^19.2.5"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@tailwindcss/vite": "^4.2.
|
|
25
|
+
"@tailwindcss/vite": "^4.2.4",
|
|
26
26
|
"@types/node": "^25.6.0",
|
|
27
27
|
"@types/react": "^19.2.14",
|
|
28
28
|
"@types/react-dom": "^19.2.3",
|
|
29
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
30
|
-
"tailwindcss": "^4.2.
|
|
31
|
-
"vite-plus": "^0.1.
|
|
29
|
+
"@typescript/native-preview": "^7.0.0-dev.20260424.2",
|
|
30
|
+
"tailwindcss": "^4.2.4",
|
|
31
|
+
"vite-plus": "^0.1.19"
|
|
32
32
|
}
|
|
33
33
|
}
|