chore(dv): update dv dependencies

This commit is contained in:
Yann Amsellem
2025-03-05 19:41:19 +01:00
parent fb8c639f60
commit d965f8a9d4
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@agnosticeng/cache": "^0.0.3",
"@agnosticeng/dv": "^0.0.6",
"@agnosticeng/dv": "^0.0.7",
"@agnosticeng/migrate": "^0.0.2",
"@agnosticeng/sqlite": "^0.0.5",
"@observablehq/plot": "^0.6.16",
@@ -49,9 +49,9 @@
"integrity": "sha512-sSi8wX3UkcG/1rXcDPGi2PQc8SP9arFM2ycKmbFqIwR2cmaYaZjUXIphZLXf8XywGSqxSzbbr2AR62KM2MwctA=="
},
"node_modules/@agnosticeng/dv": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/@agnosticeng/dv/-/dv-0.0.6.tgz",
"integrity": "sha512-XfRNqlk2v2MaLBi+AjuhhzBpqJnyNjpqbU9obI/5av0THWvMp34Ru8fqQGoCaFHxtkfiA2Elr/S732gPaZG5rA==",
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/@agnosticeng/dv/-/dv-0.0.7.tgz",
"integrity": "sha512-ukO2C2TJXLT+wyS3G8opgwvr0Z9Uj9/zRFUr2p5lEQnDvyFypvSm9VTZqxPNqwLlofr4FvZPMFZQFeGDoYeTgw==",
"dependencies": {
"@observablehq/plot": "^0.6.16",
"d3": "^7.9.0"

View File

@@ -16,7 +16,7 @@
"license": "MIT",
"dependencies": {
"@agnosticeng/cache": "^0.0.3",
"@agnosticeng/dv": "^0.0.6",
"@agnosticeng/dv": "^0.0.7",
"@agnosticeng/migrate": "^0.0.2",
"@agnosticeng/sqlite": "^0.0.5",
"@observablehq/plot": "^0.6.16",