Merge pull request 'Update dependency eslint to v8' (#40) from renovate/eslint-8.x into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #40
This commit is contained in:
commit
31f4551d0f
1155
package-lock.json
generated
1155
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@ -20,13 +20,13 @@
|
||||
"@vue/cli-plugin-pwa": "5.0.8",
|
||||
"@vue/cli-service": "5.0.8",
|
||||
"@vue/compiler-sfc": "3.4.23",
|
||||
"@vue/eslint-config-standard": "6.1.0",
|
||||
"@vue/eslint-config-standard": "8.0.1",
|
||||
"@babel/eslint-parser": "7.24.1",
|
||||
"eslint": "7.32.0",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-n": "16.6.2",
|
||||
"eslint-plugin-promise": "4.3.1",
|
||||
"eslint-plugin-n": "15.2.4",
|
||||
"eslint-plugin-promise": "6.1.1",
|
||||
"eslint-plugin-standard": "5.0.0",
|
||||
"eslint-plugin-vue": "7.20.0"
|
||||
"eslint-plugin-vue": "9.25.0"
|
||||
}
|
||||
}
|
||||
|
@ -671,7 +671,7 @@ import QrcodeVue from 'qrcode.vue'
|
||||
import iso3166Import from '@/assets/iso3166.json'
|
||||
|
||||
// Internal Component
|
||||
import Faq from '@/components/faq'
|
||||
import Faq from '@/components/TheFaq.vue'
|
||||
|
||||
export default {
|
||||
name: "App",
|
||||
|
@ -43,6 +43,6 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'Faq'
|
||||
name: 'TheFaq'
|
||||
}
|
||||
</script>
|
Loading…
Reference in New Issue
Block a user