mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 12:03:11 +00:00
Update dependencies
This commit is contained in:
parent
f1fc7a8968
commit
70937d29e0
2 changed files with 351 additions and 391 deletions
18
package.json
18
package.json
|
@ -46,12 +46,12 @@
|
|||
"cheerio": "1.0.0-rc.3",
|
||||
"commander": "6.0.0",
|
||||
"express": "4.17.1",
|
||||
"file-type": "14.6.2",
|
||||
"file-type": "14.7.0",
|
||||
"filenamify": "4.1.0",
|
||||
"got": "11.5.1",
|
||||
"irc-framework": "4.9.0",
|
||||
"is-utf8": "0.2.1",
|
||||
"ldapjs": "2.1.0",
|
||||
"ldapjs": "2.1.1",
|
||||
"linkify-it": "3.0.2",
|
||||
"lodash": "4.17.19",
|
||||
"mime-types": "2.1.27",
|
||||
|
@ -71,8 +71,8 @@
|
|||
"sqlite3": "5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.10.5",
|
||||
"@babel/preset-env": "7.10.4",
|
||||
"@babel/core": "7.11.0",
|
||||
"@babel/preset-env": "7.11.0",
|
||||
"@fortawesome/fontawesome-free": "5.14.0",
|
||||
"@vue/server-test-utils": "1.0.3",
|
||||
"@vue/test-utils": "1.0.3",
|
||||
|
@ -80,18 +80,18 @@
|
|||
"babel-plugin-istanbul": "6.0.0",
|
||||
"chai": "4.2.0",
|
||||
"copy-webpack-plugin": "6.0.3",
|
||||
"css-loader": "4.0.0",
|
||||
"css-loader": "4.2.0",
|
||||
"cssnano": "4.1.10",
|
||||
"dayjs": "1.8.30",
|
||||
"dayjs": "1.8.31",
|
||||
"emoji-regex": "9.0.0",
|
||||
"eslint": "7.5.0",
|
||||
"eslint": "7.6.0",
|
||||
"eslint-config-prettier": "6.11.0",
|
||||
"eslint-plugin-vue": "6.2.2",
|
||||
"fuzzy": "0.1.3",
|
||||
"graphql-request": "1.8.2",
|
||||
"husky": "4.2.5",
|
||||
"mini-css-extract-plugin": "0.9.0",
|
||||
"mocha": "8.0.1",
|
||||
"mocha": "8.1.0",
|
||||
"mousetrap": "1.6.5",
|
||||
"normalize.css": "8.0.1",
|
||||
"npm-run-all": "4.1.5",
|
||||
|
@ -115,7 +115,7 @@
|
|||
"vue-template-compiler": "2.6.11",
|
||||
"vuedraggable": "2.24.0",
|
||||
"vuex": "3.5.1",
|
||||
"webpack": "4.44.0",
|
||||
"webpack": "4.44.1",
|
||||
"webpack-cli": "3.3.12",
|
||||
"webpack-dev-middleware": "3.7.2",
|
||||
"webpack-hot-middleware": "2.25.0"
|
||||
|
|
Loading…
Reference in a new issue