update parser
All checks were successful
CI / checks (push) Successful in 1m17s

This commit is contained in:
Robin Appelman 2025-08-08 13:34:28 +02:00
commit a6fe8ae5e0
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -6,7 +6,7 @@
"": { "": {
"dependencies": { "dependencies": {
"@demostf/edit": "0.2.0", "@demostf/edit": "0.2.0",
"@demostf/tf-demos-viewer": "^0.3.2", "@demostf/tf-demos-viewer": "^0.3.3",
"@lutaok/solid-modal": "^0.1.1", "@lutaok/solid-modal": "^0.1.1",
"@solid-primitives/autofocus": "^0.0.111", "@solid-primitives/autofocus": "^0.0.111",
"@solid-primitives/keyboard": "^1.2.8", "@solid-primitives/keyboard": "^1.2.8",
@ -23,9 +23,9 @@
"integrity": "sha512-s9wk3QVm+aTpMhIyfdGIHRm5qHp7FQ1dq/Jn0fms+lXsB1xY3wgjfWH+5gwRjjo/Dd3UMNM0o3atjO2uh+CxOQ==" "integrity": "sha512-s9wk3QVm+aTpMhIyfdGIHRm5qHp7FQ1dq/Jn0fms+lXsB1xY3wgjfWH+5gwRjjo/Dd3UMNM0o3atjO2uh+CxOQ=="
}, },
"node_modules/@demostf/tf-demos-viewer": { "node_modules/@demostf/tf-demos-viewer": {
"version": "0.3.2", "version": "0.3.3",
"resolved": "https://registry.npmjs.org/@demostf/tf-demos-viewer/-/tf-demos-viewer-0.3.2.tgz", "resolved": "https://registry.npmjs.org/@demostf/tf-demos-viewer/-/tf-demos-viewer-0.3.3.tgz",
"integrity": "sha512-gNMGWOV/xQG5Y2JnJFi6ZBuWY3+RE8HoFWDWSEhuwvlFzqYUEaVhPA4wkD/1KmEjtgHbSF1ezsQFB6TTSgKd/A==" "integrity": "sha512-+jKCuzUkogjTNAoZVBGFi/J8XRkm6BEJDDSUzUISP1RZqxfgZzc4FBh7S5veU2EHxctIpVWDfQJeWiZJ/LHUkA=="
}, },
"node_modules/@lutaok/solid-modal": { "node_modules/@lutaok/solid-modal": {
"version": "0.1.1", "version": "0.1.1",

View file

@ -1,7 +1,7 @@
{ {
"dependencies": { "dependencies": {
"@demostf/edit": "0.2.0", "@demostf/edit": "0.2.0",
"@demostf/tf-demos-viewer": "^0.3.2", "@demostf/tf-demos-viewer": "^0.3.3",
"@lutaok/solid-modal": "^0.1.1", "@lutaok/solid-modal": "^0.1.1",
"@solid-primitives/autofocus": "^0.0.111", "@solid-primitives/autofocus": "^0.0.111",
"@solid-primitives/keyboard": "^1.2.8", "@solid-primitives/keyboard": "^1.2.8",