Skip to content

Commit a8d8ace

Browse files
fix(deps): update fontsource monorepo
1 parent 0a8b387 commit a8d8ace

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"url": "https://github.com/NodeBB/nodebb-theme-harmony/issues"
3838
},
3939
"dependencies": {
40-
"@fontsource/inter": "5.0.15",
41-
"@fontsource/poppins": "5.0.8"
40+
"@fontsource/inter": "5.0.20",
41+
"@fontsource/poppins": "5.0.15"
4242
},
4343
"devDependencies": {
4444
"eslint": "^9.0.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@
5555
dependencies:
5656
levn "^0.4.1"
5757

58-
"@fontsource/[email protected].15":
59-
version "5.0.15"
60-
resolved "https://registry.npmjs.org/@fontsource/inter/-/inter-5.0.15.tgz"
61-
integrity sha512-/IoWYEXl8lqJEx50JqNPT+bI4VNwxb/bg2oOfvG8PiEsDsmHRFvWBVHlohBNn1+QdBf+KbAjU/gb4vlGOSsVWw==
58+
"@fontsource/[email protected].20":
59+
version "5.0.20"
60+
resolved "https://registry.yarnpkg.com/@fontsource/inter/-/inter-5.0.20.tgz#968436ab21f05d3b3cb3191fa0958d91e37dde43"
61+
integrity sha512-rtw2F7xfM7rJmmnncXnR4ADr5wXsp4GyN1O1jmQJ1PMjAK+bm620/ZkQkeOYOkGoa09OksGinOeMA+Mkt6K9PQ==
6262

63-
"@fontsource/[email protected].8":
64-
version "5.0.8"
65-
resolved "https://registry.npmjs.org/@fontsource/poppins/-/poppins-5.0.8.tgz"
66-
integrity sha512-P8owfYWluoUY5Nyzk4gT/L6LmLmseP6ezFWhj6VBUa5pRIdnCvNJpoQ6i/vhekjtJOfqX6nKlB+LCttoUl2GQQ==
63+
"@fontsource/[email protected].15":
64+
version "5.0.15"
65+
resolved "https://registry.yarnpkg.com/@fontsource/poppins/-/poppins-5.0.15.tgz#0767044c8cc653e170016b3553ae8c67ae60e0b4"
66+
integrity sha512-hN8jhlb01v0f8F3X5h8XUiqz/dMYg/RrhyHmU1o4gZIgk+Yj2SeqmRLBj88Lh+pEjdVTmbDXSHGCVlbyPaSm8A==
6767

6868
"@humanwhocodes/module-importer@^1.0.1":
6969
version "1.0.1"
@@ -486,7 +486,7 @@ eslint-visitor-keys@^4.0.0:
486486
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
487487
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
488488

489-
eslint@^9.10.0:
489+
eslint@^9.0.0:
490490
version "9.10.0"
491491
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.10.0.tgz#0bd74d7fe4db77565d0e7f57c7df6d2b04756806"
492492
integrity sha512-Y4D0IgtBZfOcOUAIQTSXBKoNGfY0REGqHJG6+Q81vNippW5YlKjHFj4soMxamKK1NXHUWuBZTLdU3Km+L/pcHw==

0 commit comments

Comments
 (0)