Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rocket-admin/rocketadmin
Browse files Browse the repository at this point in the history
  • Loading branch information
gugu committed Oct 23, 2023
2 parents 72a9cc2 + f1b9ec3 commit 567fb1b
Show file tree
Hide file tree
Showing 2 changed files with 1,246 additions and 1,049 deletions.
104 changes: 52 additions & 52 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
},
"dependencies": {
"@amplitude/node": "1.10.2",
"@faker-js/faker": "^8.0.2",
"@nestjs/common": "10.1.3",
"@nestjs/config": "3.0.0",
"@nestjs/core": "10.1.3",
"@nestjs/jwt": "10.1.0",
"@nestjs/microservices": "^10.1.3",
"@nestjs/passport": "10.0.0",
"@nestjs/platform-express": "10.1.3",
"@nestjs/schedule": "^3.0.2",
"@faker-js/faker": "^8.2.0",
"@nestjs/common": "10.2.7",
"@nestjs/config": "3.1.1",
"@nestjs/core": "10.2.7",
"@nestjs/jwt": "10.1.1",
"@nestjs/microservices": "^10.2.7",
"@nestjs/passport": "10.0.2",
"@nestjs/platform-express": "10.2.7",
"@nestjs/schedule": "^4.0.0",
"@nestjs/serve-static": "^4.0.0",
"@nestjs/swagger": "^7.1.13",
"@nestjs/typeorm": "^10.0.0",
Expand All @@ -45,20 +45,20 @@
"@rocketadmin/private-modules": "workspace:*",
"@rocketadmin/shared-code": "workspace:*",
"@sentry/minimal": "^6.19.7",
"@sentry/node": "7.61.1",
"@types/crypto-js": "^4.1.1",
"@types/jest": "^29.5.3",
"@types/jsonwebtoken": "^9.0.2",
"@types/nodemailer": "^6.4.9",
"@types/qrcode": "^1.5.1",
"@sentry/node": "7.74.1",
"@types/crypto-js": "^4.1.3",
"@types/jest": "^29.5.6",
"@types/jsonwebtoken": "^9.0.4",
"@types/nodemailer": "^6.4.13",
"@types/qrcode": "^1.5.4",
"@zapier/secret-scrubber": "^1.0.7",
"argon2": "0.31.0",
"aws-xray-sdk-core": "3.5.1",
"aws-xray-sdk-express": "3.5.1",
"axios": "^1.4.0",
"argon2": "0.31.1",
"aws-xray-sdk-core": "3.5.2",
"aws-xray-sdk-express": "3.5.2",
"axios": "^1.5.1",
"base32-encode": "^2.0.0",
"basic-auth": "2.0.1",
"bcrypt": "5.1.0",
"bcrypt": "5.1.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"cookie-parser": "^1.4.6",
Expand All @@ -67,69 +67,69 @@
"dotenv": "16.3.1",
"eslint-plugin-security": "1.7.1",
"express": "4.18.2",
"express-rate-limit": "6.9.0",
"express-rate-limit": "7.1.1",
"get-port": "7.0.0",
"google-auth-library": "^9.0.0",
"google-auth-library": "^9.1.0",
"helmet": "7.0.0",
"ip-range-check": "0.2.0",
"json2csv": "^5.0.7",
"jsonwebtoken": "^9.0.1",
"knex": "2.5.1",
"jsonwebtoken": "^9.0.2",
"knex": "3.0.1",
"knex-paginate": "3.1.1",
"lodash": "4.17.21",
"lru-cache": "^10.0.0",
"lru-cache": "^10.0.1",
"moment": "2.29.4",
"nanoid": "4.0.2",
"nest-winston": "1.9.3",
"nodemailer": "^6.9.4",
"nanoid": "5.0.2",
"nest-winston": "1.9.4",
"nodemailer": "^6.9.7",
"otplib": "^12.0.1",
"p-queue": "7.3.4",
"p-queue": "7.4.1",
"passport": "0.6.0",
"passport-jwt": "4.0.1",
"passport-local": "1.0.0",
"pg-connection-string": "^2.6.2",
"qrcode": "^1.5.3",
"query-string": "^8.1.0",
"reflect-metadata": "0.1.13",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1",
"safe-regex2": "^3.1.0",
"secure-json-parse": "2.7.0",
"sinon": "15.2.0",
"sinon": "17.0.0",
"stripe": "12.17.0",
"typeorm": "0.3.17",
"uuid": "^9.0.0",
"uuid": "^9.0.1",
"validator": "^13.11.0",
"winston": "3.10.0"
"winston": "3.11.0"
},
"devDependencies": {
"@ava/typescript": "^4.1.0",
"@nestjs/cli": "^10.1.11",
"@nestjs/cli": "^10.1.18",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "^10.1.3",
"@types/bcrypt": "^5.0.0",
"@types/cookie-parser": "^1.4.3",
"@nestjs/testing": "^10.2.7",
"@types/bcrypt": "^5.0.1",
"@types/cookie-parser": "^1.4.5",
"@types/cron": "^2.0.1",
"@types/express": "^4.17.17",
"@types/json2csv": "^5.0.3",
"@types/node": "^20.4.8",
"@types/safe-regex": "^1.1.4",
"@types/supertest": "^2.0.12",
"@types/uuid": "^9.0.2",
"@types/validator": "^13.11.1",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@types/express": "^4.17.20",
"@types/json2csv": "^5.0.5",
"@types/node": "^20.8.7",
"@types/safe-regex": "^1.1.5",
"@types/supertest": "^2.0.15",
"@types/uuid": "^9.0.6",
"@types/validator": "^13.11.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"ava": "^5.3.1",
"eslint": "^8.46.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"jest": "^29.6.2",
"prettier": "^3.0.1",
"eslint-plugin-import": "^2.29.0",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"supertest": "^6.3.3",
"ts-jest": "29.1.1",
"ts-loader": "^9.4.4",
"ts-loader": "^9.5.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
Loading

0 comments on commit 567fb1b

Please sign in to comment.