Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Val-istar-Guo committed Jun 2, 2024
1 parent 1459a9e commit c676bad
Show file tree
Hide file tree
Showing 11 changed files with 3,986 additions and 4,288 deletions.
38 changes: 19 additions & 19 deletions app/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@aws-sdk/client-s3": "^3.563.0",
"@aws-sdk/client-s3": "^3.588.0",
"@buka/class-transformer-extra": "^1.1.1",
"@buka/nestjs-config": "^1.5.3",
"@miaooo/nestjs-take-type": "^1.2.0",
"@mikro-orm/cli": "^6.2.3",
"@mikro-orm/core": "^6.2.3",
"@mikro-orm/migrations": "^6.2.3",
"@mikro-orm/mysql": "^6.2.3",
"@mikro-orm/nestjs": "^5.2.3",
"@mikro-orm/cli": "^6.2.9",
"@mikro-orm/core": "^6.2.9",
"@mikro-orm/migrations": "^6.2.9",
"@mikro-orm/mysql": "^6.2.9",
"@mikro-orm/nestjs": "^6.0.1",
"@nanogiants/nestjs-swagger-api-exception-decorator": "^1.6.11",
"@nestjs/common": "^10.3.8",
"@nestjs/config": "^3.2.2",
Expand All @@ -42,26 +42,26 @@
"@types/semver": "^7.5.8",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"compressing": "^1.10.0",
"compressing": "^1.10.1",
"currency-codes": "^2.1.0",
"dayjs": "^1.11.10",
"dayjs": "^1.11.11",
"fs-extra": "^11.2.0",
"get-stream": "^9.0.1",
"into-stream": "^8.0.1",
"keq": "^2.6.4",
"keq-debug": "^2.0.3",
"keq-headers": "^2.0.1",
"keq-debug": "^2.0.4",
"keq-headers": "^2.0.4",
"mime": "^4.0.3",
"mime-types": "^2.1.35",
"nestjs-pino": "^4.1.0",
"openapi-types": "^12.1.3",
"path-scurry": "^1.11.1",
"pino-pretty": "^11.0.0",
"ramda": "^0.29.1",
"pino-pretty": "^11.1.0",
"ramda": "^0.30.0",
"reflect-metadata": "^0.2.2",
"rev-hash": "^4.1.0",
"rxjs": "^7.8.1",
"semver": "^7.6.0",
"semver": "^7.6.2",
"tempy": "^3.1.0"
},
"devDependencies": {
Expand All @@ -75,23 +75,23 @@
"@types/jest": "29.5.12",
"@types/mime-types": "^2.1.4",
"@types/multer": "^1.4.11",
"@types/node": "20.11.25",
"@types/ramda": "^0.29.12",
"@types/node": "20.13.0",
"@types/ramda": "^0.30.0",
"@types/supertest": "^6.0.2",
"@types/throttle-debounce": "^5.0.2",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"eslint": "^8.57.0",
"jest": "29.7.0",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"ts-jest": "29.1.2",
"ts-jest": "29.1.4",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.1"
"typescript-eslint": "^7.11.0"
},
"jest": {
"moduleFileExtensions": [
Expand Down
2,762 changes: 1,397 additions & 1,365 deletions app/backend/pnpm-lock.yaml

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions app/backend/src/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ export class AppService {

async registerDocs() {
const docsDir = path.join(process.cwd(), '../../docs')
console.log('==========================')
console.log(docsDir)
console.log('==========================')

const tgzStream = new compressing.tgz.Stream()
tgzStream.addEntry(docsDir, { ignoreBase: true })
Expand Down
46 changes: 23 additions & 23 deletions app/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,52 +12,52 @@
},
"devDependencies": {
"@buka/eslint-config": "^1.6.4",
"@nuxt/devtools": "^1.2.0",
"@nuxt/devtools": "^1.3.2",
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@tailwindcss/typography": "^0.5.12",
"@types/node": "^20.12.7",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.13.0",
"@types/ramda": "^0.30.0",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/parser": "^7.11.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"daisyui": "^4.10.2",
"daisyui": "^4.11.1",
"eslint": "^8.57.0",
"keq-cli": "^4.5.0",
"monaco-editor": "^0.48.0",
"monaco-editor": "^0.49.0",
"nuxt": "^3.11.2",
"nuxt-monaco-editor": "^1.2.9",
"nuxt-svgo": "^4.0.0",
"nuxt-viewport": "^2.1.4",
"nuxt-svgo": "^4.0.1",
"nuxt-viewport": "^2.1.5",
"postcss": "^8.4.38",
"stylelint": "^16.4.0",
"stylelint": "^16.6.1",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.4.3",
"tailwindcss-safe-area": "^0.5.1",
"vue-eslint-parser": "^9.4.2"
"vue-eslint-parser": "^9.4.3"
},
"dependencies": {
"@asyncapi/converter": "^1.4.19",
"@jongwooo/prism-theme-github": "^1.14.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"@pinia/nuxt": "^0.5.1",
"@shikijs/rehype": "^1.3.0",
"@tabler/icons-vue": "^3.2.0",
"@shikijs/rehype": "^1.6.2",
"@tabler/icons-vue": "^3.5.0",
"@types/md5": "^2.3.5",
"@types/semver": "^7.5.8",
"@types/unist": "^3.0.2",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"@vueuse/router": "^10.9.0",
"@vueuse/core": "^10.10.0",
"@vueuse/nuxt": "^10.10.0",
"@vueuse/router": "^10.10.0",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.10",
"dayjs": "^1.11.11",
"http-proxy": "^1.18.1",
"keq": "^2.6.4",
"keq-debug": "^2.0.3",
"keq-exception": "^3.0.0",
"keq-debug": "^2.0.4",
"keq-exception": "^3.1.0",
"md5": "^2.3.0",
"nanoid": "^5.0.7",
"openapi-types": "^12.1.3",
Expand All @@ -74,12 +74,12 @@
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"semver": "^7.6.0",
"shiki": "^1.3.0",
"simple-icons": "^11.13.0",
"semver": "^7.6.2",
"shiki": "^1.6.2",
"simple-icons": "^12.0.0",
"unified": "^11.0.4",
"vue": "^3.4.25",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"vue3-simple-icons": "^11.13.0"
"vue3-simple-icons": "^12.0.0"
}
}
Loading

0 comments on commit c676bad

Please sign in to comment.