MAINT update dependencies

This commit is contained in:
Pingumask 2024-12-05 01:01:39 +01:00
parent 9736e6320f
commit 92c0d4f96a
17 changed files with 1829 additions and 1556 deletions

View file

@ -2,7 +2,7 @@
## Upcoming version ## Upcoming version
- MAINT update dependencies
### Version 3.21.0 ### Version 3.21.0

3348
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -17,9 +17,9 @@
"@fortawesome/vue-fontawesome": "^0.1.10", "@fortawesome/vue-fontawesome": "^0.1.10",
"@vue/cli-service": "^5.0.8", "@vue/cli-service": "^5.0.8",
"prom-client": "^13.0.0", "prom-client": "^13.0.0",
"vue": "^2.6.12", "vue": "^2.7.16",
"vue-template-compiler": "^2.7.15", "vue-template-compiler": "^2.7.15",
"vuex": "^3.6.0", "vuex": "^3.6.2",
"ws": "^7.4.6" "ws": "^7.4.6"
}, },
"devDependencies": { "devDependencies": {

View file

@ -145,7 +145,8 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
@import "vars"; @use "vars" as *;
@use "media" as *;
@font-face { @font-face {
font-family: "Papyrus"; font-family: "Papyrus";
@ -181,8 +182,6 @@ body {
overflow: hidden; overflow: hidden;
} }
@import "media";
* { * {
box-sizing: border-box; box-sizing: border-box;
position: relative; position: relative;

View file

@ -412,7 +412,7 @@ export default {
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@import "../vars.scss"; @use "../vars.scss" as *;
// success animation // success animation
@keyframes greenToWhite { @keyframes greenToWhite {

View file

@ -419,7 +419,7 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
@import "../vars.scss"; @use "../vars.scss" as *;
.fold-enter-active, .fold-enter-active,
.fold-leave-active { .fold-leave-active {

View file

@ -140,7 +140,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import "../vars.scss"; @use "../vars.scss" as *;
.info { .info {
position: absolute; position: absolute;

View file

@ -495,7 +495,7 @@ export default {
<style lang="scss"> <style lang="scss">
@use "sass:math"; @use "sass:math";
@import "../vars.scss"; @use "../vars.scss" as *;
#townsquare { #townsquare {
width: 100%; width: 100%;

View file

@ -345,7 +345,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import "../vars.scss"; @use "../vars.scss" as *;
#vote { #vote {
position: absolute; position: absolute;

View file

@ -333,7 +333,7 @@ export default {
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@import "../../vars.scss"; @use "../../vars.scss" as *;
ul { ul {
width: 100%; width: 100%;
} }

View file

@ -46,7 +46,7 @@ export default {
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@import "../../vars.scss"; @use "../../vars.scss" as *;
ul.tokens li { ul.tokens li {
border-radius: 50%; border-radius: 50%;

View file

@ -112,7 +112,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import "../../vars.scss"; @use "../../vars.scss" as *;
h3 { h3 {
margin: 0 40px; margin: 0 40px;

View file

@ -280,7 +280,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import "../../vars.scss"; @use "../../vars.scss" as *;
.toggle { .toggle {
position: absolute; position: absolute;

View file

@ -153,7 +153,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import "../../vars.scss"; @use "../../vars.scss" as *;
.toggle { .toggle {
position: absolute; position: absolute;

View file

@ -113,7 +113,7 @@ export default {
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@import "../../vars.scss"; @use "../../vars.scss" as *;
ul.tokens li { ul.tokens li {
border-radius: 50%; border-radius: 50%;

View file

@ -190,7 +190,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import "../../vars.scss"; @use "../../vars.scss" as *;
ul.tokens { ul.tokens {
padding-left: 5vmin; padding-left: 5vmin;

View file

@ -114,7 +114,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import "../../vars.scss"; @use "../../vars.scss" as *;
.clear { .clear {
position: absolute; position: absolute;