mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 08:10:08 +00:00
[editor] Update node dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
286c4d34a3
commit
ac607b512c
3 changed files with 2679 additions and 1415 deletions
|
@ -44,7 +44,8 @@ module.exports = {
|
||||||
|
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
ecmaVersion: 2020,
|
ecmaVersion: 2020,
|
||||||
parser: 'babel-eslint',
|
parser: '@babel/eslint-parser',
|
||||||
|
requireConfigFile: false,
|
||||||
},
|
},
|
||||||
|
|
||||||
plugins: [
|
plugins: [
|
||||||
|
|
4055
package-lock.json
generated
4055
package-lock.json
generated
File diff suppressed because it is too large
Load diff
36
package.json
36
package.json
|
@ -1,22 +1,22 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
"@babel/eslint-parser": "^7.21.3",
|
||||||
"@fortawesome/free-brands-svg-icons": "^5.15.4",
|
"@fortawesome/fontawesome-svg-core": "^6.3.0",
|
||||||
"@fortawesome/free-solid-svg-icons": "^5.15.4",
|
"@fortawesome/free-brands-svg-icons": "^6.3.0",
|
||||||
"@fortawesome/vue-fontawesome": "^2.0.6",
|
"@fortawesome/free-solid-svg-icons": "^6.3.0",
|
||||||
"axios": "^0.24.0",
|
"@fortawesome/vue-fontawesome": "^2.0.10",
|
||||||
"babel-eslint": "^10.1.0",
|
"axios": "^1.3.4",
|
||||||
"bootstrap": "^4.6.0",
|
"bootstrap": "^4.6.2",
|
||||||
"bootstrap-vue": "^2.21.2",
|
"bootstrap-vue": "^2.23.1",
|
||||||
"bootswatch": "^4.6.0",
|
"bootswatch": "^4.6.2",
|
||||||
"codejar": "^3.5.0",
|
"codejar": "^3.7.0",
|
||||||
"esbuild": "^0.8.43",
|
"esbuild": "^0.17.13",
|
||||||
"esbuild-vue": "^0.4.0",
|
"esbuild-vue": "^1.2.2",
|
||||||
"eslint": "^7.19.0",
|
"eslint": "^8.36.0",
|
||||||
"eslint-plugin-vue": "^7.20.0",
|
"eslint-plugin-vue": "^9.10.0",
|
||||||
"prismjs": "^1.25.0",
|
"prismjs": "^1.29.0",
|
||||||
"vue": "^2.6.14",
|
"vue": "^2.7.14",
|
||||||
"vue-router": "^3.5.3",
|
"vue-router": "^3.6.5",
|
||||||
"vue-template-compiler": "^2.6.14"
|
"vue-template-compiler": "^2.7.14"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue