create-rari-app 0.2.12 → 0.2.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-rari-app",
3
3
  "type": "module",
4
- "version": "0.2.12",
4
+ "version": "0.2.14",
5
5
  "description": "Create Runtime Accelerated Rendering Infrastructure (Rari) applications with no build configuration",
6
6
  "author": "Ryan Skinner",
7
7
  "license": "MIT",
@@ -51,9 +51,9 @@
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/node": "^25.0.3",
54
- "@typescript/native-preview": "7.0.0-dev.20251219.1",
54
+ "@typescript/native-preview": "^7.0.0-dev.20260102.1",
55
55
  "eslint": "^9.39.2",
56
- "oxlint": "^1.34.0",
57
- "tsdown": "^0.17.3"
56
+ "oxlint": "^1.36.0",
57
+ "tsdown": "^0.18.4"
58
58
  }
59
59
  }
@@ -29,10 +29,10 @@
29
29
  "@types/node": "^25.0.3",
30
30
  "@types/react": "^19.2.7",
31
31
  "@types/react-dom": "^19.2.3",
32
- "@typescript/native-preview": "7.0.0-dev.20251219.1",
32
+ "@typescript/native-preview": "^7.0.0-dev.20260102.1",
33
33
  "@vitejs/plugin-react": "^5.1.2",
34
34
  "eslint": "^9.39.2",
35
- "oxlint": "^1.34.0",
35
+ "oxlint": "^1.36.0",
36
36
  "rolldown-vite": "^7.3.0",
37
37
  "tailwindcss": "^4.1.18"
38
38
  }
@@ -1,4 +1,3 @@
1
- /* eslint-disable react-refresh/only-export-components */
2
1
  import type { PageProps } from 'rari/client'
3
2
 
4
3
  export default function AboutPage(_params: PageProps) {
@@ -1,4 +1,3 @@
1
- /* eslint-disable react-refresh/only-export-components */
2
1
  /* eslint-disable style/object-curly-spacing */
3
2
  import type { LayoutProps } from 'rari/client'
4
3
 
@@ -1,4 +1,3 @@
1
- /* eslint-disable react-refresh/only-export-components */
2
1
  import type { PageProps } from 'rari/client'
3
2
  import ServerTime from '../components/ServerTime'
4
3
  import Welcome from '../components/Welcome'