fix: revert to dnt 0.41

This commit is contained in:
Shibo Lyu 2025-05-11 02:36:30 +08:00
parent ae566764be
commit 05331f14b3
2 changed files with 70 additions and 29 deletions

View file

@ -7,7 +7,7 @@
"./richText": "./richText/mod.ts"
},
"imports": {
"@deno/dnt": "jsr:@deno/dnt@^0.42.1",
"@deno/dnt": "jsr:@deno/dnt@^0.41.3",
"@std/expect": "jsr:@std/expect@^1.0.15",
"@std/testing": "jsr:@std/testing@^1.0.11",
"zod": "npm:zod@^3.24.4"

97
deno.lock generated
View file

@ -2,34 +2,41 @@
"version": "4",
"specifiers": {
"jsr:@david/code-block-writer@^13.0.2": "13.0.3",
"jsr:@deno/cache-dir@0.20": "0.20.0",
"jsr:@deno/dnt@~0.42.1": "0.42.1",
"jsr:@deno/graph@0.86": "0.86.9",
"jsr:@deno/cache-dir@~0.10.3": "0.10.3",
"jsr:@deno/dnt@~0.41.3": "0.41.3",
"jsr:@deno/graph@~0.73.1": "0.73.1",
"jsr:@std/assert@0.223": "0.223.0",
"jsr:@std/assert@0.226": "0.226.0",
"jsr:@std/assert@^1.0.12": "1.0.13",
"jsr:@std/assert@^1.0.5": "1.0.5",
"jsr:@std/async@^1.0.12": "1.0.12",
"jsr:@std/bytes@^1.0.5": "1.0.5",
"jsr:@std/bytes@0.223": "0.223.0",
"jsr:@std/data-structures@^1.0.6": "1.0.7",
"jsr:@std/expect@^1.0.15": "1.0.15",
"jsr:@std/fmt@0.223": "0.223.0",
"jsr:@std/fmt@1": "1.0.7",
"jsr:@std/fmt@^1.0.3": "1.0.7",
"jsr:@std/fs@0.223": "0.223.0",
"jsr:@std/fs@1": "1.0.17",
"jsr:@std/fs@^1.0.16": "1.0.17",
"jsr:@std/fs@^1.0.4": "1.0.4",
"jsr:@std/fs@^1.0.5": "1.0.6",
"jsr:@std/fs@^1.0.6": "1.0.17",
"jsr:@std/fs@^1.0.9": "1.0.13",
"jsr:@std/fs@~0.229.3": "0.229.3",
"jsr:@std/internal@^1.0.3": "1.0.3",
"jsr:@std/internal@^1.0.6": "1.0.6",
"jsr:@std/io@0.225": "0.225.2",
"jsr:@std/io@0.223": "0.223.0",
"jsr:@std/path@0.223": "0.223.0",
"jsr:@std/path@1": "1.0.9",
"jsr:@std/path@1.0.0-rc.1": "1.0.0-rc.1",
"jsr:@std/path@^1.0.4": "1.0.6",
"jsr:@std/path@^1.0.6": "1.0.6",
"jsr:@std/path@^1.0.8": "1.0.9",
"jsr:@std/path@^1.0.9": "1.0.9",
"jsr:@std/path@~0.225.2": "0.225.2",
"jsr:@std/testing@^1.0.11": "1.0.11",
"jsr:@ts-morph/bootstrap@0.25": "0.25.0",
"jsr:@ts-morph/common@0.25": "0.25.0",
"jsr:@ts-morph/bootstrap@0.24": "0.24.0",
"jsr:@ts-morph/common@0.24": "0.24.0",
"npm:zod@^3.24.4": "3.24.4"
},
"jsr": {
@ -39,18 +46,18 @@
"@david/code-block-writer@13.0.3": {
"integrity": "f98c77d320f5957899a61bfb7a9bead7c6d83ad1515daee92dbacc861e13bb7f"
},
"@deno/cache-dir@0.20.0": {
"integrity": "840a78d4294102ac9ba6be70e8c1bf2983d18de4ef022f2c1bb8f8aaaffada48",
"@deno/cache-dir@0.10.3": {
"integrity": "eb022f84ecc49c91d9d98131c6e6b118ff63a29e343624d058646b9d50404776",
"dependencies": [
"jsr:@deno/graph",
"jsr:@std/fmt@^1.0.3",
"jsr:@std/fs@^1.0.6",
"jsr:@std/fmt@0.223",
"jsr:@std/fs@0.223",
"jsr:@std/io",
"jsr:@std/path@^1.0.8"
"jsr:@std/path@0.223"
]
},
"@deno/dnt@0.42.1": {
"integrity": "85322b38eb40d4e8c5216d62536152c35b1bda9dc47c8c60860610397b960223",
"@deno/dnt@0.41.3": {
"integrity": "b2ef2c8a5111eef86cb5bfcae103d6a2938e8e649e2461634a7befb7fc59d6d2",
"dependencies": [
"jsr:@david/code-block-writer",
"jsr:@deno/cache-dir",
@ -60,8 +67,14 @@
"jsr:@ts-morph/bootstrap"
]
},
"@deno/graph@0.86.9": {
"integrity": "c4f353a695bcc5246c099602977dabc6534eacea9999a35a8cb24e807192e6a1"
"@deno/graph@0.73.1": {
"integrity": "cd69639d2709d479037d5ce191a422eabe8d71bb68b0098344f6b07411c84d41"
},
"@std/assert@0.223.0": {
"integrity": "eb8d6d879d76e1cc431205bd346ed4d88dc051c6366365b1af47034b0670be24"
},
"@std/assert@0.226.0": {
"integrity": "0dfb5f7c7723c18cec118e080fec76ce15b4c31154b15ad2bd74822603ef75b3"
},
"@std/assert@1.0.5": {
"integrity": "e37da8e4033490ce613eec4ac1d78dba1faf5b02a3f6c573a28f15365b9b440f",
@ -84,8 +97,8 @@
"@std/async@1.0.12": {
"integrity": "d1bfcec459e8012846fe4e38dfc4241ab23240ecda3d8d6dfcf6d81a632e803d"
},
"@std/bytes@1.0.5": {
"integrity": "4465dd739d7963d964c809202ebea6d5c6b8e3829ef25c6a224290fbb8a1021e"
"@std/bytes@0.223.0": {
"integrity": "84b75052cd8680942c397c2631318772b295019098f40aac5c36cead4cba51a8"
},
"@std/data-structures@1.0.7": {
"integrity": "16932d2c8d281f65eaaa2209af2473209881e33b1ced54cd1b015e7b4cdbb0d2"
@ -104,6 +117,9 @@
"jsr:@std/internal@^1.0.6"
]
},
"@std/fmt@0.223.0": {
"integrity": "6deb37794127dfc7d7bded2586b9fc6f5d50e62a8134846608baf71ffc1a5208"
},
"@std/fmt@1.0.2": {
"integrity": "87e9dfcdd3ca7c066e0c3c657c1f987c82888eb8103a3a3baa62684ffeb0f7a7"
},
@ -113,6 +129,15 @@
"@std/fmt@1.0.7": {
"integrity": "2a727c043d8df62cd0b819b3fb709b64dd622e42c3b1bb817ea7e6cc606360fb"
},
"@std/fs@0.223.0": {
"integrity": "3b4b0550b2c524cbaaa5a9170c90e96cbb7354e837ad1bdaf15fc9df1ae9c31c"
},
"@std/fs@0.229.3": {
"integrity": "783bca21f24da92e04c3893c9e79653227ab016c48e96b3078377ebd5222e6eb",
"dependencies": [
"jsr:@std/path@1.0.0-rc.1"
]
},
"@std/fs@1.0.3": {
"integrity": "3cb839b1360b0a42d8b367c3093bfe4071798e6694fa44cf1963e04a8edba4fe",
"dependencies": [
@ -149,12 +174,28 @@
"@std/internal@1.0.6": {
"integrity": "9533b128f230f73bd209408bb07a4b12f8d4255ab2a4d22a1fd6d87304aca9a4"
},
"@std/io@0.225.2": {
"integrity": "3c740cd4ee4c082e6cfc86458f47e2ab7cb353dc6234d5e9b1f91a2de5f4d6c7",
"@std/io@0.223.0": {
"integrity": "2d8c3c2ab3a515619b90da2c6ff5ea7b75a94383259ef4d02116b228393f84f1",
"dependencies": [
"jsr:@std/assert@0.223",
"jsr:@std/bytes"
]
},
"@std/path@0.223.0": {
"integrity": "593963402d7e6597f5a6e620931661053572c982fc014000459edc1f93cc3989",
"dependencies": [
"jsr:@std/assert@0.223"
]
},
"@std/path@0.225.2": {
"integrity": "0f2db41d36b50ef048dcb0399aac720a5348638dd3cb5bf80685bf2a745aa506",
"dependencies": [
"jsr:@std/assert@0.226"
]
},
"@std/path@1.0.0-rc.1": {
"integrity": "b8c00ae2f19106a6bb7cbf1ab9be52aa70de1605daeb2dbdc4f87a7cbaf10ff6"
},
"@std/path@1.0.6": {
"integrity": "ab2c55f902b380cf28e0eec501b4906e4c1960d13f00e11cfbcd21de15f18fed"
},
@ -175,17 +216,17 @@
"jsr:@std/path@^1.0.8"
]
},
"@ts-morph/bootstrap@0.25.0": {
"integrity": "3cd33ee80ac0aab8e5d2660c639a02187f0c8abfe454636ce86c00eb7e8407db",
"@ts-morph/bootstrap@0.24.0": {
"integrity": "a826a2ef7fa8a7c3f1042df2c034d20744d94da2ee32bf29275bcd4dffd3c060",
"dependencies": [
"jsr:@ts-morph/common"
]
},
"@ts-morph/common@0.25.0": {
"integrity": "e3ed1771e2fb61fbc3d2cb39ebbc4f89cd686d6d9bc6d91a71372be055ac1967",
"@ts-morph/common@0.24.0": {
"integrity": "12b625b8e562446ba658cdbe9ad77774b4bd96b992ae8bd34c60dbf24d06c1f3",
"dependencies": [
"jsr:@std/fs@1",
"jsr:@std/path@1"
"jsr:@std/fs@~0.229.3",
"jsr:@std/path@~0.225.2"
]
}
},
@ -211,7 +252,7 @@
},
"workspace": {
"dependencies": [
"jsr:@deno/dnt@~0.42.1",
"jsr:@deno/dnt@~0.41.3",
"jsr:@std/expect@^1.0.15",
"jsr:@std/testing@^1.0.11",
"npm:zod@^3.24.4"