3 Commits

Author SHA1 Message Date
renovate[bot]
3bdada6169 Update dependency vite to v7 2025-09-20 01:32:12 +00:00
renovate[bot]
1f63e7327b Update dependency vuetify to v3.10.2 (#272)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-19 21:30:56 -04:00
renovate[bot]
2c6a65ffe7 Update dependency @fontsource/roboto to v5.2.8 (#271)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-19 21:30:34 -04:00
2 changed files with 9 additions and 12 deletions

17
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "rfd-fyi",
"version": "0.1.0",
"dependencies": {
"@fontsource/roboto": "5.2.7",
"@fontsource/roboto": "5.2.8",
"@github/hotkey": "^3.0.0",
"@mdi/font": "7.4.47",
"@popperjs/core": "^2.11.8",
@@ -2218,9 +2218,9 @@
}
},
"node_modules/@fontsource/roboto": {
"version": "5.2.7",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.2.7.tgz",
"integrity": "sha512-fca6Jtyxn6kPR51+TTTMCFm0FOhnKaLEYYiAQc8P/4iFCKoKGR0aX89QR4CfP+N64RPXJus64UxhJaVENnSM6Q==",
"version": "5.2.8",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.2.8.tgz",
"integrity": "sha512-oh9g4Cg3loVMz9MWeKWfDI+ooxxG1aRVetkiKIb2ESS2rrryGecQ/y4pAj4z5A5ebyw450dYRi/c4k/I3UBhHA==",
"license": "OFL-1.1",
"funding": {
"url": "https://github.com/sponsors/ayuhito"
@@ -15141,13 +15141,10 @@
"license": "MIT"
},
"node_modules/vuetify": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.10.0.tgz",
"integrity": "sha512-cgtssO0yriqwEdOd6jGfUqUUztunxYPDhyY+iog0Q8i5WEa+3+eQ/dGpXeFoU80qMVm0k6uPd8aJpc5wEVXu3g==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.10.2.tgz",
"integrity": "sha512-uuAm+uj170ZWdS0aiomhgtdYOR3/I2yzynskBfYyFB1Fn/HKvlvPDaU3ISZnf0GHIJQENdj7eLg/wTChrIwEQw==",
"license": "MIT",
"engines": {
"node": "^12.20 || >=14.13"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/johnleider"

View File

@@ -9,7 +9,7 @@
"lint": "eslint . --fix"
},
"dependencies": {
"@fontsource/roboto": "5.2.7",
"@fontsource/roboto": "5.2.8",
"@github/hotkey": "^3.0.0",
"@mdi/font": "7.4.47",
"@popperjs/core": "^2.11.8",
@@ -37,7 +37,7 @@
"sass-embedded": "^1.89.2",
"unplugin-fonts": "^1.3.1",
"unplugin-vue-components": "^29.0.0",
"vite": "^6.3.6",
"vite": "^7.0.0",
"vite-plugin-vuetify": "^2.1.1"
},
"eslintConfig": {