mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 06:57:10 +00:00
Merge pull request #24 from murashit/dependabot/npm_and_yarn/preact-10.29.3
Bump preact from 10.29.2 to 10.29.3
This commit is contained in:
commit
e2f5b88f2e
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -8,15 +8,12 @@
|
|||
"name": "codex-panel",
|
||||
"version": "4.5.2",
|
||||
"license": "Apache-2.0",
|
||||
"engines": {
|
||||
"node": ">=26"
|
||||
},
|
||||
"dependencies": {
|
||||
"@preact/signals": "^2.9.2",
|
||||
"@tanstack/query-core": "^5.101.1",
|
||||
"defuddle": "^0.19.1",
|
||||
"micromark": "^4.0.2",
|
||||
"preact": "^10.29.2"
|
||||
"preact": "^10.29.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.5.1",
|
||||
|
|
@ -31,6 +28,9 @@
|
|||
"typescript": "^6.0.3",
|
||||
"typescript-eslint": "^8.62.0",
|
||||
"vitest": "^4.1.9"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=26"
|
||||
}
|
||||
},
|
||||
"node_modules/@asamuzakjp/css-color": {
|
||||
|
|
@ -7516,9 +7516,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/preact": {
|
||||
"version": "10.29.2",
|
||||
"resolved": "https://registry.npmjs.org/preact/-/preact-10.29.2.tgz",
|
||||
"integrity": "sha512-7tNmwg/7mzzAoB/8kSg6Hl37JraAZw3Z3A0JSY7VXlZwo82Xn0G7wKbNNs2qoF4ZEEsQGTwDAroNdqKs1ofJxQ==",
|
||||
"version": "10.29.3",
|
||||
"resolved": "https://registry.npmjs.org/preact/-/preact-10.29.3.tgz",
|
||||
"integrity": "sha512-D9NL1GAnJZhc3RndVs4gDdxEeU9TcHgywMrhhOsnpdlvFjdbx0gAsLUnH6JEhlJH5giL7Tx5biWPUSEXE/HPzw==",
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
|
|
|
|||
|
|
@ -54,6 +54,6 @@
|
|||
"@tanstack/query-core": "^5.101.1",
|
||||
"defuddle": "^0.19.1",
|
||||
"micromark": "^4.0.2",
|
||||
"preact": "^10.29.2"
|
||||
"preact": "^10.29.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue