@adriankulik/create-fullstack-app 1.13.1 → 1.14.0

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/cli/build-date.js CHANGED
@@ -1 +1 @@
1
- module.exports = '2026-08-23 21:07:41';
1
+ module.exports = '2026-08-23 21:11:43';
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.13.1",
6
+ "version": "1.14.0",
7
7
  "description": "A CLI tool for scaffolding a full-stack web application with your choice of frontend and backend technologies.",
8
8
  "main": "cli/index.js",
9
9
  "bin": {
@@ -19,7 +19,7 @@
19
19
  "@types/jest": "^30.0.0",
20
20
  "@types/node": "^26.2.0",
21
21
  "@types/react": "^19.2.18",
22
- "@types/react-dom": "^19.2.4",
22
+ "@types/react-dom": "^19.2.5",
23
23
  "eslint": "^9.0.0",
24
24
  "eslint-config-next": "^16.3.2",
25
25
  "jest": "^30.4.2",
@@ -2682,9 +2682,9 @@
2682
2682
  }
2683
2683
  },
2684
2684
  "node_modules/@types/react-dom": {
2685
- "version": "19.2.4",
2686
- "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.4.tgz",
2687
- "integrity": "sha512-Bsc+QHgp+P/F02XDzNCY9jnZNCUuLki36KT7VKrTXXLdHf+vHMNZnW1rVu5DNW/rCK+fya3DATySbLM4yhtKUw==",
2685
+ "version": "19.2.5",
2686
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.5.tgz",
2687
+ "integrity": "sha512-fMPwH9v7r/pp43yUd2/Mbiex5KouJwwR3dzHkhLREUC6764VyDsqxhAxv6OFEYR1RhjOyD1naqba8ECDBe7ZQg==",
2688
2688
  "dev": true,
2689
2689
  "license": "MIT",
2690
2690
  "peerDependencies": {
@@ -21,7 +21,7 @@
21
21
  "@types/jest": "^30.0.0",
22
22
  "@types/node": "^26.2.0",
23
23
  "@types/react": "^19.2.18",
24
- "@types/react-dom": "^19.2.4",
24
+ "@types/react-dom": "^19.2.5",
25
25
  "eslint": "^9.0.0",
26
26
  "eslint-config-next": "^16.3.2",
27
27
  "jest": "^30.4.2",