Skip to content

Commit

Permalink
feat: upgrade some deps (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
lamngockhuong authored Oct 6, 2024
1 parent 191a5b0 commit b703157
Show file tree
Hide file tree
Showing 4 changed files with 1,158 additions and 1,208 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ lerna-debug.log*
/.nyc_output
/.jest-cache

# Turbo
.turbo

# IDEs and editors
/.idea
.project
Expand Down
14 changes: 11 additions & 3 deletions docs/.vuepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { searchPlugin } from '@vuepress/plugin-search';
import { defaultTheme } from '@vuepress/theme-default';
import { defineUserConfig } from 'vuepress';
import { mdEnhancePlugin } from 'vuepress-plugin-md-enhance';
import { markdownImagePlugin } from '@vuepress/plugin-markdown-image';
import { markdownTabPlugin } from '@vuepress/plugin-markdown-tab';
import { en as enThemeConfig } from './config/theme/en.config.mjs';
import { vi as viThemeConfig } from './config/theme/vi.config.mjs';

Expand Down Expand Up @@ -52,11 +54,17 @@ export default defineUserConfig({
// guides: https://plugin-md-enhance.vuejs.press/guide/
mdEnhancePlugin({
tasklist: true,
imgLazyload: true,
imgSize: true,
align: true,
}),
markdownImagePlugin({
figure: true,
lazyload: true,
mark: true,
size: true,
}),
markdownTabPlugin({
codeTabs: true,
tabs: true,
align: true,
}),
],
});
42 changes: 22 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,25 @@
"@nestjs/axios": "^3.0.3",
"@nestjs/bullmq": "^10.2.1",
"@nestjs/cache-manager": "^2.2.2",
"@nestjs/common": "^10.4.3",
"@nestjs/common": "^10.4.4",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.4.3",
"@nestjs/core": "^10.4.4",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mapped-types": "*",
"@nestjs/platform-express": "^10.4.3",
"@nestjs/platform-express": "^10.4.4",
"@nestjs/swagger": "^7.4.2",
"@nestjs/terminus": "^10.2.3",
"@nestjs/typeorm": "^10.0.2",
"argon2": "^0.41.1",
"axios": "^1.7.7",
"bullmq": "^5.13.1",
"bullmq": "^5.16.0",
"cache-manager": "^5.7.6",
"cache-manager-ioredis-yet": "^2.1.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"compression": "^1.7.4",
"handlebars": "^4.7.8",
"helmet": "^7.1.0",
"helmet": "^8.0.0",
"ms": "^2.1.3",
"nestjs-i18n": "^10.4.9",
"nestjs-pino": "^4.1.0",
Expand All @@ -73,44 +73,46 @@
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.10.0",
"@eslint/js": "^9.12.0",
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.1.3",
"@nestjs/testing": "^10.4.3",
"@nestjs/testing": "^10.4.4",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.24",
"@swc/core": "^1.7.26",
"@types/compression": "^1.7.5",
"@types/eslint__js": "^8.42.3",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.13",
"@types/ms": "^0.7.34",
"@types/node": "^22.5.5",
"@types/node": "^22.7.4",
"@types/nodemailer": "^6.4.16",
"@types/supertest": "^6.0.2",
"@types/uuid": "^10.0.0",
"@vuepress/bundler-vite": "^2.0.0-rc.15",
"@vuepress/plugin-search": "^2.0.0-rc.41",
"@vuepress/theme-default": "^2.0.0-rc.41",
"@vuepress/bundler-vite": "2.0.0-rc.17",
"@vuepress/plugin-markdown-image": "2.0.0-rc.52",
"@vuepress/plugin-markdown-tab": "2.0.0-rc.52",
"@vuepress/plugin-search": "2.0.0-rc.52",
"@vuepress/theme-default": "2.0.0-rc.52",
"env-cmd": "^10.1.0",
"eslint": "^9.10.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.6",
"jest": "^29.7.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-organize-imports": "^4.1.0",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"ts-jest": "^29.2.4",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0",
"vue": "^3.5.6",
"vuepress": "^2.0.0-rc.15",
"vuepress-plugin-md-enhance": "^2.0.0-rc.52"
"typescript-eslint": "^8.8.0",
"vue": "^3.5.11",
"vuepress": "2.0.0-rc.17",
"vuepress-plugin-md-enhance": "2.0.0-rc.57"
},
"packageManager": "pnpm@9.10.0+sha256.355a8ab8dbb6ad41befbef39bc4fd6b5df85e12761d2724bd01f13e878de4b13"
"packageManager": "pnpm@9.12.0+sha256.a61b67ff6cc97af864564f4442556c22a04f2e5a7714fbee76a1011361d9b726"
}
Loading

0 comments on commit b703157

Please sign in to comment.