Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
chore: update desp
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed May 16, 2021
1 parent 50697e5 commit 297544a
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 259 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"@types/inflection": "1.5.28",
"axios": "0.21.1",
"camelcase-keys": "6.2.2",
"core-js": "3.10.2",
"core-js": "3.12.1",
"dayjs": "1.10.4",
"element-ui": "2.13.0",
"inflection": "1.13.1",
"js-cookie": "2.2.1",
"kico-message": "1.0.2",
"monaco-editor": "0.23.0",
"monaco-editor": "0.24.0",
"normalize.css": "8.0.1",
"qier-progress": "1.0.4",
"register-service-worker": "1.7.2",
Expand All @@ -41,26 +41,26 @@
},
"devDependencies": {
"@types/js-cookie": "2.2.6",
"@types/lodash": "4.14.168",
"@types/lodash": "4.14.169",
"@types/socket.io-client": "1.4.34",
"@types/validator": "13.1.3",
"@typescript-eslint/eslint-plugin": "4.22.1",
"@typescript-eslint/parser": "4.22.1",
"@vue/cli-plugin-babel": "4.5.12",
"@vue/cli-plugin-eslint": "4.5.12",
"@vue/cli-plugin-pwa": "4.5.12",
"@vue/cli-plugin-router": "4.5.12",
"@vue/cli-plugin-typescript": "4.5.12",
"@vue/cli-plugin-vuex": "4.5.12",
"@vue/cli-service": "4.5.12",
"@typescript-eslint/eslint-plugin": "4.23.0",
"@typescript-eslint/parser": "4.23.0",
"@vue/cli-plugin-babel": "4.5.13",
"@vue/cli-plugin-eslint": "4.5.13",
"@vue/cli-plugin-pwa": "4.5.13",
"@vue/cli-plugin-router": "4.5.13",
"@vue/cli-plugin-typescript": "4.5.13",
"@vue/cli-plugin-vuex": "4.5.13",
"@vue/cli-service": "4.5.13",
"@vue/eslint-config-prettier": "6.0.0",
"@vue/eslint-config-typescript": "7.0.0",
"babel-plugin-component": "1.1.1",
"eslint": "7.25.0",
"eslint": "7.26.0",
"eslint-plugin-html": "6.1.2",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-vue": "7.9.0",
"prettier": "2.2.1",
"prettier": "2.3.0",
"sass": "1.32.10",
"sass-loader": "10.1.1",
"style-resources-loader": "1.4.1",
Expand Down
5 changes: 2 additions & 3 deletions src/models/response.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export interface PostRespDto extends BaseResp {
data: {
hide: boolean
commentsIndex: number
id: string

created: string
modified: string
title: string
Expand Down Expand Up @@ -118,7 +118,6 @@ export interface CommentModel {
created: string
modified: string
avatar: string
id: string
}

export interface CommentsRespDto extends BaseResp {
Expand All @@ -143,7 +142,7 @@ export interface PageModel {
modified: Date
title: string
slug: string
id: string

subtitle?: string
}
export interface PagesRespDto extends BaseResp {
Expand Down
Loading

0 comments on commit 297544a

Please sign in to comment.