Browse Source

fix(deps): update dependency @fontsource/inter to v5 (#3048)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/3049/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
37a71e8632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      web/package-lock.json
  2. 2
      web/package.json

8
web/package-lock.json generated

@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
"@codemirror/lang-javascript": "^6.1.2",
"@codemirror/lang-markdown": "6.1.1",
"@codemirror/language-data": "6.3.1",
"@fontsource/inter": "^4.5.15",
"@fontsource/inter": "^5.0.0",
"@fontsource/poppins": "4.5.10",
"@next/bundle-analyzer": "^13.1.1",
"@uiw/codemirror-theme-bbedit": "4.20.2",
@ -2545,9 +2545,9 @@ @@ -2545,9 +2545,9 @@
}
},
"node_modules/@fontsource/inter": {
"version": "4.5.15",
"resolved": "https://registry.npmjs.org/@fontsource/inter/-/inter-4.5.15.tgz",
"integrity": "sha512-FzleM9AxZQK2nqsTDtBiY0PMEVWvnKnuu2i09+p6DHvrHsuucoV2j0tmw+kAT3L4hvsLdAIDv6MdGehsPIdT+Q=="
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/@fontsource/inter/-/inter-5.0.1.tgz",
"integrity": "sha512-jezFhHp0HcVy2t6M6r89EcxkT30vx0ofGauveQWQ81j70N/wNDYs4zI+sedeend6zF9GXIEqpOTO2D1k7VQX4w=="
},
"node_modules/@fontsource/poppins": {
"version": "4.5.10",

2
web/package.json

@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
"@codemirror/lang-javascript": "^6.1.2",
"@codemirror/lang-markdown": "6.1.1",
"@codemirror/language-data": "6.3.1",
"@fontsource/inter": "^4.5.15",
"@fontsource/inter": "^5.0.0",
"@fontsource/poppins": "4.5.10",
"@next/bundle-analyzer": "^13.1.1",
"@uiw/codemirror-theme-bbedit": "4.20.2",

Loading…
Cancel
Save