Skip to content

Commit 05f03ff

Browse files
committed
Fix inner package.json
1 parent aaaa1d0 commit 05f03ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "monorepo",
44
"version": "0.0.0",
55
"scripts": {
6-
"lint": "nx run-many -t lint",
6+
"lint": "nx run-many -t lint --fix",
77
"build": "nx run-many -t build",
88
"test": "nx run-many -t test",
99
"test:e2e": "nx run-many -t e2e"

src/packages/generate-license-file/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
"generate-license-file": "bin/generate-license-file"
4343
},
4444
"dependencies": {
45-
"@commander-js/extra-typings": "^12.0.0",
45+
"@commander-js/extra-typings": "^13.1.0",
4646
"@npmcli/arborist": "^9.0.0",
4747
"cli-spinners": "^2.6.0",
48-
"commander": "^12.0.0",
48+
"commander": "^13.1.0",
4949
"cosmiconfig": "^9.0.0",
5050
"enquirer": "^2.3.6",
5151
"json5": "^2.2.3",

0 commit comments

Comments
 (0)