mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Update dependencies
This commit is contained in:
parent
3e9262a345
commit
800fc95278
2 changed files with 578 additions and 749 deletions
28
package.json
28
package.json
|
@ -46,9 +46,9 @@
|
|||
"cheerio": "1.0.0-rc.3",
|
||||
"commander": "6.1.0",
|
||||
"express": "4.17.1",
|
||||
"file-type": "15.0.1",
|
||||
"file-type": "16.0.0",
|
||||
"filenamify": "4.2.0",
|
||||
"got": "11.7.0",
|
||||
"got": "11.8.0",
|
||||
"irc-framework": "4.9.0",
|
||||
"is-utf8": "0.2.1",
|
||||
"ldapjs": "2.2.0",
|
||||
|
@ -61,7 +61,7 @@
|
|||
"read-chunk": "3.2.0",
|
||||
"semver": "7.3.2",
|
||||
"socket.io": "2.3.0",
|
||||
"tlds": "1.211.0",
|
||||
"tlds": "1.212.0",
|
||||
"ua-parser-js": "0.7.22",
|
||||
"uuid": "8.3.1",
|
||||
"web-push": "3.4.4",
|
||||
|
@ -71,8 +71,8 @@
|
|||
"sqlite3": "5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.12.0",
|
||||
"@babel/preset-env": "7.12.0",
|
||||
"@babel/core": "7.12.3",
|
||||
"@babel/preset-env": "7.12.1",
|
||||
"@fortawesome/fontawesome-free": "5.15.1",
|
||||
"@vue/server-test-utils": "1.1.0",
|
||||
"@vue/test-utils": "1.1.0",
|
||||
|
@ -82,21 +82,21 @@
|
|||
"copy-webpack-plugin": "6.2.1",
|
||||
"css-loader": "5.0.0",
|
||||
"cssnano": "4.1.10",
|
||||
"dayjs": "1.9.3",
|
||||
"emoji-regex": "9.1.1",
|
||||
"dayjs": "1.9.4",
|
||||
"emoji-regex": "9.2.0",
|
||||
"eslint": "7.11.0",
|
||||
"eslint-config-prettier": "6.12.0",
|
||||
"eslint-plugin-vue": "7.0.1",
|
||||
"eslint-config-prettier": "6.14.0",
|
||||
"eslint-plugin-vue": "7.1.0",
|
||||
"fuzzy": "0.1.3",
|
||||
"husky": "4.3.0",
|
||||
"mini-css-extract-plugin": "1.0.0",
|
||||
"mocha": "8.1.3",
|
||||
"mini-css-extract-plugin": "1.1.2",
|
||||
"mocha": "8.2.0",
|
||||
"mousetrap": "1.6.5",
|
||||
"normalize.css": "8.0.1",
|
||||
"npm-run-all": "4.1.5",
|
||||
"nyc": "15.1.0",
|
||||
"postcss": "8.1.1",
|
||||
"postcss-import": "12.0.1",
|
||||
"postcss": "8.1.3",
|
||||
"postcss-import": "13.0.0",
|
||||
"postcss-loader": "4.0.4",
|
||||
"postcss-preset-env": "6.7.0",
|
||||
"prettier": "2.1.2",
|
||||
|
@ -110,7 +110,7 @@
|
|||
"undate": "0.3.0",
|
||||
"vue": "2.6.12",
|
||||
"vue-loader": "15.9.3",
|
||||
"vue-router": "3.4.6",
|
||||
"vue-router": "3.4.7",
|
||||
"vue-server-renderer": "2.6.12",
|
||||
"vue-template-compiler": "2.6.12",
|
||||
"vuedraggable": "2.24.2",
|
||||
|
|
Loading…
Reference in a new issue