@idevconn/create-icore 0.9.2 → 0.10.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/dist/cli.js +832 -130
- package/dist/index.cjs +848 -149
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +841 -142
- package/package.json +4 -4
- package/templates/.yarn/releases/{yarn-4.16.0.cjs → yarn-4.17.0.cjs} +326 -326
- package/templates/.yarnrc.yml +1 -1
- package/templates/apps/api/package.json +6 -6
- package/templates/apps/microservices/auth/package.json +4 -4
- package/templates/apps/microservices/jobs/package.json +5 -5
- package/templates/apps/microservices/notes/package.json +5 -5
- package/templates/apps/microservices/payment/package.json +4 -4
- package/templates/apps/microservices/upload/package.json +6 -6
- package/templates/apps/templates/client-antd/package.json +2 -2
- package/templates/apps/templates/client-mui/package.json +4 -4
- package/templates/apps/templates/client-shadcn/package.json +7 -7
- package/templates/apps/templates/client-shadcn/src/components/ui/button.tsx +1 -2
- package/templates/libs/auth-client/package.json +3 -3
- package/templates/libs/auth-strategies/firebase/package.json +4 -4
- package/templates/libs/auth-strategies/mongodb/package.json +4 -4
- package/templates/libs/auth-strategies/supabase/package.json +5 -5
- package/templates/libs/db-strategies/firestore/package.json +4 -4
- package/templates/libs/db-strategies/mongodb/package.json +3 -3
- package/templates/libs/db-strategies/supabase/package.json +5 -5
- package/templates/libs/firebase-admin/package.json +1 -1
- package/templates/libs/jobs-client/package.json +4 -4
- package/templates/libs/notes-client/package.json +3 -3
- package/templates/libs/payment-client/package.json +3 -3
- package/templates/libs/shared/package.json +2 -2
- package/templates/libs/storage-strategies/cloudinary/package.json +4 -4
- package/templates/libs/storage-strategies/firebase/package.json +4 -4
- package/templates/libs/storage-strategies/mongodb/package.json +3 -3
- package/templates/libs/storage-strategies/supabase/package.json +5 -5
- package/templates/libs/template-shared/package.json +8 -8
- package/templates/libs/upload-client/package.json +3 -3
- package/templates/libs/vite-plugins/package.json +3 -3
- package/templates/package.json +32 -32
- package/templates/tools/create-icore/_template-shell/package.json +32 -32
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@eslint/js": "^9.18.0",
|
|
27
27
|
"@icore/vite-plugins": "*",
|
|
28
|
-
"@nestjs/schematics": "^11.
|
|
29
|
-
"@nestjs/testing": "^11.
|
|
28
|
+
"@nestjs/schematics": "^11.1.0",
|
|
29
|
+
"@nestjs/testing": "^11.1.27",
|
|
30
30
|
"@nx/devkit": "22.7.5",
|
|
31
31
|
"@nx/eslint": "^22.7.5",
|
|
32
32
|
"@nx/eslint-plugin": "22.7.5",
|
|
@@ -40,49 +40,49 @@
|
|
|
40
40
|
"@nx/vitest": "22.7.5",
|
|
41
41
|
"@nx/web": "22.7.5",
|
|
42
42
|
"@nx/webpack": "^22.7.5",
|
|
43
|
-
"@playwright/test": "^1.
|
|
43
|
+
"@playwright/test": "^1.60.0",
|
|
44
44
|
"@swc-node/register": "~1.11.1",
|
|
45
|
-
"@swc/cli": "~0.8.
|
|
46
|
-
"@swc/core": "~1.15.
|
|
47
|
-
"@swc/helpers": "~0.5.
|
|
48
|
-
"@tanstack/router-plugin": "^1.168.
|
|
45
|
+
"@swc/cli": "~0.8.1",
|
|
46
|
+
"@swc/core": "~1.15.41",
|
|
47
|
+
"@swc/helpers": "~0.5.23",
|
|
48
|
+
"@tanstack/router-plugin": "^1.168.18",
|
|
49
49
|
"@testing-library/dom": "10.4.0",
|
|
50
50
|
"@testing-library/react": "16.3.0",
|
|
51
51
|
"@types/cookie-parser": "^1.4.10",
|
|
52
52
|
"@types/jest": "~30.0.0",
|
|
53
53
|
"@types/multer": "^2.1.0",
|
|
54
|
-
"@types/node": "^22.
|
|
55
|
-
"@types/react": "^19.2.
|
|
54
|
+
"@types/node": "^22.20.0",
|
|
55
|
+
"@types/react": "^19.2.17",
|
|
56
56
|
"@types/react-dom": "^19.2.3",
|
|
57
|
-
"@vitejs/plugin-react": "^6.0.
|
|
57
|
+
"@vitejs/plugin-react": "^6.0.2",
|
|
58
58
|
"@vitest/coverage-v8": "~4.1.0",
|
|
59
|
-
"@vitest/ui": "~4.1.
|
|
59
|
+
"@vitest/ui": "~4.1.9",
|
|
60
60
|
"eslint": "^9.18.0",
|
|
61
61
|
"eslint-plugin-import": "^2.32.0",
|
|
62
62
|
"eslint-plugin-jsx-a11y": "6.10.1",
|
|
63
|
-
"eslint-plugin-playwright": "^1.
|
|
63
|
+
"eslint-plugin-playwright": "^1.8.3",
|
|
64
64
|
"eslint-plugin-react": "7.35.0",
|
|
65
|
-
"eslint-plugin-react-hooks": "5.
|
|
65
|
+
"eslint-plugin-react-hooks": "5.2.0",
|
|
66
66
|
"husky": "^9.1.7",
|
|
67
67
|
"jest": "~30.3.0",
|
|
68
68
|
"jest-environment-node": "~30.3.0",
|
|
69
69
|
"jest-util": "~30.3.0",
|
|
70
70
|
"jiti": "2.4.2",
|
|
71
71
|
"jsdom": "~22.1.0",
|
|
72
|
-
"jsonc-eslint-parser": "^2.
|
|
73
|
-
"lint-staged": "^17.0.
|
|
72
|
+
"jsonc-eslint-parser": "^2.4.2",
|
|
73
|
+
"lint-staged": "^17.0.8",
|
|
74
74
|
"nx": "22.7.5",
|
|
75
75
|
"prettier": "~3.6.2",
|
|
76
|
-
"react": "^19.2.
|
|
77
|
-
"react-dom": "^19.2.
|
|
78
|
-
"ts-jest": "^29.4.
|
|
76
|
+
"react": "^19.2.7",
|
|
77
|
+
"react-dom": "^19.2.7",
|
|
78
|
+
"ts-jest": "^29.4.11",
|
|
79
79
|
"ts-node": "10.9.1",
|
|
80
80
|
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
81
|
-
"tslib": "^2.
|
|
82
|
-
"typescript": "^5.
|
|
83
|
-
"typescript-eslint": "^8.
|
|
84
|
-
"vite": "^8.0.
|
|
85
|
-
"vitest": "~4.1.
|
|
81
|
+
"tslib": "^2.8.1",
|
|
82
|
+
"typescript": "^5.9.3",
|
|
83
|
+
"typescript-eslint": "^8.61.1",
|
|
84
|
+
"vite": "^8.0.16",
|
|
85
|
+
"vitest": "~4.1.9",
|
|
86
86
|
"webpack-cli": "^5.1.4"
|
|
87
87
|
},
|
|
88
88
|
"lint-staged": {
|
|
@@ -99,22 +99,22 @@
|
|
|
99
99
|
"@casl/react": "^7.0.0",
|
|
100
100
|
"@idevconn/api-client": "^0.3.0",
|
|
101
101
|
"@idevconn/use-draft": "^0.2.0",
|
|
102
|
-
"@nestjs/common": "^11.1.
|
|
102
|
+
"@nestjs/common": "^11.1.27",
|
|
103
103
|
"@nestjs/config": "^4.0.4",
|
|
104
|
-
"@nestjs/core": "^11.1.
|
|
105
|
-
"@nestjs/microservices": "^11.1.
|
|
106
|
-
"@nestjs/platform-express": "^11.
|
|
104
|
+
"@nestjs/core": "^11.1.27",
|
|
105
|
+
"@nestjs/microservices": "^11.1.27",
|
|
106
|
+
"@nestjs/platform-express": "^11.1.27",
|
|
107
107
|
"@nestjs/swagger": "^11.4.4",
|
|
108
108
|
"@nestjs/throttler": "^6.5.0",
|
|
109
|
-
"@supabase/supabase-js": "^2.
|
|
110
|
-
"@tanstack/react-query": "^5.
|
|
111
|
-
"@tanstack/react-router": "^1.170.
|
|
112
|
-
"axios": "^1.
|
|
109
|
+
"@supabase/supabase-js": "^2.108.2",
|
|
110
|
+
"@tanstack/react-query": "^5.101.0",
|
|
111
|
+
"@tanstack/react-router": "^1.170.16",
|
|
112
|
+
"axios": "^1.18.0",
|
|
113
113
|
"classnames": "^2.5.1",
|
|
114
114
|
"cloudinary": "^2.10.0",
|
|
115
115
|
"cookie-parser": "^1.4.7",
|
|
116
116
|
"dayjs": "^1.11.21",
|
|
117
|
-
"i18next": "^26.3.
|
|
117
|
+
"i18next": "^26.3.1",
|
|
118
118
|
"react-i18next": "^17.0.8",
|
|
119
119
|
"reflect-metadata": "^0.2.2",
|
|
120
120
|
"rxjs": "^7.8.2",
|