Updated deps and added font module
This commit is contained in:
parent
a4fa149729
commit
8834e1805f
5 changed files with 20 additions and 11 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "app/dist/type"]
|
||||||
|
path = app/dist/type
|
||||||
|
url = https://github.com/lbryio/type
|
1
app/dist/type
vendored
Submodule
1
app/dist/type
vendored
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit e936317f4bd014640789a41f9ce8d9834e55b077
|
|
@ -1,5 +1,5 @@
|
||||||
@include font-face(400);
|
@include font-face(400, "./type/inter", "Inter UI");
|
||||||
@include font-face(700);
|
@include font-face(700, "./type/inter", "Inter UI");
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
line-height: 1.55;
|
line-height: 1.55;
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
user-select: text;
|
||||||
|
|
||||||
|
-ms-user-select: text;
|
||||||
|
-moz-user-select: text;
|
||||||
|
-webkit-user-select: text;
|
||||||
|
|
||||||
@media (min-width: 901px) {
|
@media (min-width: 901px) {
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
|
|
18
package.json
18
package.json
|
@ -3,7 +3,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/polyfill": "^7.0.0",
|
"@babel/polyfill": "^7.0.0",
|
||||||
"@inc/fastify-ws": "^1.1.0",
|
"@inc/fastify-ws": "^1.1.0",
|
||||||
"@octokit/rest": "^16.1.0",
|
"@octokit/rest": "^16.2.0",
|
||||||
"@slack/client": "^4.8.0",
|
"@slack/client": "^4.8.0",
|
||||||
"app-root-path": "^2.1.0",
|
"app-root-path": "^2.1.0",
|
||||||
"async": "^2.6.1",
|
"async": "^2.6.1",
|
||||||
|
@ -15,11 +15,11 @@
|
||||||
"choo-websocket": "^2.0.0",
|
"choo-websocket": "^2.0.0",
|
||||||
"colorette": "^1.0.7",
|
"colorette": "^1.0.7",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"cron": "^1.5.1",
|
"cron": "^1.6.0",
|
||||||
"date-format-lite": "^17.7.0",
|
"date-format-lite": "^17.7.0",
|
||||||
"decamelize": "^2.0.0",
|
"decamelize": "^2.0.0",
|
||||||
"dedent": "^0.7.0",
|
"dedent": "^0.7.0",
|
||||||
"dotenv": "^6.1.0",
|
"dotenv": "^6.2.0",
|
||||||
"fastify": "^2.0.0-rc.1",
|
"fastify": "^2.0.0-rc.1",
|
||||||
"fastify-compress": "^0.7.1",
|
"fastify-compress": "^0.7.1",
|
||||||
"fastify-helmet": "^3.0.0",
|
"fastify-helmet": "^3.0.0",
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
"fastify-ws": "^1.0.0",
|
"fastify-ws": "^1.0.0",
|
||||||
"front-matter": "^3.0.1",
|
"front-matter": "^3.0.1",
|
||||||
"fs-exists-sync": "^0.1.0",
|
"fs-exists-sync": "^0.1.0",
|
||||||
"got": "^9.3.2",
|
"got": "^9.4.0",
|
||||||
"graceful-fs": "^4.1.15",
|
"graceful-fs": "^4.1.15",
|
||||||
"heroku-ssl-redirect": "0.0.4",
|
"heroku-ssl-redirect": "0.0.4",
|
||||||
"make-fetch-happen": "^4.0.1",
|
"make-fetch-happen": "^4.0.1",
|
||||||
|
@ -59,13 +59,13 @@
|
||||||
"@inc/eslint-config": "^1.1.2",
|
"@inc/eslint-config": "^1.1.2",
|
||||||
"@inc/sasslint-config": "^1.1.2",
|
"@inc/sasslint-config": "^1.1.2",
|
||||||
"@lbry/color": "^1.0.5",
|
"@lbry/color": "^1.0.5",
|
||||||
"@lbry/components": "^1.5.1",
|
"@lbry/components": "^1.6.0",
|
||||||
"eslint": "^5.9.0",
|
"eslint": "^5.10.0",
|
||||||
"husky": "^1.2.0",
|
"husky": "^1.2.0",
|
||||||
"nodemon": "^1.18.7",
|
"nodemon": "^1.18.8",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"pino-pretty": "^2.4.0",
|
"pino-pretty": "^2.5.0",
|
||||||
"sass": "^1.15.1",
|
"sass": "^1.15.2",
|
||||||
"sass-lint": "^1.12.1",
|
"sass-lint": "^1.12.1",
|
||||||
"snazzy": "^8.0.0",
|
"snazzy": "^8.0.0",
|
||||||
"standardx": "^3.0.1",
|
"standardx": "^3.0.1",
|
||||||
|
|
Loading…
Reference in a new issue