mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 06:57:10 +00:00
Merge pull request #18 from murashit/dependabot/npm_and_yarn/tanstack/query-core-5.101.1
This commit is contained in:
commit
210a4632f2
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -10,7 +10,7 @@
|
|||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@preact/signals": "^2.9.2",
|
||||
"@tanstack/query-core": "^5.101.0",
|
||||
"@tanstack/query-core": "^5.101.1",
|
||||
"micromark": "^4.0.2",
|
||||
"preact": "^10.29.2"
|
||||
},
|
||||
|
|
@ -2300,9 +2300,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@tanstack/query-core": {
|
||||
"version": "5.101.0",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.101.0.tgz",
|
||||
"integrity": "sha512-cQetA74EB+seWySv1TTKr828TnP0u39m6LykwDXIo84SNortpDkp30TMEjkqtYCNP9c40uT/iwl6MLiufEt0Ow==",
|
||||
"version": "5.101.1",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.101.1.tgz",
|
||||
"integrity": "sha512-Y6Y92dkXtNqx67m2pMSxUsA3zOCwv862JexZRP8/EPwvKXMPu9m8rv43spiXWzOUIggQ3SQApttALStzhA8B4g==",
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"type": "github",
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@preact/signals": "^2.9.2",
|
||||
"@tanstack/query-core": "^5.101.0",
|
||||
"@tanstack/query-core": "^5.101.1",
|
||||
"micromark": "^4.0.2",
|
||||
"preact": "^10.29.2"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue