create-apppaaaul 2.0.6 → 2.0.8

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.
@@ -30,13 +30,15 @@
30
30
  "@types/react-dom": "^19.0.4",
31
31
  "@vercel/style-guide": "^6.0.0",
32
32
  "babel-plugin-react-compiler": "19.0.0-beta-714736e-20250131",
33
- "eslint": "^9.23.0",
34
- "eslint-config-next": "15.1.6",
35
- "eslint-config-prettier": "^10.1.1",
33
+ "eslint": "^9.21.0",
34
+ "eslint-config-next": "^15.2.0",
35
+ "eslint-config-prettier": "^10.0.2",
36
36
  "eslint-plugin-import": "^2.31.0",
37
37
  "eslint-plugin-jsx-a11y": "^6.10.2",
38
- "eslint-plugin-prettier": "^5.2.4",
38
+ "eslint-plugin-prettier": "^5.2.3",
39
+ "eslint-plugin-react": "^7.37.4",
39
40
  "eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517",
41
+ "eslint-plugin-react-hooks": "^5.1.0",
40
42
  "globals": "^15.15.0",
41
43
  "prettier": "^3.5.3",
42
44
  "prettier-plugin-tailwindcss": "^0.6.11",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-apppaaaul",
3
- "version": "2.0.6",
3
+ "version": "2.0.8",
4
4
  "description": "Create projects as paaauldev would",
5
5
  "main": "index.mjs",
6
6
  "bin": {
@@ -1,15 +0,0 @@
1
- services:
2
- paaauldev-db:
3
- image: postgres
4
- restart: always
5
- container_name: db
6
- ports:
7
- - 5432:5432
8
- environment:
9
- POSTGRES_PASSWORD: 1234
10
- PGDATA: /data/postgres
11
- volumes:
12
- - postgres:/data/postgres
13
-
14
- volumes:
15
- postgres:
@@ -1,15 +0,0 @@
1
- services:
2
- paaauldev-db:
3
- image: postgres
4
- restart: always
5
- container_name: db
6
- ports:
7
- - 5432:5432
8
- environment:
9
- POSTGRES_PASSWORD: 1234
10
- PGDATA: /data/postgres
11
- volumes:
12
- - postgres:/data/postgres
13
-
14
- volumes:
15
- postgres: