mirror of
https://github.com/Blah-IM/typescript-core.git
synced 2025-07-16 02:32:39 +00:00
chore: Update dependency versions
This commit is contained in:
parent
dc6ba6abd8
commit
7f4d6ce3f3
2 changed files with 66 additions and 106 deletions
|
@ -7,10 +7,10 @@
|
|||
"./richText": "./richText/mod.ts"
|
||||
},
|
||||
"imports": {
|
||||
"@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"
|
||||
"@deno/dnt": "jsr:@deno/dnt@^0.42.1",
|
||||
"@std/expect": "jsr:@std/expect@^1.0.16",
|
||||
"@std/testing": "jsr:@std/testing@^1.0.12",
|
||||
"zod": "npm:zod@^3.25.7"
|
||||
},
|
||||
"tasks": {
|
||||
"build:npm": "deno run -A ./scripts/build_npm.ts"
|
||||
|
|
164
deno.lock
generated
164
deno.lock
generated
|
@ -1,43 +1,37 @@
|
|||
{
|
||||
"version": "4",
|
||||
"version": "5",
|
||||
"specifiers": {
|
||||
"jsr:@david/code-block-writer@^13.0.2": "13.0.3",
|
||||
"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:@deno/cache-dir@0.20": "0.20.1",
|
||||
"jsr:@deno/dnt@~0.42.1": "0.42.1",
|
||||
"jsr:@deno/graph@0.86": "0.86.9",
|
||||
"jsr:@std/assert@^1.0.13": "1.0.13",
|
||||
"jsr:@std/assert@^1.0.5": "1.0.5",
|
||||
"jsr:@std/async@^1.0.12": "1.0.12",
|
||||
"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/fs@0.223": "0.223.0",
|
||||
"jsr:@std/async@^1.0.13": "1.0.13",
|
||||
"jsr:@std/bytes@^1.0.5": "1.0.6",
|
||||
"jsr:@std/data-structures@^1.0.8": "1.0.8",
|
||||
"jsr:@std/expect@^1.0.16": "1.0.16",
|
||||
"jsr:@std/fmt@1": "1.0.8",
|
||||
"jsr:@std/fmt@^1.0.3": "1.0.8",
|
||||
"jsr:@std/fs@1": "1.0.17",
|
||||
"jsr:@std/fs@^1.0.16": "1.0.17",
|
||||
"jsr:@std/fs@^1.0.17": "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.223": "0.223.0",
|
||||
"jsr:@std/path@0.223": "0.223.0",
|
||||
"jsr:@std/internal@^1.0.6": "1.0.7",
|
||||
"jsr:@std/internal@^1.0.7": "1.0.7",
|
||||
"jsr:@std/io@0.225": "0.225.2",
|
||||
"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.24": "0.24.0",
|
||||
"jsr:@ts-morph/common@0.24": "0.24.0",
|
||||
"npm:zod@^3.24.4": "3.24.4"
|
||||
"jsr:@std/testing@^1.0.12": "1.0.12",
|
||||
"jsr:@ts-morph/bootstrap@0.25": "0.25.0",
|
||||
"jsr:@ts-morph/common@0.25": "0.25.0",
|
||||
"npm:zod@^3.25.7": "3.25.7"
|
||||
},
|
||||
"jsr": {
|
||||
"@david/code-block-writer@13.0.2": {
|
||||
|
@ -46,18 +40,18 @@
|
|||
"@david/code-block-writer@13.0.3": {
|
||||
"integrity": "f98c77d320f5957899a61bfb7a9bead7c6d83ad1515daee92dbacc861e13bb7f"
|
||||
},
|
||||
"@deno/cache-dir@0.10.3": {
|
||||
"integrity": "eb022f84ecc49c91d9d98131c6e6b118ff63a29e343624d058646b9d50404776",
|
||||
"@deno/cache-dir@0.20.1": {
|
||||
"integrity": "dc4f3add14307f3ff3b712441ea4acabcbfc9a13f67c5adc78c3aac16ac5e2a0",
|
||||
"dependencies": [
|
||||
"jsr:@deno/graph",
|
||||
"jsr:@std/fmt@0.223",
|
||||
"jsr:@std/fs@0.223",
|
||||
"jsr:@std/fmt@^1.0.3",
|
||||
"jsr:@std/fs@^1.0.6",
|
||||
"jsr:@std/io",
|
||||
"jsr:@std/path@0.223"
|
||||
"jsr:@std/path@^1.0.8"
|
||||
]
|
||||
},
|
||||
"@deno/dnt@0.41.3": {
|
||||
"integrity": "b2ef2c8a5111eef86cb5bfcae103d6a2938e8e649e2461634a7befb7fc59d6d2",
|
||||
"@deno/dnt@0.42.1": {
|
||||
"integrity": "85322b38eb40d4e8c5216d62536152c35b1bda9dc47c8c60860610397b960223",
|
||||
"dependencies": [
|
||||
"jsr:@david/code-block-writer",
|
||||
"jsr:@deno/cache-dir",
|
||||
|
@ -67,14 +61,8 @@
|
|||
"jsr:@ts-morph/bootstrap"
|
||||
]
|
||||
},
|
||||
"@deno/graph@0.73.1": {
|
||||
"integrity": "cd69639d2709d479037d5ce191a422eabe8d71bb68b0098344f6b07411c84d41"
|
||||
},
|
||||
"@std/assert@0.223.0": {
|
||||
"integrity": "eb8d6d879d76e1cc431205bd346ed4d88dc051c6366365b1af47034b0670be24"
|
||||
},
|
||||
"@std/assert@0.226.0": {
|
||||
"integrity": "0dfb5f7c7723c18cec118e080fec76ce15b4c31154b15ad2bd74822603ef75b3"
|
||||
"@deno/graph@0.86.9": {
|
||||
"integrity": "c4f353a695bcc5246c099602977dabc6534eacea9999a35a8cb24e807192e6a1"
|
||||
},
|
||||
"@std/assert@1.0.5": {
|
||||
"integrity": "e37da8e4033490ce613eec4ac1d78dba1faf5b02a3f6c573a28f15365b9b440f",
|
||||
|
@ -94,14 +82,14 @@
|
|||
"jsr:@std/internal@^1.0.6"
|
||||
]
|
||||
},
|
||||
"@std/async@1.0.12": {
|
||||
"integrity": "d1bfcec459e8012846fe4e38dfc4241ab23240ecda3d8d6dfcf6d81a632e803d"
|
||||
"@std/async@1.0.13": {
|
||||
"integrity": "1d76ca5d324aef249908f7f7fe0d39aaf53198e5420604a59ab5c035adc97c96"
|
||||
},
|
||||
"@std/bytes@0.223.0": {
|
||||
"integrity": "84b75052cd8680942c397c2631318772b295019098f40aac5c36cead4cba51a8"
|
||||
"@std/bytes@1.0.6": {
|
||||
"integrity": "f6ac6adbd8ccd99314045f5703e23af0a68d7f7e58364b47d2c7f408aeb5820a"
|
||||
},
|
||||
"@std/data-structures@1.0.7": {
|
||||
"integrity": "16932d2c8d281f65eaaa2209af2473209881e33b1ced54cd1b015e7b4cdbb0d2"
|
||||
"@std/data-structures@1.0.8": {
|
||||
"integrity": "2fb7219247e044c8fcd51341788547575653c82ae2c759ff209e0263ba7d9b66"
|
||||
},
|
||||
"@std/expect@1.0.3": {
|
||||
"integrity": "d9cbd03323ef7feafd1e969ed85d5edb04ebbd9937b0fe7a52d5ff53be8e913a",
|
||||
|
@ -110,33 +98,21 @@
|
|||
"jsr:@std/internal@^1.0.3"
|
||||
]
|
||||
},
|
||||
"@std/expect@1.0.15": {
|
||||
"integrity": "eca360007b5a7f13dbfa1294224baee7fb98dcd460d8461fe64eeae302902945",
|
||||
"@std/expect@1.0.16": {
|
||||
"integrity": "ceeef6dda21f256a5f0f083fcc0eaca175428b523359a9b1d9b3a1df11cc7391",
|
||||
"dependencies": [
|
||||
"jsr:@std/assert@^1.0.12",
|
||||
"jsr:@std/internal@^1.0.6"
|
||||
"jsr:@std/assert@^1.0.13",
|
||||
"jsr:@std/internal@^1.0.7"
|
||||
]
|
||||
},
|
||||
"@std/fmt@0.223.0": {
|
||||
"integrity": "6deb37794127dfc7d7bded2586b9fc6f5d50e62a8134846608baf71ffc1a5208"
|
||||
},
|
||||
"@std/fmt@1.0.2": {
|
||||
"integrity": "87e9dfcdd3ca7c066e0c3c657c1f987c82888eb8103a3a3baa62684ffeb0f7a7"
|
||||
},
|
||||
"@std/fmt@1.0.5": {
|
||||
"integrity": "0cfab43364bc36650d83c425cd6d99910fc20c4576631149f0f987eddede1a4d"
|
||||
},
|
||||
"@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/fmt@1.0.8": {
|
||||
"integrity": "71e1fc498787e4434d213647a6e43e794af4fd393ef8f52062246e06f7e372b7"
|
||||
},
|
||||
"@std/fs@1.0.3": {
|
||||
"integrity": "3cb839b1360b0a42d8b367c3093bfe4071798e6694fa44cf1963e04a8edba4fe",
|
||||
|
@ -171,31 +147,15 @@
|
|||
"@std/internal@1.0.3": {
|
||||
"integrity": "208e9b94a3d5649bd880e9ca38b885ab7651ab5b5303a56ed25de4755fb7b11e"
|
||||
},
|
||||
"@std/internal@1.0.6": {
|
||||
"integrity": "9533b128f230f73bd209408bb07a4b12f8d4255ab2a4d22a1fd6d87304aca9a4"
|
||||
"@std/internal@1.0.7": {
|
||||
"integrity": "39eeb5265190a7bc5d5591c9ff019490bd1f2c3907c044a11b0d545796158a0f"
|
||||
},
|
||||
"@std/io@0.223.0": {
|
||||
"integrity": "2d8c3c2ab3a515619b90da2c6ff5ea7b75a94383259ef4d02116b228393f84f1",
|
||||
"@std/io@0.225.2": {
|
||||
"integrity": "3c740cd4ee4c082e6cfc86458f47e2ab7cb353dc6234d5e9b1f91a2de5f4d6c7",
|
||||
"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"
|
||||
},
|
||||
|
@ -205,34 +165,34 @@
|
|||
"@std/path@1.0.9": {
|
||||
"integrity": "260a49f11edd3db93dd38350bf9cd1b4d1366afa98e81b86167b4e3dd750129e"
|
||||
},
|
||||
"@std/testing@1.0.11": {
|
||||
"integrity": "12b3db12d34f0f385a26248933bde766c0f8c5ad8b6ab34d4d38f528ab852f48",
|
||||
"@std/testing@1.0.12": {
|
||||
"integrity": "fec973a45ccc62c540fb89296199051fee142409138fd6e3eae409366bcd4720",
|
||||
"dependencies": [
|
||||
"jsr:@std/assert@^1.0.12",
|
||||
"jsr:@std/assert@^1.0.13",
|
||||
"jsr:@std/async",
|
||||
"jsr:@std/data-structures",
|
||||
"jsr:@std/fs@^1.0.16",
|
||||
"jsr:@std/internal@^1.0.6",
|
||||
"jsr:@std/path@^1.0.8"
|
||||
"jsr:@std/fs@^1.0.17",
|
||||
"jsr:@std/internal@^1.0.7",
|
||||
"jsr:@std/path@^1.0.9"
|
||||
]
|
||||
},
|
||||
"@ts-morph/bootstrap@0.24.0": {
|
||||
"integrity": "a826a2ef7fa8a7c3f1042df2c034d20744d94da2ee32bf29275bcd4dffd3c060",
|
||||
"@ts-morph/bootstrap@0.25.0": {
|
||||
"integrity": "3cd33ee80ac0aab8e5d2660c639a02187f0c8abfe454636ce86c00eb7e8407db",
|
||||
"dependencies": [
|
||||
"jsr:@ts-morph/common"
|
||||
]
|
||||
},
|
||||
"@ts-morph/common@0.24.0": {
|
||||
"integrity": "12b625b8e562446ba658cdbe9ad77774b4bd96b992ae8bd34c60dbf24d06c1f3",
|
||||
"@ts-morph/common@0.25.0": {
|
||||
"integrity": "e3ed1771e2fb61fbc3d2cb39ebbc4f89cd686d6d9bc6d91a71372be055ac1967",
|
||||
"dependencies": [
|
||||
"jsr:@std/fs@~0.229.3",
|
||||
"jsr:@std/path@~0.225.2"
|
||||
"jsr:@std/fs@1",
|
||||
"jsr:@std/path@1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"npm": {
|
||||
"zod@3.24.4": {
|
||||
"integrity": "sha512-OdqJE9UDRPwWsrHjLN2F8bPxvwJBK22EHLWtanu0LSYr5YqzsaaW3RMgmjwr8Rypg5k+meEJdSPXJZXE/yqOMg=="
|
||||
"zod@3.25.7": {
|
||||
"integrity": "sha512-YGdT1cVRmKkOg6Sq7vY7IkxdphySKnXhaUmFI4r4FcuFVNgpCb9tZfNwXbT6BPjD5oz0nubFsoo9pIqKrDcCvg=="
|
||||
}
|
||||
},
|
||||
"remote": {
|
||||
|
@ -252,10 +212,10 @@
|
|||
},
|
||||
"workspace": {
|
||||
"dependencies": [
|
||||
"jsr:@deno/dnt@~0.41.3",
|
||||
"jsr:@std/expect@^1.0.15",
|
||||
"jsr:@std/testing@^1.0.11",
|
||||
"npm:zod@^3.24.4"
|
||||
"jsr:@deno/dnt@~0.42.1",
|
||||
"jsr:@std/expect@^1.0.16",
|
||||
"jsr:@std/testing@^1.0.12",
|
||||
"npm:zod@^3.25.7"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue