We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaaa1d0 commit 05f03ffCopy full SHA for 05f03ff
src/package.json
@@ -3,7 +3,7 @@
3
"name": "monorepo",
4
"version": "0.0.0",
5
"scripts": {
6
- "lint": "nx run-many -t lint",
+ "lint": "nx run-many -t lint --fix",
7
"build": "nx run-many -t build",
8
"test": "nx run-many -t test",
9
"test:e2e": "nx run-many -t e2e"
src/packages/generate-license-file/package.json
@@ -42,10 +42,10 @@
42
"generate-license-file": "bin/generate-license-file"
43
},
44
"dependencies": {
45
- "@commander-js/extra-typings": "^12.0.0",
+ "@commander-js/extra-typings": "^13.1.0",
46
"@npmcli/arborist": "^9.0.0",
47
"cli-spinners": "^2.6.0",
48
- "commander": "^12.0.0",
+ "commander": "^13.1.0",
49
"cosmiconfig": "^9.0.0",
50
"enquirer": "^2.3.6",
51
"json5": "^2.2.3",
0 commit comments