Skip to content

Commit

Permalink
refactor: fix test and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Murzbul committed Feb 24, 2024
1 parent 8dcae96 commit b971d7b
Show file tree
Hide file tree
Showing 3 changed files with 352 additions and 345 deletions.
6 changes: 1 addition & 5 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ CACHE_USER=experience
CACHE_PASSWORD=ewsua132435
CACHE_ENABLE=false

MESSAGE_BROKER_PROTOCOL=amqp
MESSAGE_BROKER_HOST=rabbitmq
MESSAGE_BROKER_PORT=5672
MESSAGE_BROKER_USER=user
MESSAGE_BROKER_PASSWORD=password
MESSAGE_BROKER_URI=amqps://experience:experience@rabbitmq/experience

# MinIO config
MINIO_HOST=minio
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,38 +34,38 @@
"license": "MIT",
"dependencies": {
"@digichanges/shared-experience": "^1.4.1",
"@faker-js/faker": "^8.4.0",
"@faker-js/faker": "^8.4.1",
"@fastify/compress": "^7.0.0",
"@fastify/cors": "^9.0.1",
"@fastify/helmet": "^11.1.1",
"@godaddy/terminus": "^4.12.1",
"@mikro-orm/core": "^6.0.7",
"@mikro-orm/postgresql": "^6.0.7",
"@supabase/supabase-js": "^2.39.3",
"@mikro-orm/core": "^6.1.5",
"@mikro-orm/postgresql": "^6.1.5",
"@supabase/supabase-js": "^2.39.7",
"amqplib": "^0.10.3",
"axios": "^1.6.7",
"bcrypt": "^5.1.1",
"commander": "^10.0.1",
"config": "^3.3.11",
"dayjs": "^1.11.10",
"dependency-cruiser": "^16.1.0",
"dotenv": "^16.4.1",
"dependency-cruiser": "^16.2.1",
"dotenv": "^16.4.5",
"envalid": "^8.0.0",
"fastify": "^4.26.0",
"fastify": "^4.26.1",
"handlebars": "^4.7.8",
"helmet": "^7.1.0",
"jwt-simple": "^0.5.6",
"md5": "^2.3.0",
"minio": "^7.1.3",
"mongodb": "^6.3.0",
"mongoose": "^8.1.1",
"mongoose": "^8.2.0",
"multer": "^2.0.0-rc.4",
"nanoid": "^3.3.7",
"node-cron": "^3.0.3",
"nodemailer": "6.9.9",
"nodemailer": "6.9.10",
"pg-mem": "^2.8.1",
"pg-promise": "^11.5.4",
"pino": "^8.18.0",
"pino": "^8.19.0",
"pino-pretty": "^10.3.1",
"qs": "^6.11.2",
"reflect-metadata": "^0.2.1",
Expand All @@ -78,36 +78,36 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@shelf/jest-mongodb": "^4.2.0",
"@types/amqplib": "^0.10.4",
"@types/bcrypt": "^5.0.2",
"@types/config": "^0.0.41",
"@types/jest": "^29.5.12",
"@types/jwt-simple": "^0.5.36",
"@types/md5": "^2.3.5",
"@types/node": "^20.11.16",
"@types/node": "^20.11.20",
"@types/node-cron": "^3.0.11",
"@types/nodemailer": "^6.4.14",
"@types/pg": "^8.11.0",
"@types/pg": "^8.11.1",
"@types/qs": "^6.9.11",
"@types/shelljs": "^0.8.15",
"@types/supertest": "^2.0.16",
"@types/web-push": "^3.6.3",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"cpy": "^9.0.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"husky": "^9.0.10",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"lint-staged": "^15.2.1",
"lint-staged": "^15.2.2",
"madge": "^6.1.0",
"nodemon": "^3.0.3",
"nodemon": "^3.1.0",
"rimraf": "^3.0.2",
"supertest": "^6.3.4",
"ts-node": "^10.9.2",
Expand Down
Loading

0 comments on commit b971d7b

Please sign in to comment.