chore(striker-ui): switch to fontsource

main
Tsu-ba-me 3 years ago
parent 5e21988f41
commit 237d73f673
  1. 24
      striker-ui/package-lock.json
  2. 4
      striker-ui/package.json

@ -13,6 +13,7 @@
"@emotion/react": "^11.7.1", "@emotion/react": "^11.7.1",
"@emotion/server": "^11.4.0", "@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0", "@emotion/styled": "^11.6.0",
"@fontsource/roboto-condensed": "^4.5.0",
"@material-ui/core": "^4.11.3", "@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2", "@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.4", "@material-ui/styles": "^4.11.4",
@ -24,8 +25,7 @@
"pretty-bytes": "^5.6.0", "pretty-bytes": "^5.6.0",
"react": "17.0.2", "react": "17.0.2",
"react-dom": "17.0.2", "react-dom": "17.0.2",
"swr": "^0.5.6", "swr": "^0.5.6"
"typeface-roboto-condensed": "^1.1.13"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^12.1.4", "@commitlint/cli": "^12.1.4",
@ -942,6 +942,11 @@
"node": ">= 4" "node": ">= 4"
} }
}, },
"node_modules/@fontsource/roboto-condensed": {
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-4.5.3.tgz",
"integrity": "sha512-gxUhy1ia9F0HSBcfvfKvmJ1+INbYALOCZVK8L6qAYRPT3Qhy8S9vfR3Ycz5kCniBZtArCVTlFgzB31UKhOMZLg=="
},
"node_modules/@humanwhocodes/config-array": { "node_modules/@humanwhocodes/config-array": {
"version": "0.5.0", "version": "0.5.0",
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz",
@ -6175,11 +6180,6 @@
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
} }
}, },
"node_modules/typeface-roboto-condensed": {
"version": "1.1.13",
"resolved": "https://registry.npmjs.org/typeface-roboto-condensed/-/typeface-roboto-condensed-1.1.13.tgz",
"integrity": "sha512-ntjupUqs7yAfp0nbcc30AdDV1OWSnlm5z1wPo2Br2yB8UKM/cLD2NP0DJNX5QomAGg9Q87wlkgT4hUxciqdNYw=="
},
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.5.5", "version": "4.5.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz",
@ -7087,6 +7087,11 @@
} }
} }
}, },
"@fontsource/roboto-condensed": {
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-4.5.3.tgz",
"integrity": "sha512-gxUhy1ia9F0HSBcfvfKvmJ1+INbYALOCZVK8L6qAYRPT3Qhy8S9vfR3Ycz5kCniBZtArCVTlFgzB31UKhOMZLg=="
},
"@humanwhocodes/config-array": { "@humanwhocodes/config-array": {
"version": "0.5.0", "version": "0.5.0",
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz",
@ -10868,11 +10873,6 @@
"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
"dev": true "dev": true
}, },
"typeface-roboto-condensed": {
"version": "1.1.13",
"resolved": "https://registry.npmjs.org/typeface-roboto-condensed/-/typeface-roboto-condensed-1.1.13.tgz",
"integrity": "sha512-ntjupUqs7yAfp0nbcc30AdDV1OWSnlm5z1wPo2Br2yB8UKM/cLD2NP0DJNX5QomAGg9Q87wlkgT4hUxciqdNYw=="
},
"typescript": { "typescript": {
"version": "4.5.5", "version": "4.5.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz",

@ -17,6 +17,7 @@
"@emotion/react": "^11.7.1", "@emotion/react": "^11.7.1",
"@emotion/server": "^11.4.0", "@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0", "@emotion/styled": "^11.6.0",
"@fontsource/roboto-condensed": "^4.5.0",
"@material-ui/core": "^4.11.3", "@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2", "@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.4", "@material-ui/styles": "^4.11.4",
@ -28,8 +29,7 @@
"pretty-bytes": "^5.6.0", "pretty-bytes": "^5.6.0",
"react": "17.0.2", "react": "17.0.2",
"react-dom": "17.0.2", "react-dom": "17.0.2",
"swr": "^0.5.6", "swr": "^0.5.6"
"typeface-roboto-condensed": "^1.1.13"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^12.1.4", "@commitlint/cli": "^12.1.4",

Loading…
Cancel
Save