2 Commits

Author SHA1 Message Date
renovate[bot]
71b6bb5e44 Update dependency vite to v7 2026-02-22 17:33:04 +00:00
renovate[bot]
bde91d13bf Update dependency @fontsource/roboto to v5.2.10 (#332) 2026-02-22 07:16:16 -05:00
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "rfd-fyi",
"version": "0.1.0",
"dependencies": {
"@fontsource/roboto": "5.2.9",
"@fontsource/roboto": "5.2.10",
"@github/hotkey": "^3.0.0",
"@mdi/font": "7.4.47",
"@popperjs/core": "^2.11.8",
@@ -2238,9 +2238,9 @@
}
},
"node_modules/@fontsource/roboto": {
"version": "5.2.9",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.2.9.tgz",
"integrity": "sha512-ZTkyHiPk74B/aj8BZWbsxD5Yu+Lq+nR64eV4wirlrac2qXR7jYk2h6JlLYuOuoruTkGQWNw2fMuKNavw7/rg0w==",
"version": "5.2.10",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.2.10.tgz",
"integrity": "sha512-8HlA5FtSfz//oFSr2eL7GFXAiE7eIkcGOtx7tjsLKq+as702x9+GU7K95iDeWFapHC4M2hv9RrpXKRTGGBI8Zg==",
"license": "OFL-1.1",
"funding": {
"url": "https://github.com/sponsors/ayuhito"

View File

@@ -9,7 +9,7 @@
"lint": "eslint . --fix"
},
"dependencies": {
"@fontsource/roboto": "5.2.9",
"@fontsource/roboto": "5.2.10",
"@github/hotkey": "^3.0.0",
"@mdi/font": "7.4.47",
"@popperjs/core": "^2.11.8",
@@ -33,7 +33,7 @@
"postcss-cli": "^11.0.0",
"sass-embedded": "^1.89.2",
"unplugin-vue-components": "^31.0.0",
"vite": "^6.3.6"
"vite": "^7.0.0"
},
"eslintConfig": {
"root": true,