mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore(renderer): add search-string package
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
This commit is contained in:
parent
fd4ed91184
commit
3b0b8117cd
2 changed files with 9 additions and 0 deletions
|
|
@ -57,6 +57,7 @@
|
|||
"@zerodevx/svelte-toast": "^0.9.6",
|
||||
"electron-context-menu": "4.1.2",
|
||||
"js-yaml": "^4.1.1",
|
||||
"search-string": "^4.1.0",
|
||||
"tinro": "^0.6.12",
|
||||
"validator": "^13.15.35"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -754,6 +754,9 @@ importers:
|
|||
js-yaml:
|
||||
specifier: ^4.1.1
|
||||
version: 4.1.1
|
||||
search-string:
|
||||
specifier: ^4.1.0
|
||||
version: 4.1.0
|
||||
tinro:
|
||||
specifier: ^0.6.12
|
||||
version: 0.6.12
|
||||
|
|
@ -10506,6 +10509,9 @@ packages:
|
|||
search-insights@2.17.3:
|
||||
resolution: {integrity: sha512-RQPdCYTa8A68uM2jwxoY842xDhvx3E5LFL1LxvxCNMev4o5mLuokczhzjAgGwUZBAmOKZknArSxLKmXtIi2AxQ==}
|
||||
|
||||
search-string@4.1.0:
|
||||
resolution: {integrity: sha512-a5Yun2HzluDFSe/fWSO5HGWGJ3wXhh31st128oCjlPoF8+Ugs0I5Ok/Pz+27EqEUKqg56O6xu/pw0NM440nMUA==}
|
||||
|
||||
section-matter@1.0.0:
|
||||
resolution: {integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==}
|
||||
engines: {node: '>=4'}
|
||||
|
|
@ -23856,6 +23862,8 @@ snapshots:
|
|||
|
||||
search-insights@2.17.3: {}
|
||||
|
||||
search-string@4.1.0: {}
|
||||
|
||||
section-matter@1.0.0:
|
||||
dependencies:
|
||||
extend-shallow: 2.0.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue