Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
doveccl committed Feb 11, 2022
1 parent 71e8f2b commit 2423ff0
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 117 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"koa-router": "^10.1.1",
"md5": "^2.3.0",
"mime": "^3.0.0",
"mongoose": "^6.1.8",
"mongoose": "^6.2.1",
"node-schedule": "^2.1.0",
"nodemailer": "^6.7.2",
"ws": "^8.4.2"
"ws": "^8.5.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
Expand All @@ -46,19 +46,19 @@
"@types/katex": "^0.11.1",
"@types/koa-compose": "^3.2.5",
"@types/koa-router": "^7.4.4",
"@types/marked": "^4.0.1",
"@types/md5": "^2.3.1",
"@types/marked": "^4.0.2",
"@types/md5": "^2.3.2",
"@types/mime": "^2.0.3",
"@types/node": "^16.11.19",
"@types/node-schedule": "^1.3.2",
"@types/nodemailer": "^6.4.4",
"@types/react": "^17.0.38",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"ace-builds": "^1.4.13",
"antd": "^4.18.5",
"copy-webpack-plugin": "^10.2.1",
"css-loader": "^6.5.1",
"dompurify": "^2.3.4",
"ace-builds": "^1.4.14",
"antd": "^4.18.6",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.6.0",
"dompurify": "^2.3.5",
"github-markdown-css": "^5.1.0",
"highlight.js": "^11.4.0",
"highlightjs-line-numbers.js": "^2.8.0",
Expand All @@ -68,7 +68,7 @@
"katex": "^0.15.2",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"marked": "^4.0.10",
"marked": "^4.0.12",
"mini-css-extract-plugin": "^2.5.3",
"moment": "^2.29.1",
"react": "^17.0.2",
Expand All @@ -78,9 +78,9 @@
"ts-loader": "^9.2.6",
"ts-node-dev": "^1.1.8",
"typescript": "^4.5.5",
"webpack": "^5.67.0",
"webpack": "^5.68.0",
"webpack-cdn-plugin": "^3.3.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.3"
"webpack-dev-server": "^4.7.4"
}
}
Loading

0 comments on commit 2423ff0

Please sign in to comment.