Skip to content

Commit

Permalink
chore: 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
Mereithhh committed Mar 14, 2023
1 parent dae79f9 commit 76a5c45
Show file tree
Hide file tree
Showing 9 changed files with 2,354 additions and 3,272 deletions.
13 changes: 13 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,16 @@ npm-debug.log
README.md
.next
.git
dist
staticFolder
logs
**/*/node_modules
**/node_modules
**/*/dist
**/*/.umi
**/*/.next
**/*/.git
**/*/.gitignore
**/*/.DS_Store
**/*/.env
**/*/.umi-production
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
auto-install-peers=true
network-timeout=600000
46 changes: 24 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"clean": "rm -rf node_modules && rm -rf packages/*/node_modules && rm -rf packages/*/dist",
"build:test": "act -j test --secret-file=.env",
"build": "lerna run build --scope=@vanblog/server --scope=@vanblog/theme-default --scope=@vanblog/admin --parallel",
"build:server": "lerna run build --scope=@vanblog/server",
"build:website": "lerna run build --scope=@vanblog/theme-default",
"build:admin": "lerna run build --scope=@vanblog/admin",
Expand All @@ -27,35 +28,36 @@
"webhook": "node scripts/webhook.js"
},
"devDependencies": {
"@vuepress/client": "2.0.0-beta.61",
"@vuepress/utils": "2.0.0-beta.61",
"@vuepress/client": "2.0.0-beta.45",
"@vuepress/utils": "2.0.0-alpha.1",
"lerna": "^6.5.1",
"nan": "^2.17.0",
"standard-version": "^9.5.0",
"vue": "^3.2.47",
"vuepress": "2.0.0-beta.61",
"vuepress-plugin-auto-catalog": "2.0.0-beta.191",
"vuepress-plugin-blog2": "2.0.0-beta.191",
"vuepress-plugin-comment2": "2.0.0-beta.191",
"vuepress-plugin-components": "2.0.0-beta.191",
"vuepress-plugin-copy-code2": "2.0.0-beta.191",
"vuepress-plugin-copyright2": "2.0.0-beta.191",
"vuepress-plugin-feed2": "2.0.0-beta.191",
"vuepress-plugin-md-enhance": "2.0.0-beta.191",
"vuepress-plugin-photo-swipe": "2.0.0-beta.191",
"vuepress-plugin-pwa2": "2.0.0-beta.191",
"vuepress-plugin-reading-time2": "2.0.0-beta.191",
"vuepress-plugin-redirect": "2.0.0-beta.185",
"vuepress-plugin-rtl": "2.0.0-beta.191",
"vuepress-plugin-search-pro": "2.0.0-beta.185",
"vuepress-plugin-seo2": "2.0.0-beta.191",
"vuepress-plugin-sitemap2": "2.0.0-beta.191",
"vuepress-theme-hope": "2.0.0-beta.185"
"vuepress": "1.9.9",
"vuepress-plugin-auto-catalog": "2.0.0-beta.193",
"vuepress-plugin-blog2": "2.0.0-beta.193",
"vuepress-plugin-comment2": "2.0.0-beta.193",
"vuepress-plugin-components": "2.0.0-beta.193",
"vuepress-plugin-copy-code2": "2.0.0-beta.193",
"vuepress-plugin-copyright2": "2.0.0-beta.193",
"vuepress-plugin-feed2": "2.0.0-beta.193",
"vuepress-plugin-md-enhance": "2.0.0-beta.193",
"vuepress-plugin-photo-swipe": "2.0.0-beta.193",
"vuepress-plugin-pwa2": "2.0.0-beta.193",
"vuepress-plugin-reading-time2": "2.0.0-beta.193",
"vuepress-plugin-redirect": "2.0.0-beta.193",
"vuepress-plugin-rtl": "2.0.0-beta.193",
"vuepress-plugin-search-pro": "2.0.0-beta.193",
"vuepress-plugin-seo2": "2.0.0-beta.193",
"vuepress-plugin-sitemap2": "2.0.0-beta.193",
"vuepress-theme-hope": "2.0.0-beta.193"
},
"dependencies": {
"@vuepress/core": "^1.9.9",
"@vuepress/shared-utils": "^1.9.9",
"cross-env": "^7.0.3",
"vuepress-plugin-sass-palette": "2.0.0-beta.191",
"vuepress-shared": "2.0.0-beta.191"
"vuepress-plugin-sass-palette": "2.0.0-beta.193",
"vuepress-shared": "2.0.0-beta.193"
}
}
86 changes: 43 additions & 43 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,71 +25,71 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/jwt": "^8.0.1",
"@nestjs/mongoose": "^9.0.3",
"@nestjs/passport": "^8.2.2",
"@nestjs/platform-express": "^8.0.0",
"@nestjs/schedule": "^2.1.0",
"@nestjs/swagger": "^5.2.1",
"@nestjs/common": "^9.3.9",
"@nestjs/core": "^9.3.9",
"@nestjs/jwt": "^10.0.2",
"@nestjs/mongoose": "^9.2.1",
"@nestjs/passport": "^9.0.3",
"@nestjs/platform-express": "^9.3.9",
"@nestjs/schedule": "^2.2.0",
"@nestjs/swagger": "^6.2.1",
"@types/line-reader": "^0.0.34",
"@types/request-ip": "^0.0.37",
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.12",
"compressing": "^1.6.2",
"axios": "^1.3.4",
"cheerio": "1.0.0-rc.12",
"compressing": "^1.8.0",
"crypto": "^1.0.1",
"dayjs": "^1.11.4",
"dayjs": "^1.11.7",
"express": "^4.18.2",
"feed": "^4.2.2",
"highlight.js": "^11.6.0",
"highlight.js": "^11.7.0",
"image-size": "^1.0.2",
"jimp": "^0.22.7",
"js-base64": "^3.7.2",
"js-base64": "^3.7.5",
"js-sha256": "^0.9.0",
"line-reader": "^0.4.0",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"markdown-it-katex": "^2.0.3",
"markdown-it-task-lists": "^2.1.1",
"mongoose": "^6.3.4",
"mongoose": "^7.0.1",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"picgo": "^1.5.0",
"pino": "^8.4.2",
"pino": "^8.11.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0",
"rimraf": "^4.4.0",
"rxjs": "^7.8.0",
"sitemap": "^7.1.1",
"swagger-ui-express": "^4.4.0",
"swagger-ui-express": "^4.6.2",
"yaml": "^2.2.1"
},
"devDependencies": {
"@nestjs/cli": "^8.0.0",
"@nestjs/schematics": "^8.0.0",
"@nestjs/testing": "^8.0.0",
"@types/express": "^4.17.13",
"@types/jest": "27.5.0",
"@nestjs/cli": "^9.2.0",
"@nestjs/schematics": "^9.0.4",
"@nestjs/testing": "^9.3.9",
"@types/express": "^4.17.17",
"@types/jest": "29.4.1",
"@types/multer": "^1.4.7",
"@types/node": "^16.0.0",
"@types/passport-jwt": "^3.0.6",
"@types/passport-local": "^1.0.34",
"@types/supertest": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "28.0.3",
"prettier": "^2.3.2",
"source-map-support": "^0.5.20",
"supertest": "^6.1.3",
"ts-jest": "28.0.1",
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
"tsconfig-paths": "4.0.0",
"typescript": "^4.3.5"
"@types/node": "^18.15.3",
"@types/passport-jwt": "^3.0.8",
"@types/passport-local": "^1.0.35",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "29.5.0",
"prettier": "^2.8.4",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"ts-jest": "29.0.5",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "4.1.2",
"typescript": "^4.9.5"
},
"jest": {
"moduleFileExtensions": [
Expand Down
2 changes: 1 addition & 1 deletion packages/server/test/app.e2e-spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Test, TestingModule } from '@nestjs/testing';
import { INestApplication } from '@nestjs/common';
import * as request from 'supertest';
import request from 'supertest';
import { AppModule } from './../src/app.module';

describe('AppController (e2e)', () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/waline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"license": "MIT",
"dependencies": {
"@waline/vercel": "^1.26.0"
"@waline/vercel": "^1.26.4"
},
"scripts": {
"start": "node node_modules/@waline/vercel/vanilla.js"
Expand Down
3 changes: 2 additions & 1 deletion packages/website/components/Markdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { Code } from "./Code";
import Img from "./Img";
import a from "./a";
export default function (props: { content: string }) {
const remarkDirectiveRehypeAny = remarkDirectiveRehype as any;
return (
<>
<ReactMarkdown
Expand All @@ -26,7 +27,7 @@ export default function (props: { content: string }) {
remarkMath,
remarkGfm,
remarkDirective,
remarkDirectiveRehype,
remarkDirectiveRehypeAny,
]}
components={{
code: Code,
Expand Down
34 changes: 18 additions & 16 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,18 @@
"start": "next start"
},
"dependencies": {
"@next/bundle-analyzer": "^12.3.4",
"@next/bundle-analyzer": "^13.2.4",
"@types/lodash": "^4.14.191",
"@types/markdown-navbar": "^1.4.0",
"@waline/client": "^2.14.8",
"dayjs": "^1.11.7",
"eslint-config-next": "^13.2.3",
"eslint-config-next": "^13.2.4",
"headroom.js": "^0.12.0",
"js-base64": "^3.7.5",
"katex": "^0.16.4",
"lodash": "^4.17.21",
"mermaid": "^10.0.2",
"next": "^13.2.3",
"next": "^13.2.4",
"react": "^18.2.0",
"react-burger-menu": "^3.0.9",
"react-copy-to-clipboard": "^5.1.0",
Expand All @@ -37,26 +39,26 @@
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-rehype": "^10.1.0",
"sharp": "^0.30.7"
"sharp": "^0.31.3"
},
"devDependencies": {
"@swc/core": "^1.3.38",
"@swc/core": "^1.3.40",
"@swc/jest": "^0.2.24",
"@types/hast": "^2.3.4",
"@types/headroom.js": "^0.12.2",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-burger-menu": "^2.8.3",
"@types/react-copy-to-clipboard": "^5.0.3",
"@types/react-dom": "18.0.5",
"@types/react-headroom": "^2.2.2",
"@types/react-scroll": "^1.8.3",
"@types/react-syntax-highlighter": "^15.5.3",
"autoprefixer": "^10.4.7",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "18.0.11",
"@types/react-headroom": "^3.2.0",
"@types/react-scroll": "^1.8.6",
"@types/react-syntax-highlighter": "^15.5.6",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2",
"typescript": "4.7.2",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "4.9.5",
"vitest": "0.29.2"
}
}
Loading

0 comments on commit 76a5c45

Please sign in to comment.