Skip to content

Commit

Permalink
chore: bump deps (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
WDaan committed Apr 16, 2022
1 parent a6c294a commit 1667bc6
Show file tree
Hide file tree
Showing 8 changed files with 15,248 additions and 20,454 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Expand Up @@ -4,7 +4,7 @@ module.exports = {
'plugin:vue/recommended'
],
parserOptions: {
parser: 'babel-eslint',
parser: '@babel/eslint-parser',
ecmaVersion: 2017,
sourceType: 'module'
},
Expand All @@ -27,7 +27,7 @@ module.exports = {
eqeqeq: 0,
indent: ['error', 2, {
SwitchCase: 1,
"ignoredNodes": ["TemplateLiteral"]
ignoredNodes: ['TemplateLiteral']
}],
'vue/html-indent': [
'error',
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -21,4 +21,5 @@ yarn-error.log*
*.sw?

vuetorrent
config
config
Downloads
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -11,7 +11,7 @@ services:
- WEBUI_PORT=8080
volumes:
- ./config:/config
- /Users/gvv/Downloads:/downloads
- ./Downloads:/downloads
- ./vuetorrent:/vuetorrent
ports:
- 8080:8080
Expand Down
2 changes: 1 addition & 1 deletion jest.config.js
Expand Up @@ -2,7 +2,7 @@ module.exports = {
preset: '@vue/cli-plugin-unit-jest',
moduleFileExtensions: ['js', 'json', 'vue'],
transform: {
'.*\\.(vue)$': 'vue-jest',
'.*\\.(vue)$': '@vue/vue2-jest',
'^.+\\.js$': '<rootDir>/node_modules/babel-jest'
}
}

0 comments on commit 1667bc6

Please sign in to comment.