Archived
2
0

npm upgrade + bump fontawesome version.

This commit is contained in:
Miroslav Šedivý 2022-05-14 18:13:56 +02:00
parent 072d294468
commit c497b7325f
5 changed files with 21 additions and 21 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "neko-client", "name": "neko-client",
"version": "2.0.0", "version": "2.5.0",
"description": "Client for neko streaming server", "description": "Client for neko streaming server",
"license": "Apache License 2.0", "license": "Apache License 2.0",
"author": "Nurdism <https://github.com/nurdism>", "author": "Nurdism <https://github.com/nurdism>",
@ -20,7 +20,7 @@
"lint": "vue-cli-service lint" "lint": "vue-cli-service lint"
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4", "@fortawesome/fontawesome-free": "^6.1.1",
"animejs": "^3.2.0", "animejs": "^3.2.0",
"axios": "^0.21.4", "axios": "^0.21.4",
"date-fns": "^2.28.0", "date-fns": "^2.28.0",
@ -35,35 +35,35 @@
"vue-class-component": "^7.2.6", "vue-class-component": "^7.2.6",
"vue-clickaway": "^2.2.2", "vue-clickaway": "^2.2.2",
"vue-context": "^5.2.0", "vue-context": "^5.2.0",
"vue-i18n": "^8.27.0", "vue-i18n": "^8.27.1",
"vue-notification": "^1.3.20", "vue-notification": "^1.3.20",
"vue-property-decorator": "^9.1.2", "vue-property-decorator": "^9.1.2",
"vuex": "^3.5.1" "vuex": "^3.5.1"
}, },
"devDependencies": { "devDependencies": {
"@types/animejs": "^3.1.4", "@types/animejs": "^3.1.4",
"@types/node": "^14.18.9", "@types/node": "^14.18.18",
"@types/vue": "^2.0.0", "@types/vue": "^2.0.0",
"@types/vue-clickaway": "^2.2.0", "@types/vue-clickaway": "^2.2.0",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"@vue/cli-plugin-babel": "^4.5.15", "@vue/cli-plugin-babel": "^4.5.17",
"@vue/cli-plugin-eslint": "^4.5.15", "@vue/cli-plugin-eslint": "^4.5.17",
"@vue/cli-plugin-typescript": "^4.5.15", "@vue/cli-plugin-typescript": "^4.5.17",
"@vue/cli-plugin-vuex": "^4.5.15", "@vue/cli-plugin-vuex": "^4.5.17",
"@vue/cli-service": "^4.5.15", "@vue/cli-service": "^4.5.17",
"@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0", "@vue/eslint-config-typescript": "^7.0.0",
"core-js": "^3.20.3", "core-js": "^3.22.5",
"emojilib": "^3.0.4", "emojilib": "^3.0.6",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.4.1", "eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^7.20.0", "eslint-plugin-vue": "^7.20.0",
"prettier": "^2.5.1", "prettier": "^2.6.2",
"sass": "^1.49.0", "sass": "^1.51.0",
"sass-loader": "^10.2.1", "sass-loader": "^10.2.1",
"ts-node": "^9.1.1", "ts-node": "^9.1.1",
"typescript": "^4.5.5", "typescript": "^4.6.4",
"vue-template-compiler": "^2.6.14" "vue-template-compiler": "^2.6.14"
} }
} }

View File

@ -2,7 +2,7 @@
@use "sass:math"; @use "sass:math";
$fa-font-path: "~@fortawesome/fontawesome-free/webfonts"; $fa-font-path: "~@fortawesome/fontawesome-free/webfonts";
$fa-font-size-base: 16px; $fa-font-size-base: 16px;
$fa-font-display: auto; $fa-font-display: auto;
$fa-css-prefix: fa; $fa-css-prefix: fa;
@ -13,7 +13,7 @@ $fa-fw-width: math.div(20em, 16);
$fa-primary-opacity: 1; $fa-primary-opacity: 1;
$fa-secondary-opacity: .4; $fa-secondary-opacity: .4;
$fa-family-default: 'Font Awesome 5 Free'; $fa-family-default: 'Font Awesome 6 Free';
// Import FA source files // Import FA source files
@import "~@fortawesome/fontawesome-free/scss/brands"; @import "~@fortawesome/fontawesome-free/scss/brands";

View File

@ -212,7 +212,7 @@
&:before { &:before {
color: $background-tertiary; color: $background-tertiary;
font-weight: 900; font-weight: 900;
font-family: 'Font Awesome 5 Free'; font-family: 'Font Awesome 6 Free';
content: '\f3c1'; content: '\f3c1';
font-size: 8px; font-size: 8px;
line-height: 18px; line-height: 18px;

View File

@ -90,7 +90,7 @@
&::before { &::before {
content: '\f002'; content: '\f002';
font-weight: 900; font-weight: 900;
font-family: 'Font Awesome 5 Free'; font-family: 'Font Awesome 6 Free';
position: absolute; position: absolute;
width: 15px; width: 15px;
height: 15px; height: 15px;

View File

@ -77,7 +77,7 @@
&.self { &.self {
&::before { &::before {
font-family: 'Font Awesome 5 Free'; font-family: 'Font Awesome 6 Free';
font-weight: 900; font-weight: 900;
content: '\f2bd'; content: '\f2bd';
background: $background-floating; background: $background-floating;
@ -97,7 +97,7 @@
&.admin { &.admin {
&::before { &::before {
display: block; display: block;
font-family: 'Font Awesome 5 Free'; font-family: 'Font Awesome 6 Free';
font-weight: 900; font-weight: 900;
content: '\f3ed'; content: '\f3ed';
color: $style-primary; color: $style-primary;
@ -114,7 +114,7 @@
&.host::after { &.host::after {
display: block; display: block;
font-family: 'Font Awesome 5 Free'; font-family: 'Font Awesome 6 Free';
font-weight: 900; font-weight: 900;
content: '\f521'; content: '\f521';
background: $style-primary; background: $style-primary;