fix: update dv to remove magic sorting behavior

This commit is contained in:
didierfranc
2025-03-10 18:09:17 +01:00
parent 0199fb5100
commit 7eb7846b9e
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.8",
"@agnosticeng/dv": "^0.0.9",
"@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.8",
"resolved": "https://registry.npmjs.org/@agnosticeng/dv/-/dv-0.0.8.tgz",
"integrity": "sha512-Mj2Hjh5PplleP1hVgMEZeFlUmBWioRjH9feU0+6EjJ7EqalA+0IaAfYgcrQ4sTssAwYMm2AFyCR8CfMnVrbd3w==",
"version": "0.0.9",
"resolved": "https://registry.npmjs.org/@agnosticeng/dv/-/dv-0.0.9.tgz",
"integrity": "sha512-39JPBRHnSmQizezMsmRVQ0D3r1Awkdpn9ul0OL/Sve3TZ9V7upYl2UXqzSlObCBKejcI0B3O6t2tEnRRkhWxOw==",
"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.8",
"@agnosticeng/dv": "^0.0.9",
"@agnosticeng/migrate": "^0.0.2",
"@agnosticeng/sqlite": "^0.0.5",
"@observablehq/plot": "^0.6.16",