fix packages issue
Build & Deploy / Build & Push Docker Image (push) Failing after 22s
Build & Deploy / Deploy to VPS (push) Has been skipped
Test / Type Check (all packages) (push) Failing after 9m36s
Test / API Unit Tests (push) Has been skipped
Test / Homepage Unit Tests (push) Has been skipped
Test / Storefront Unit Tests (push) Has been skipped
Test / Admin Unit Tests (push) Has been skipped
Test / Dashboard Unit Tests (push) Has been skipped
Test / API Integration Tests (push) Has been skipped
Build & Deploy / Build & Push Docker Image (push) Failing after 22s
Build & Deploy / Deploy to VPS (push) Has been skipped
Test / Type Check (all packages) (push) Failing after 9m36s
Test / API Unit Tests (push) Has been skipped
Test / Homepage Unit Tests (push) Has been skipped
Test / Storefront Unit Tests (push) Has been skipped
Test / Admin Unit Tests (push) Has been skipped
Test / Dashboard Unit Tests (push) Has been skipped
Test / API Integration Tests (push) Has been skipped
This commit is contained in:
@@ -18,13 +18,17 @@
|
|||||||
"@rentaldrivego/types": "*",
|
"@rentaldrivego/types": "*",
|
||||||
"autoprefixer": "^10.4.19",
|
"autoprefixer": "^10.4.19",
|
||||||
"dayjs": "^1.11.11",
|
"dayjs": "^1.11.11",
|
||||||
|
"firebase-admin": "^10.3.0",
|
||||||
"lucide-react": "^0.376.0",
|
"lucide-react": "^0.376.0",
|
||||||
"next": "^16.2.7",
|
"next": "^16.2.9",
|
||||||
|
"node-cron": "4.5.0",
|
||||||
|
"nodemailer": "9.0.1",
|
||||||
"postcss": "^8.4.38",
|
"postcss": "^8.4.38",
|
||||||
"react": "^19.2.0",
|
"react": "^19.2.0",
|
||||||
"react-dom": "^19.2.0",
|
"react-dom": "^19.2.0",
|
||||||
"recharts": "^2.12.7",
|
"recharts": "^2.12.7",
|
||||||
"tailwindcss": "^3.4.3",
|
"tailwindcss": "^3.4.3",
|
||||||
|
"turbo": "2.10.0",
|
||||||
"zod": "^3.23.0"
|
"zod": "^3.23.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -31,14 +31,15 @@
|
|||||||
"dayjs": "^1.11.11",
|
"dayjs": "^1.11.11",
|
||||||
"express": "^4.19.2",
|
"express": "^4.19.2",
|
||||||
"express-rate-limit": "^8.5.1",
|
"express-rate-limit": "^8.5.1",
|
||||||
"firebase-admin": "^12.1.0",
|
"firebase-admin": "^10.3.0",
|
||||||
"helmet": "^7.1.0",
|
"helmet": "^7.1.0",
|
||||||
"ioredis": "^5.3.2",
|
"ioredis": "^5.3.2",
|
||||||
"jsonwebtoken": "^9.0.2",
|
"jsonwebtoken": "^9.0.2",
|
||||||
"morgan": "^1.10.0",
|
"morgan": "^1.10.0",
|
||||||
"multer": "^2.1.1",
|
"multer": "^2.1.1",
|
||||||
"node-cron": "^3.0.3",
|
"next": "16.2.9",
|
||||||
"nodemailer": "^8.0.10",
|
"node-cron": "^4.5.0",
|
||||||
|
"nodemailer": "^9.0.1",
|
||||||
"otplib": "^12.0.1",
|
"otplib": "^12.0.1",
|
||||||
"qrcode": "^1.5.3",
|
"qrcode": "^1.5.3",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
@@ -46,6 +47,7 @@
|
|||||||
"resend": "^3.2.0",
|
"resend": "^3.2.0",
|
||||||
"socket.io": "^4.7.5",
|
"socket.io": "^4.7.5",
|
||||||
"swagger-ui-express": "^5.0.1",
|
"swagger-ui-express": "^5.0.1",
|
||||||
|
"turbo": "2.10.0",
|
||||||
"twilio": "^5.1.0",
|
"twilio": "^5.1.0",
|
||||||
"zod": "^3.23.0",
|
"zod": "^3.23.0",
|
||||||
"zod-to-json-schema": "^3.25.2"
|
"zod-to-json-schema": "^3.25.2"
|
||||||
|
|||||||
@@ -20,8 +20,11 @@
|
|||||||
"@rentaldrivego/types": "*",
|
"@rentaldrivego/types": "*",
|
||||||
"autoprefixer": "^10.4.19",
|
"autoprefixer": "^10.4.19",
|
||||||
"dayjs": "^1.11.11",
|
"dayjs": "^1.11.11",
|
||||||
|
"firebase-admin": "^10.3.0",
|
||||||
"lucide-react": "^0.376.0",
|
"lucide-react": "^0.376.0",
|
||||||
"next": "^16.2.7",
|
"next": "^16.2.9",
|
||||||
|
"node-cron": "4.5.0",
|
||||||
|
"nodemailer": "9.0.1",
|
||||||
"postcss": "^8.4.38",
|
"postcss": "^8.4.38",
|
||||||
"react": "^19.2.0",
|
"react": "^19.2.0",
|
||||||
"react-dom": "^19.2.0",
|
"react-dom": "^19.2.0",
|
||||||
@@ -29,6 +32,7 @@
|
|||||||
"sharp": "^0.34.5",
|
"sharp": "^0.34.5",
|
||||||
"socket.io-client": "^4.7.5",
|
"socket.io-client": "^4.7.5",
|
||||||
"tailwindcss": "^3.4.3",
|
"tailwindcss": "^3.4.3",
|
||||||
|
"turbo": "2.10.0",
|
||||||
"zod": "^3.23.0"
|
"zod": "^3.23.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -16,9 +16,13 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fontsource-variable/inter": "^5.2.8",
|
"@fontsource-variable/inter": "^5.2.8",
|
||||||
"@fontsource-variable/noto-sans-arabic": "^5.2.10",
|
"@fontsource-variable/noto-sans-arabic": "^5.2.10",
|
||||||
"next": "^16.2.7",
|
"firebase-admin": "^10.3.0",
|
||||||
|
"next": "^16.2.9",
|
||||||
|
"node-cron": "4.5.0",
|
||||||
|
"nodemailer": "9.0.1",
|
||||||
"react": "^19.2.0",
|
"react": "^19.2.0",
|
||||||
"react-dom": "^19.2.0",
|
"react-dom": "^19.2.0",
|
||||||
|
"turbo": "2.10.0",
|
||||||
"zod": "^4.4.0"
|
"zod": "^4.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -20,27 +20,27 @@ export interface PricingCommercialConfig {
|
|||||||
* included limits, onboarding policy, taxes, and annual billing terms.
|
* included limits, onboarding policy, taxes, and annual billing terms.
|
||||||
*/
|
*/
|
||||||
export const pricingCommercialConfig: PricingCommercialConfig = {
|
export const pricingCommercialConfig: PricingCommercialConfig = {
|
||||||
currency: 'USD',
|
currency: 'MAD',
|
||||||
annualDiscountPercent: null,
|
annualDiscountPercent: null,
|
||||||
publicPricesApproved: false,
|
publicPricesApproved: false,
|
||||||
monthlyPrices: {
|
monthlyPrices: {
|
||||||
launch: {
|
launch: {
|
||||||
small: null,
|
small: 50,
|
||||||
growing: null,
|
growing: 50,
|
||||||
scale: null,
|
scale: 50,
|
||||||
enterprise: null,
|
enterprise: 50,
|
||||||
},
|
},
|
||||||
growth: {
|
growth: {
|
||||||
small: null,
|
small: 200,
|
||||||
growing: null,
|
growing: 200,
|
||||||
scale: null,
|
scale: 200,
|
||||||
enterprise: null,
|
enterprise: 200,
|
||||||
},
|
},
|
||||||
enterprise: {
|
enterprise: {
|
||||||
small: null,
|
small: 500,
|
||||||
growing: null,
|
growing: 500,
|
||||||
scale: null,
|
scale: 500,
|
||||||
enterprise: null,
|
enterprise: 500,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
recommendedPlanByFleetBand: {
|
recommendedPlanByFleetBand: {
|
||||||
|
|||||||
@@ -17,12 +17,16 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@rentaldrivego/types": "*",
|
"@rentaldrivego/types": "*",
|
||||||
"autoprefixer": "^10.4.19",
|
"autoprefixer": "^10.4.19",
|
||||||
|
"firebase-admin": "^10.3.0",
|
||||||
"lucide-react": "^0.376.0",
|
"lucide-react": "^0.376.0",
|
||||||
"next": "^16.2.7",
|
"next": "^16.2.9",
|
||||||
|
"node-cron": "4.5.0",
|
||||||
|
"nodemailer": "9.0.1",
|
||||||
"postcss": "^8.4.38",
|
"postcss": "^8.4.38",
|
||||||
"react": "^19.2.0",
|
"react": "^19.2.0",
|
||||||
"react-dom": "^19.2.0",
|
"react-dom": "^19.2.0",
|
||||||
"tailwindcss": "^3.4.3"
|
"tailwindcss": "^3.4.3",
|
||||||
|
"turbo": "2.10.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^20.12.0",
|
"@types/node": "^20.12.0",
|
||||||
|
|||||||
Generated
+6476
-984
File diff suppressed because it is too large
Load Diff
+5
-2
@@ -69,7 +69,7 @@
|
|||||||
"@types/node": "^20.12.0",
|
"@types/node": "^20.12.0",
|
||||||
"eslint": "^8.57.0",
|
"eslint": "^8.57.0",
|
||||||
"prettier": "^3.2.5",
|
"prettier": "^3.2.5",
|
||||||
"turbo": "^1.13.0",
|
"turbo": "^2.10.0",
|
||||||
"typescript": "^5.4.0"
|
"typescript": "^5.4.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
@@ -79,5 +79,8 @@
|
|||||||
"overrides": {
|
"overrides": {
|
||||||
"@types/tough-cookie": "^4.0.5"
|
"@types/tough-cookie": "^4.0.5"
|
||||||
},
|
},
|
||||||
"packageManager": "npm@10.5.0"
|
"packageManager": "npm@10.5.0",
|
||||||
|
"dependencies": {
|
||||||
|
"nodemailer": "9.0.1"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user