Skip to content

Commit

Permalink
Update frontend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jan 1, 2020
1 parent fba1697 commit 39a11e1
Show file tree
Hide file tree
Showing 3 changed files with 2,597 additions and 2,052 deletions.
2 changes: 1 addition & 1 deletion maubot/management/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-dom": "^16.8.6",
"react-json-tree": "^0.11.2",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"react-scripts": "3.3.0",
"react-select": "^3.0.4"
},
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions maubot/management/frontend/src/style/base/fonts.sass
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
font-family: 'Raleway'
font-style: normal
font-weight: 300
src: local('Raleway Light'), local('Raleway-Light'), url('../fonts/raleway-light.woff2') format('woff2')
src: local('Raleway Light'), local('Raleway-Light'), url('../../fonts/raleway-light.woff2') format('woff2')

@font-face
font-family: 'Raleway'
font-style: normal
font-weight: 400
src: local('Raleway'), local('Raleway-Regular'), url('../fonts/raleway-regular.woff2') format('woff2')
src: local('Raleway'), local('Raleway-Regular'), url('../../fonts/raleway-regular.woff2') format('woff2')

@font-face
font-family: 'Raleway'
font-style: normal
font-weight: 700
src: local('Raleway Bold'), local('Raleway-Bold'), url('../fonts/raleway-bold.woff2') format('woff2')
src: local('Raleway Bold'), local('Raleway-Bold'), url('../../fonts/raleway-bold.woff2') format('woff2')


@font-face
font-family: 'Fira Code'
src: url('../fonts/firacode-regular.woff2') format('woff2')
src: url('../../fonts/firacode-regular.woff2') format('woff2')
font-weight: 400
font-style: normal

@font-face
font-family: 'Fira Code'
src: url('../fonts/firacode-bold.woff2') format('woff2')
src: url('../../fonts/firacode-bold.woff2') format('woff2')
font-weight: 700
font-style: normal
Loading

0 comments on commit 39a11e1

Please sign in to comment.