Skip to content

Commit

Permalink
fix: update package
Browse files Browse the repository at this point in the history
  • Loading branch information
masb0ymas committed Sep 7, 2023
1 parent cde7ca5 commit a06d586
Show file tree
Hide file tree
Showing 3 changed files with 3,364 additions and 2,569 deletions.
64 changes: 33 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 10,7 @@
"lint": "npx eslint '*/**/*.{js,jsx,ts,tsx}' --quiet --fix",
"prebuild": "npm-run-all clean lint typecheck",
"build": "npx swc src -d dist",
"build:ts": "tsc && tsc-alias",
"start": "nodemon --exec node ./dist/main.js",
"dev": "npm-run-all build start",
"dev:watch": "concurrently \"npm run watch-compile\" \"npm run watch-dev\"",
Expand Down Expand Up @@ -50,37 51,37 @@
"node": ">= 16.x"
},
"dependencies": {
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"axios": "^1.5.0",
"bcrypt": "^5.1.1",
"colorette": "^2.0.20",
"compression": "^1.7.4",
"concurrently": "^8.2.0",
"concurrently": "^8.2.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"express-rate-limit": "^6.9.0",
"express-rate-limit": "^6.11.0",
"express-useragent": "^1.0.15",
"expresso-core": "^0.8.0",
"expresso-hooks": "^0.8.0",
"expresso-provider": "^0.8.0",
"expresso-query": "^0.8.0",
"expresso-core": "^0.8.1",
"expresso-hooks": "^0.8.1",
"expresso-provider": "^0.8.1",
"expresso-query": "^0.8.1",
"handlebars": "^4.7.8",
"helmet": "^7.0.0",
"hpp": "^0.2.3",
"i18next": "^23.4.2",
"i18next": "^23.4.9",
"i18next-fs-backend": "^2.1.5",
"i18next-http-middleware": "^3.3.2",
"lodash": "^4.17.21",
"multer": "1.4.5-lts.1",
"node-cron": "^3.0.2",
"npm-run-all": "^4.1.5",
"pg": "^8.11.2",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"pino": "^8.15.0",
"pino-http": "^8.4.0",
"pino-http": "^8.5.0",
"pino-pretty": "^10.2.0",
"pm2": "^5.3.0",
"qs": "^6.11.2",
Expand All @@ -93,51 94,52 @@
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.3",
"uuid": "^9.0.0",
"zod": "^3.21.4"
"zod": "^3.22.2"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@jest/globals": "^29.6.2",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@jest/globals": "^29.6.4",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.74",
"@swc/core": "1.3.78",
"@types/bcrypt": "^5.0.0",
"@types/compression": "^1.7.2",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/compression": "^1.7.3",
"@types/cookie-parser": "^1.4.4",
"@types/cors": "^2.8.14",
"@types/express": "^4.17.17",
"@types/express-useragent": "^1.0.2",
"@types/hpp": "^0.2.2",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.196",
"@types/jest": "^29.5.4",
"@types/lodash": "^4.14.198",
"@types/multer": "^1.4.7",
"@types/node": "^20.4.8",
"@types/node": "^20.5.9",
"@types/node-cron": "^3.0.8",
"@types/qs": "^6.9.7",
"@types/qs": "^6.9.8",
"@types/request-ip": "^0.0.38",
"@types/supertest": "^2.0.12",
"@types/swagger-jsdoc": "^6.0.1",
"@types/swagger-ui-express": "^4.1.3",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^8.46.0",
"@types/uuid": "^9.0.3",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard-with-typescript": "^37.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"jest": "^29.6.2",
"jest": "^29.6.4",
"nodemon": "^3.0.1",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"standard-version": "^9.5.0",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
"tsc-alias": "^1.8.7",
"typescript": "^5.2.2"
},
"jest": {
"preset": "ts-jest",
Expand Down
Loading

0 comments on commit a06d586

Please sign in to comment.