Skip to content

Commit 68ed77f

Browse files
committed
build(deps): refactor production dependencies
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent e9a0d57 commit 68ed77f

File tree

2 files changed

+20
-67
lines changed

2 files changed

+20
-67
lines changed

package.json

+9-25
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,18 @@
8080
"typecheck:watch": "vitest --typecheck --mode=typecheck"
8181
},
8282
"dependencies": {
83+
"@flex-development/docast": "1.0.0-alpha.16",
8384
"@flex-development/tutils": "6.0.0-alpha.25",
8485
"@flex-development/unist-util-visit": "1.0.0",
86+
"@types/mdast": "4.0.3",
8587
"debug": "4.3.4",
8688
"devlop": "1.1.0",
8789
"mdast-util-from-markdown": "2.0.0",
8890
"micromark-util-symbol": "2.0.0",
91+
"micromark-util-types": "2.0.0",
8992
"typescript-parsec": "0.3.4",
90-
"unist-builder": "4.0.0"
93+
"unist-builder": "4.0.0",
94+
"vfile": "6.0.1"
9195
},
9296
"devDependencies": {
9397
"@arethetypeswrong/cli": "0.15.2",
@@ -96,7 +100,6 @@
96100
"@faker-js/faker": "8.4.1",
97101
"@flex-development/commitlint-config": "1.0.1",
98102
"@flex-development/decorator-regex": "2.0.0",
99-
"@flex-development/docast": "1.0.0-alpha.15",
100103
"@flex-development/esm-types": "2.0.0",
101104
"@flex-development/grease": "3.0.0-alpha.9",
102105
"@flex-development/mkbuild": "1.0.0-alpha.23",
@@ -110,7 +113,6 @@
110113
"@types/debug": "4.1.12",
111114
"@types/eslint": "8.56.2",
112115
"@types/is-ci": "3.0.4",
113-
"@types/mdast": "4.0.3",
114116
"@types/node": "20.11.30",
115117
"@types/node-notifier": "8.0.5",
116118
"@types/unist": "3.0.2",
@@ -149,7 +151,6 @@
149151
"lint-staged": "15.2.2",
150152
"mdast-util-directive": "3.0.0",
151153
"micromark-extension-directive": "3.0.0",
152-
"micromark-util-types": "2.0.0",
153154
"node-notifier": "10.0.1",
154155
"prettier": "3.2.5",
155156
"remark": "15.0.1",
@@ -162,34 +163,17 @@
162163
"ts-dedent": "2.2.0",
163164
"typescript": "5.4.3",
164165
"unist-util-inspect": "8.0.0",
165-
"vfile": "6.0.1",
166166
"vite": "5.2.2",
167167
"vite-tsconfig-paths": "4.3.2",
168168
"vitest": "1.4.0",
169169
"yaml-eslint-parser": "1.2.2"
170170
},
171-
"peerDependencies": {
172-
"@flex-development/docast": ">=1.0.0-alpha.15",
173-
"@types/mdast": ">=4.0.3",
174-
"@types/unist": ">=3.0.2",
175-
"micromark-util-types": ">=2.0.0"
176-
},
177-
"peerDependenciesMeta": {
178-
"@flex-development/docast": {
179-
"optional": true
180-
},
181-
"@types/mdast": {
182-
"optional": true
183-
},
184-
"@types/unist": {
185-
"optional": true
186-
},
187-
"micromark-util-types": {
188-
"optional": true
189-
}
190-
},
191171
"resolutions": {
172+
"@flex-development/unist-util-types": "1.2.0",
173+
"@types/mdast": "4.0.3",
174+
"@types/unist": "3.0.2",
192175
"chai": "5.1.0",
176+
"micromark-util-types": "2.0.0",
193177
"vite": "5.2.2"
194178
},
195179
"engines": {

yarn.lock

+11-42
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ __metadata:
12541254
"@faker-js/faker": "npm:8.4.1"
12551255
"@flex-development/commitlint-config": "npm:1.0.1"
12561256
"@flex-development/decorator-regex": "npm:2.0.0"
1257-
"@flex-development/docast": "npm:1.0.0-alpha.15"
1257+
"@flex-development/docast": "npm:1.0.0-alpha.16"
12581258
"@flex-development/esm-types": "npm:2.0.0"
12591259
"@flex-development/grease": "npm:3.0.0-alpha.9"
12601260
"@flex-development/mkbuild": "npm:1.0.0-alpha.23"
@@ -1333,33 +1333,18 @@ __metadata:
13331333
vite-tsconfig-paths: "npm:4.3.2"
13341334
vitest: "npm:1.4.0"
13351335
yaml-eslint-parser: "npm:1.2.2"
1336-
peerDependencies:
1337-
"@flex-development/docast": ">=1.0.0-alpha.15"
1338-
"@types/mdast": ">=4.0.3"
1339-
"@types/unist": ">=3.0.2"
1340-
micromark-util-types: ">=2.0.0"
1341-
peerDependenciesMeta:
1342-
"@flex-development/docast":
1343-
optional: true
1344-
"@types/mdast":
1345-
optional: true
1346-
"@types/unist":
1347-
optional: true
1348-
micromark-util-types:
1349-
optional: true
13501336
languageName: unknown
13511337
linkType: soft
13521338

1353-
"@flex-development/docast@npm:1.0.0-alpha.15":
1354-
version: 1.0.0-alpha.15
1355-
resolution: "@flex-development/docast@npm:1.0.0-alpha.15::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40flex-development%2Fdocast%2F1.0.0-alpha.15%2F3ff37aaf84622217290226de8b267d52584c2ac8"
1339+
"@flex-development/docast@npm:1.0.0-alpha.16":
1340+
version: 1.0.0-alpha.16
1341+
resolution: "@flex-development/docast@npm:1.0.0-alpha.16::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40flex-development%2Fdocast%2F1.0.0-alpha.16%2Ff15a81b5c760705fe206c6c7bd0acb7328781795"
13561342
dependencies:
13571343
"@flex-development/tutils": "npm:6.0.0-alpha.25"
1358-
peerDependencies:
1359-
"@flex-development/unist-util-types": ">=1.1.0"
1360-
"@types/mdast": ">=4.0.3"
1361-
"@types/unist": ">=3.0.2"
1362-
checksum: 10/f4b68ffdc4c9667a57ba95467f9315c1c3949a3e91af37999b7eb544db4977587d12794550cdd9123bc80635c0364dfc94af1b74154fd9208812856ff1bd9ba5
1344+
"@flex-development/unist-util-types": "npm:1.2.0"
1345+
"@types/mdast": "npm:4.0.3"
1346+
"@types/unist": "npm:3.0.2"
1347+
checksum: 10/7df755d6820de65af9601aff2cec98fc228aa564210965e10f9a88924c967a7dd5cd8a3cf3c45eb8370bf31cc55ab7bca2ea1805fca6898cd8037ec63361324f
13631348
languageName: node
13641349
linkType: hard
13651350

@@ -2314,7 +2299,7 @@ __metadata:
23142299
languageName: node
23152300
linkType: hard
23162301

2317-
"@types/mdast@npm:4.0.3, @types/mdast@npm:^4.0.0":
2302+
"@types/mdast@npm:4.0.3":
23182303
version: 4.0.3
23192304
resolution: "@types/mdast@npm:4.0.3"
23202305
dependencies:
@@ -2323,15 +2308,6 @@ __metadata:
23232308
languageName: node
23242309
linkType: hard
23252310

2326-
"@types/mdast@npm:^3.0.0":
2327-
version: 3.0.10
2328-
resolution: "@types/mdast@npm:3.0.10"
2329-
dependencies:
2330-
"@types/unist": "npm:*"
2331-
checksum: 10/6b7f613feba54a394ca71694ed3b6719f7ce504d42454ec2d09203a9da3e7086189b4db080e0ea070bd6bae35f6f74f6596f23e21646566e3054e6539cb8a2fe
2332-
languageName: node
2333-
linkType: hard
2334-
23352311
"@types/minimist@npm:^1.2.2":
23362312
version: 1.2.2
23372313
resolution: "@types/minimist@npm:1.2.2"
@@ -2394,20 +2370,13 @@ __metadata:
23942370
languageName: node
23952371
linkType: hard
23962372

2397-
"@types/unist@npm:*, @types/unist@npm:3.0.2, @types/unist@npm:^3.0.0":
2373+
"@types/unist@npm:3.0.2":
23982374
version: 3.0.2
23992375
resolution: "@types/unist@npm:3.0.2"
24002376
checksum: 10/3d04d0be69316e5f14599a0d993a208606c12818cf631fd399243d1dc7a9bd8a3917d6066baa6abc290814afbd744621484756803c80cba892c39cd4b4a85616
24012377
languageName: node
24022378
linkType: hard
24032379

2404-
"@types/unist@npm:^2.0.0, @types/unist@npm:^2.0.2":
2405-
version: 2.0.10
2406-
resolution: "@types/unist@npm:2.0.10"
2407-
checksum: 10/e2924e18dedf45f68a5c6ccd6015cd62f1643b1b43baac1854efa21ae9e70505db94290434a23da1137d9e31eb58e54ca175982005698ac37300a1c889f6c4aa
2408-
languageName: node
2409-
linkType: hard
2410-
24112380
"@types/validator@npm:^13.7.10":
24122381
version: 13.11.8
24132382
resolution: "@types/validator@npm:13.11.8"
@@ -7566,7 +7535,7 @@ __metadata:
75667535
languageName: node
75677536
linkType: hard
75687537

7569-
"micromark-util-types@npm:2.0.0, micromark-util-types@npm:^2.0.0":
7538+
"micromark-util-types@npm:2.0.0":
75707539
version: 2.0.0
75717540
resolution: "micromark-util-types@npm:2.0.0"
75727541
checksum: 10/b88e0eefd4b7c8d86b54dbf4ed0094ef56a3b0c7774d040bd5c8146b8e4e05b1026bbf1cd9308c8fcd05ecdc0784507680c8cee9888a4d3c550e6e574f7aef62

0 commit comments

Comments
 (0)