mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 12:03:11 +00:00
parent
8fc7a6c0df
commit
beb9bcd8d4
2 changed files with 810 additions and 1118 deletions
10
package.json
10
package.json
|
@ -43,7 +43,7 @@
|
|||
"bcryptjs": "2.4.3",
|
||||
"busboy": "0.3.1",
|
||||
"chalk": "4.1.1",
|
||||
"cheerio": "1.0.0-rc.5",
|
||||
"cheerio": "1.0.0-rc.9",
|
||||
"commander": "7.2.0",
|
||||
"content-disposition": "0.5.3",
|
||||
"express": "4.17.1",
|
||||
|
@ -73,8 +73,8 @@
|
|||
"sqlite3": "5.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.14.0",
|
||||
"@babel/preset-env": "7.14.0",
|
||||
"@babel/core": "7.14.3",
|
||||
"@babel/preset-env": "7.14.4",
|
||||
"@fortawesome/fontawesome-free": "5.15.3",
|
||||
"@vue/server-test-utils": "1.1.3",
|
||||
"@vue/test-utils": "1.1.3",
|
||||
|
@ -83,8 +83,8 @@
|
|||
"chai": "4.3.4",
|
||||
"copy-webpack-plugin": "7.0.0",
|
||||
"css-loader": "5.1.1",
|
||||
"cssnano": "4.1.10",
|
||||
"dayjs": "1.10.4",
|
||||
"cssnano": "4.1.11",
|
||||
"dayjs": "1.10.5",
|
||||
"emoji-regex": "9.2.1",
|
||||
"eslint": "7.23.0",
|
||||
"eslint-config-prettier": "6.15.0",
|
||||
|
|
Loading…
Reference in a new issue