@adriankulik/create-fullstack-app 1.12.0 → 1.13.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/README.md +1 -1
- package/cli/build-date.js +1 -1
- package/package.json +1 -1
- package/templates/backend/flask/requirements.txt +1 -1
- package/templates/base/database/requirements.txt +1 -1
- package/templates/frontend/nextjs/package-lock.json +4 -4
- package/templates/frontend/nextjs/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@ You will be prompted to choose a project name, your preferred frontend, and back
|
|
|
39
39
|
- Flask (v3.1.3)
|
|
40
40
|
- .NET (v10.0.11)
|
|
41
41
|
- Node.js Express (v5.2.1)
|
|
42
|
-
- **Database**: PostgreSQL (v15) with Alembic (v1.
|
|
42
|
+
- **Database**: PostgreSQL (v15) with Alembic (v1.19.1), SQLAlchemy (v2.0.52), and Psycopg2 (v2.9.12).
|
|
43
43
|
- **Opinionated Defaults**: We bake in sensible, predefined choices (e.g., Angular uses `zone.js`, testing is unified under Playwright and framework-native test runners).
|
|
44
44
|
- **Unified Scripts**: `start.sh`, `test.sh`, and `lint.sh` available out of the box to manage both frontend and backend seamlessly.
|
|
45
45
|
- **CI/CD Ready**: Includes a pre-configured `.github/workflows/cli-e2e.yml` that tests both ends. _Tip: To enforce this, enable branch protection in your GitHub repository settings and require the "test" status check to pass._
|
package/cli/build-date.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports = '2026-08-22 22:
|
|
1
|
+
module.exports = '2026-08-22 22:18:23';
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@testing-library/jest-dom": "^7.0.1",
|
|
17
17
|
"@testing-library/react": "^16.3.2",
|
|
18
|
-
"@testing-library/user-event": "^14.6.
|
|
18
|
+
"@testing-library/user-event": "^14.6.6",
|
|
19
19
|
"@types/jest": "^30.0.0",
|
|
20
20
|
"@types/node": "^26.2.0",
|
|
21
21
|
"@types/react": "^19.2.18",
|
|
@@ -2484,9 +2484,9 @@
|
|
|
2484
2484
|
}
|
|
2485
2485
|
},
|
|
2486
2486
|
"node_modules/@testing-library/user-event": {
|
|
2487
|
-
"version": "14.6.
|
|
2488
|
-
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.
|
|
2489
|
-
"integrity": "sha512-
|
|
2487
|
+
"version": "14.6.6",
|
|
2488
|
+
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.6.tgz",
|
|
2489
|
+
"integrity": "sha512-Jbs9FpkkIDw8FgSc6kOVsOv8JuuqGAL7J4X1oot77JxAoDlkNn2GRkd0aYRVuQ+pVQAiHWVkE4rX/dkF5fBiCw==",
|
|
2490
2490
|
"dev": true,
|
|
2491
2491
|
"license": "MIT",
|
|
2492
2492
|
"engines": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@testing-library/jest-dom": "^7.0.1",
|
|
19
19
|
"@testing-library/react": "^16.3.2",
|
|
20
|
-
"@testing-library/user-event": "^14.6.
|
|
20
|
+
"@testing-library/user-event": "^14.6.6",
|
|
21
21
|
"@types/jest": "^30.0.0",
|
|
22
22
|
"@types/node": "^26.2.0",
|
|
23
23
|
"@types/react": "^19.2.18",
|