mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-31 22:43:11 +02:00
Custom font selection (#226)
This commit is contained in:
11
package-lock.json
generated
11
package-lock.json
generated
@@ -36,6 +36,7 @@
|
||||
"plugins/template-function-xml",
|
||||
"src-tauri/yaak-crypto",
|
||||
"src-tauri/yaak-git",
|
||||
"src-tauri/yaak-fonts",
|
||||
"src-tauri/yaak-license",
|
||||
"src-tauri/yaak-mac-window",
|
||||
"src-tauri/yaak-models",
|
||||
@@ -3606,6 +3607,10 @@
|
||||
"resolved": "src-tauri/yaak-crypto",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@yaakapp-internal/fonts": {
|
||||
"resolved": "src-tauri/yaak-fonts",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@yaakapp-internal/git": {
|
||||
"resolved": "src-tauri/yaak-git",
|
||||
"link": true
|
||||
@@ -17294,7 +17299,7 @@
|
||||
},
|
||||
"packages/plugin-runtime-types": {
|
||||
"name": "@yaakapp/api",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.4",
|
||||
"dependencies": {
|
||||
"@types/node": "^22.5.4"
|
||||
},
|
||||
@@ -17543,6 +17548,10 @@
|
||||
"name": "@yaakapp-internal/crypto",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"src-tauri/yaak-fonts": {
|
||||
"name": "@yaakapp-internal/fonts",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"src-tauri/yaak-git": {
|
||||
"name": "@yaakapp-internal/git",
|
||||
"version": "1.0.0"
|
||||
|
||||
Reference in New Issue
Block a user