mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-26 05:24:34 +00:00
build(deps): bump the fontsource group in /frontend with 2 updates
Bumps the fontsource group in /frontend with 2 updates: [@fontsource/inconsolata](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/inconsolata) and [@fontsource/inter](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/inter). Updates `@fontsource/inconsolata` from 5.1.1 to 5.2.5 - [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md) - [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/inconsolata) Updates `@fontsource/inter` from 5.1.1 to 5.2.5 - [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md) - [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/inter) --- updated-dependencies: - dependency-name: "@fontsource/inconsolata" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fontsource - dependency-name: "@fontsource/inter" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fontsource ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
Generated
+16
-10
@@ -8,8 +8,8 @@
|
||||
"name": "mas-frontend",
|
||||
"version": "0.0.0",
|
||||
"dependencies": {
|
||||
"@fontsource/inconsolata": "^5.1.1",
|
||||
"@fontsource/inter": "^5.1.1",
|
||||
"@fontsource/inconsolata": "^5.2.5",
|
||||
"@fontsource/inter": "^5.2.5",
|
||||
"@radix-ui/react-collapsible": "^1.1.3",
|
||||
"@radix-ui/react-dialog": "^1.1.6",
|
||||
"@tanstack/react-query": "^5.66.9",
|
||||
@@ -1883,16 +1883,22 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@fontsource/inconsolata": {
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@fontsource/inconsolata/-/inconsolata-5.1.1.tgz",
|
||||
"integrity": "sha512-jLLMagEJURTae5J30gehIsXRv96vjQ0XlALGxZC7DERWPqsJTa0oSsZR8k6IJfizU4ZeRl/aKWpZca2Lo3TvSg==",
|
||||
"license": "OFL-1.1"
|
||||
"version": "5.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@fontsource/inconsolata/-/inconsolata-5.2.5.tgz",
|
||||
"integrity": "sha512-OvzkZY5qYghv/jEV6cfGZzFhdFTvSnU+ExPC7WcZ7w8PdRhtiu/SpcBWOBt+3LXgS0n9qyepgq4zZmxlDTlGGQ==",
|
||||
"license": "OFL-1.1",
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/ayuhito"
|
||||
}
|
||||
},
|
||||
"node_modules/@fontsource/inter": {
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@fontsource/inter/-/inter-5.1.1.tgz",
|
||||
"integrity": "sha512-weN3E+rq0Xb3Z93VHJ+Rc7WOQX9ETJPTAJ+gDcaMHtjft67L58sfS65rAjC5tZUXQ2FdZ/V1/sSzCwZ6v05kJw==",
|
||||
"license": "OFL-1.1"
|
||||
"version": "5.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@fontsource/inter/-/inter-5.2.5.tgz",
|
||||
"integrity": "sha512-kbsPKj0S4p44JdYRFiW78Td8Ge2sBVxi/PIBwmih+RpSXUdvS9nbs1HIiuUSPtRMi14CqLEZ/fbk7dj7vni1Sg==",
|
||||
"license": "OFL-1.1",
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/ayuhito"
|
||||
}
|
||||
},
|
||||
"node_modules/@graphql-codegen/add": {
|
||||
"version": "5.0.3",
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
"knip": "knip"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource/inconsolata": "^5.1.1",
|
||||
"@fontsource/inter": "^5.1.1",
|
||||
"@fontsource/inconsolata": "^5.2.5",
|
||||
"@fontsource/inter": "^5.2.5",
|
||||
"@radix-ui/react-collapsible": "^1.1.3",
|
||||
"@radix-ui/react-dialog": "^1.1.6",
|
||||
"@tanstack/react-query": "^5.66.9",
|
||||
|
||||
Reference in New Issue
Block a user