Skip to content

Commit 2e9d8ca

Browse files
Update dependency @commander-js/extra-typings to v13 (#392)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 07f5553 commit 2e9d8ca

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"lint:build": "esbuild --bundle --format=esm --outfile=scripts/dist/typeimports.js scripts/src/linting/typeimports.ts"
5353
},
5454
"devDependencies": {
55-
"@commander-js/extra-typings": "^12.0.0",
55+
"@commander-js/extra-typings": "^13.0.0",
5656
"@stylistic/eslint-plugin": "^4.2.0",
5757
"@types/estree": "^1.0.0",
5858
"@types/jest": "^27.4.1",

yarn.lock

+11-2
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ __metadata:
619619
languageName: node
620620
linkType: hard
621621

622-
"@commander-js/extra-typings@npm:^12.0.0, @commander-js/extra-typings@npm:^12.0.1":
622+
"@commander-js/extra-typings@npm:^12.0.1":
623623
version: 12.1.0
624624
resolution: "@commander-js/extra-typings@npm:12.1.0"
625625
peerDependencies:
@@ -628,6 +628,15 @@ __metadata:
628628
languageName: node
629629
linkType: hard
630630

631+
"@commander-js/extra-typings@npm:^13.0.0":
632+
version: 13.1.0
633+
resolution: "@commander-js/extra-typings@npm:13.1.0"
634+
peerDependencies:
635+
commander: ~13.1.0
636+
checksum: 10c0/ff799f0641f68855aa73c976912a607c25d564df34fd8e262927a80b19f6cccd882fe7ce098a0e072a497fd0020cbd19fd1e4d5cc98a461cd6623abf8ed5f4e7
637+
languageName: node
638+
linkType: hard
639+
631640
"@dimforge/rapier3d-compat@npm:^0.11.2":
632641
version: 0.11.2
633642
resolution: "@dimforge/rapier3d-compat@npm:0.11.2"
@@ -7566,7 +7575,7 @@ __metadata:
75667575
"@blueprintjs/icons": "npm:^5.9.0"
75677576
"@box2d/core": "npm:^0.10.0"
75687577
"@box2d/debug-draw": "npm:^0.10.0"
7569-
"@commander-js/extra-typings": "npm:^12.0.0"
7578+
"@commander-js/extra-typings": "npm:^13.0.0"
75707579
"@dimforge/rapier3d-compat": "npm:^0.11.2"
75717580
"@jscad/modeling": "npm:2.9.6"
75727581
"@jscad/regl-renderer": "npm:^2.6.1"

0 commit comments

Comments
 (0)