create-react-adam 0.1.0 → 0.1.2

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
@@ -5,7 +5,7 @@ Create opinionated React apps with TypeScript, Vite, Wouter, and Tailwind CSS.
5
5
  ## Quick Start
6
6
 
7
7
  ```bash
8
- npx create-react-adam@latest my-app
8
+ npx create-react-adam@latest my-app --with-e2e --with-utils
9
9
  cd my-app
10
10
  npm run dev
11
11
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-react-adam",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Create opinionated React apps with TypeScript, Vite, Wouter, and Tailwind CSS",
5
5
  "type": "module",
6
6
  "bin": {
@@ -17,7 +17,7 @@ jobs:
17
17
  - name: Setup Node.js
18
18
  uses: actions/setup-node@v6
19
19
  with:
20
- node-version: "24.11.0"
20
+ node-version: "24.11.1"
21
21
  cache: "npm"
22
22
 
23
23
  - name: Install CLI dependencies
@@ -17,7 +17,7 @@ jobs:
17
17
  - name: Setup Node.js
18
18
  uses: actions/setup-node@v6
19
19
  with:
20
- node-version: "24.11.0"
20
+ node-version: "24.11.1"
21
21
  cache: "npm"
22
22
 
23
23
  - name: Install CLI dependencies
package/template/.nvmrc CHANGED
@@ -1,2 +1,2 @@
1
- 24.11.0
1
+ 24.11.1
2
2
 
@@ -22,12 +22,12 @@
22
22
  "wouter": "3.7.1"
23
23
  },
24
24
  "devDependencies": {
25
- "@eslint/js": "9.39.0",
26
- "@tailwindcss/vite": "4.1.16",
27
- "@types/react": "19.2.2",
28
- "@types/react-dom": "19.2.2",
29
- "@vitejs/plugin-react": "5.1.0",
30
- "eslint": "9.39.0",
25
+ "@eslint/js": "9.39.1",
26
+ "@tailwindcss/vite": "4.1.17",
27
+ "@types/react": "19.2.5",
28
+ "@types/react-dom": "19.2.3",
29
+ "@vitejs/plugin-react": "5.1.1",
30
+ "eslint": "9.39.1",
31
31
  "eslint-config-prettier": "10.1.8",
32
32
  "eslint-plugin-de-morgan": "2.0.0",
33
33
  "eslint-plugin-import": "2.32.0",
@@ -39,9 +39,9 @@
39
39
  "prettier": "3.6.2",
40
40
  "prettier-plugin-organize-imports": "4.3.0",
41
41
  "prettier-plugin-tailwindcss": "0.7.1",
42
- "tailwindcss": "4.1.16",
42
+ "tailwindcss": "4.1.17",
43
43
  "typescript": "5.9.3",
44
- "typescript-eslint": "8.46.2",
45
- "vite": "7.1.12"
44
+ "typescript-eslint": "8.46.4",
45
+ "vite": "7.2.2"
46
46
  }
47
47
  }