Browse Source

feat: updated dependencies

pull/621/head
NGPixel 7 years ago
parent
commit
51f5c236d6
4 changed files with 657 additions and 529 deletions
  1. 2
      client/js/components/login.vue
  2. 82
      package.json
  3. 16
      server/schemas/types.graphql
  4. 1086
      yarn.lock

2
client/js/components/login.vue

@ -39,7 +39,7 @@ export default {
siteTitle() { siteTitle() {
return siteConfig.title return siteConfig.title
} }
}
},
methods: { methods: {
selectProvider(key, useForm) { selectProvider(key, useForm) {

82
package.json

@ -1,6 +1,6 @@
{ {
"name": "wiki", "name": "wiki",
"version": "1.0.5",
"version": "2.0.0",
"description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown", "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
"main": "wiki.js", "main": "wiki.js",
"scripts": { "scripts": {
@ -42,55 +42,55 @@
"axios": "0.16.2", "axios": "0.16.2",
"bcryptjs-then": "1.0.1", "bcryptjs-then": "1.0.1",
"bluebird": "3.5.0", "bluebird": "3.5.0",
"body-parser": "1.18.0",
"bull": "3.1.0",
"body-parser": "1.18.2",
"bull": "3.2.0",
"bunyan": "1.8.12", "bunyan": "1.8.12",
"cheerio": "1.0.0-rc.2", "cheerio": "1.0.0-rc.2",
"child-process-promise": "2.2.1", "child-process-promise": "2.2.1",
"chokidar": "1.7.0", "chokidar": "1.7.0",
"compression": "1.7.0",
"compression": "1.7.1",
"connect-flash": "0.1.1", "connect-flash": "0.1.1",
"connect-redis": "3.3.0",
"connect-redis": "3.3.2",
"cookie-parser": "1.4.3", "cookie-parser": "1.4.3",
"diff2html": "2.3.0", "diff2html": "2.3.0",
"dotize": "^0.2.0", "dotize": "^0.2.0",
"execa": "0.8.0", "execa": "0.8.0",
"express": "4.15.4",
"express": "4.16.1",
"express-brute": "1.0.1", "express-brute": "1.0.1",
"express-brute-redis": "0.0.1", "express-brute-redis": "0.0.1",
"express-session": "1.15.5",
"file-type": "6.1.0",
"express-session": "1.15.6",
"file-type": "6.2.0",
"filesize.js": "1.0.2", "filesize.js": "1.0.2",
"follow-redirects": "1.2.4", "follow-redirects": "1.2.4",
"fs-extra": "4.0.1",
"fs-extra": "4.0.2",
"git-wrapper2-promise": "0.2.9", "git-wrapper2-promise": "0.2.9",
"graphql": "0.11.3",
"graphql-tools": "1.2.2",
"graphql": "0.11.6",
"graphql-tools": "1.2.3",
"highlight.js": "9.12.0", "highlight.js": "9.12.0",
"i18next": "9.0.0", "i18next": "9.0.0",
"i18next-express-middleware": "1.0.5",
"i18next-express-middleware": "1.0.6",
"i18next-localstorage-cache": "^1.1.1", "i18next-localstorage-cache": "^1.1.1",
"i18next-node-fs-backend": "1.0.0", "i18next-node-fs-backend": "1.0.0",
"image-size": "0.6.1", "image-size": "0.6.1",
"ioredis": "3.1.4", "ioredis": "3.1.4",
"jimp": "0.2.28", "jimp": "0.2.28",
"js-yaml": "3.9.1",
"jsonwebtoken": "8.0.0",
"js-yaml": "3.10.0",
"jsonwebtoken": "8.0.1",
"klaw": "2.1.0", "klaw": "2.1.0",
"levelup": "1.3.9", "levelup": "1.3.9",
"lodash": "4.17.4", "lodash": "4.17.4",
"markdown-it": "8.4.0", "markdown-it": "8.4.0",
"markdown-it-abbr": "1.0.4", "markdown-it-abbr": "1.0.4",
"markdown-it-anchor": "4.0.0", "markdown-it-anchor": "4.0.0",
"markdown-it-attrs": "1.1.0",
"markdown-it-attrs": "1.2.0",
"markdown-it-emoji": "1.4.0", "markdown-it-emoji": "1.4.0",
"markdown-it-expand-tabs": "1.0.12", "markdown-it-expand-tabs": "1.0.12",
"markdown-it-external-links": "0.0.6", "markdown-it-external-links": "0.0.6",
"markdown-it-footnote": "3.0.1", "markdown-it-footnote": "3.0.1",
"markdown-it-mathjax": "2.0.0", "markdown-it-mathjax": "2.0.0",
"markdown-it-task-lists": "2.0.1", "markdown-it-task-lists": "2.0.1",
"mathjax-node": "1.2.0",
"memdown": "1.2.7",
"mathjax-node": "1.2.1",
"memdown": "1.3.1",
"mime-types": "2.1.17", "mime-types": "2.1.17",
"moment": "2.18.1", "moment": "2.18.1",
"moment-timezone": "0.5.13", "moment-timezone": "0.5.13",
@ -101,7 +101,7 @@
"passport": "0.4.0", "passport": "0.4.0",
"passport-azure-ad-oauth2": "0.0.4", "passport-azure-ad-oauth2": "0.0.4",
"passport-facebook": "2.1.1", "passport-facebook": "2.1.1",
"passport-github2": "0.1.10",
"passport-github2": "0.1.11",
"passport-google-oauth20": "1.0.0", "passport-google-oauth20": "1.0.0",
"passport-ldapauth": "2.0.0", "passport-ldapauth": "2.0.0",
"passport-local": "1.0.0", "passport-local": "1.0.0",
@ -109,48 +109,48 @@
"passport-windowslive": "1.0.2", "passport-windowslive": "1.0.2",
"pg": "7.3.0", "pg": "7.3.0",
"pg-hstore": "2.3.2", "pg-hstore": "2.3.2",
"pg-promise": "6.5.2",
"pm2": "2.6.1",
"pg-promise": "6.10.1",
"pm2": "2.7.1",
"pug": "2.0.0-rc.4", "pug": "2.0.0-rc.4",
"read-chunk": "2.1.0", "read-chunk": "2.1.0",
"remove-markdown": "0.2.2", "remove-markdown": "0.2.2",
"request": "2.81.0",
"request": "2.83.0",
"search-index-adder": "0.3.9", "search-index-adder": "0.3.9",
"search-index-searcher": "0.2.10", "search-index-searcher": "0.2.10",
"semver": "5.4.1", "semver": "5.4.1",
"sequelize": "4.8.2",
"serve-favicon": "2.4.3",
"sequelize": "4.11.5",
"serve-favicon": "2.4.5",
"simplemde": "1.11.2", "simplemde": "1.11.2",
"stopword": "0.1.7",
"stopword": "0.1.8",
"stream-to-promise": "2.2.0", "stream-to-promise": "2.2.0",
"tar": "4.0.1", "tar": "4.0.1",
"through2": "2.0.3", "through2": "2.0.3",
"validator": "8.2.0",
"validator": "9.0.0",
"validator-as-promised": "1.0.2", "validator-as-promised": "1.0.2",
"winston": "2.3.1", "winston": "2.3.1",
"yargs": "8.0.2"
"yargs": "9.0.1"
}, },
"devDependencies": { "devDependencies": {
"@glimpse/glimpse": "0.22.15", "@glimpse/glimpse": "0.22.15",
"@panter/vue-i18next": "0.5.1",
"@panter/vue-i18next": "0.6.1",
"apollo-client": "^1.9.3", "apollo-client": "^1.9.3",
"babel-cli": "6.26.0", "babel-cli": "6.26.0",
"babel-jest": "21.0.2",
"babel-jest": "21.2.0",
"babel-plugin-transform-object-assign": "6.22.0", "babel-plugin-transform-object-assign": "6.22.0",
"babel-preset-es2015": "6.24.1", "babel-preset-es2015": "6.24.1",
"brace": "0.10.0", "brace": "0.10.0",
"colors": "1.1.2", "colors": "1.1.2",
"consolidate": "0.14.5", "consolidate": "0.14.5",
"eslint": "4.6.1",
"eslint": "4.8.0",
"eslint-config-standard": "10.2.1", "eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.7.0", "eslint-plugin-import": "2.7.0",
"eslint-plugin-node": "5.1.1",
"eslint-plugin-node": "5.2.0",
"eslint-plugin-promise": "3.5.0", "eslint-plugin-promise": "3.5.0",
"eslint-plugin-standard": "3.0.1", "eslint-plugin-standard": "3.0.1",
"fuse-box": "^2.2.31",
"fuse-box": "2.2.31",
"graphql-tag": "^2.4.2", "graphql-tag": "^2.4.2",
"i18next-xhr-backend": "1.4.2",
"jest": "21.0.2",
"i18next-xhr-backend": "1.4.3",
"jest": "21.2.1",
"jquery": "3.2.1", "jquery": "3.2.1",
"jquery-contextmenu": "2.6.2", "jquery-contextmenu": "2.6.2",
"jquery-simple-upload": "1.0.0", "jquery-simple-upload": "1.0.0",
@ -159,20 +159,20 @@
"lodash-cli": "4.17.4", "lodash-cli": "4.17.4",
"lodash-es": "4.17.4", "lodash-es": "4.17.4",
"node-sass": "4.5.3", "node-sass": "4.5.3",
"nodemon": "1.12.0",
"nodemon": "1.12.1",
"pug-lint": "2.5.0", "pug-lint": "2.5.0",
"twemoji-awesome": "1.0.6", "twemoji-awesome": "1.0.6",
"typescript": "2.5.2",
"uglify-es": "3.0.28",
"vee-validate": "2.0.0-rc.14",
"vue": "2.4.2",
"typescript": "2.5.3",
"uglify-es": "3.1.2",
"vee-validate": "2.0.0-rc.18",
"vue": "2.4.4",
"vue-clipboards": "1.1.0", "vue-clipboards": "1.1.0",
"vue-lodash": "1.0.3",
"vue-lodash": "1.0.4",
"vue-material": "^0.7.5", "vue-material": "^0.7.5",
"vue-resource": "1.3.4", "vue-resource": "1.3.4",
"vue-template-compiler": "2.4.2",
"vue-template-compiler": "2.4.4",
"vue-template-es2015-compiler": "1.5.3", "vue-template-es2015-compiler": "1.5.3",
"vuex": "2.4.0"
"vuex": "2.4.1"
}, },
"jest": { "jest": {
"collectCoverage": false, "collectCoverage": false,

16
server/schemas/types.graphql

@ -31,6 +31,14 @@ interface Base {
# TYPES # TYPES
type AuthenticationProvider {
id: String!
useForm: Boolean!
title: String!
props: [String]
config: String
}
type Comment implements Base { type Comment implements Base {
id: Int! id: Int!
createdAt: Date createdAt: Date
@ -97,6 +105,12 @@ type Right implements Base {
group: Group! group: Group!
} }
type SearchResult {
path: String
title: String
tags: [String]
}
type Setting implements Base { type Setting implements Base {
id: Int! id: Int!
createdAt: Date createdAt: Date
@ -139,12 +153,14 @@ type OperationResult {
# Query (Read) # Query (Read)
type Query { type Query {
authentication(mode: String!): [AuthenticationProvider]
comments(id: Int): [Comment] comments(id: Int): [Comment]
documents(id: Int, path: String): [Document] documents(id: Int, path: String): [Document]
files(id: Int): [File] files(id: Int): [File]
folders(id: Int, name: String): [Folder] folders(id: Int, name: String): [Folder]
groups(id: Int, name: String): [Group] groups(id: Int, name: String): [Group]
rights(id: Int): [Right] rights(id: Int): [Right]
search(q: String, tags: [String]): [SearchResult]
settings(key: String): [Setting] settings(key: String): [Setting]
tags(key: String): [Tag] tags(key: String): [Tag]
translations(locale: String!, namespace: String!): [Translation] translations(locale: String!, namespace: String!): [Translation]

1086
yarn.lock
File diff suppressed because it is too large
View File

Loading…
Cancel
Save