chore: bump lerna v6 (#6096)

* chore: bump lerna v6

* edit
This commit is contained in:
Filipe Freire 2023-07-05 12:22:52 +01:00 committed by GitHub
parent f8c8d93508
commit 27bd68efde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
19 changed files with 49538 additions and 48921 deletions

24
nx.json Normal file
View File

@ -0,0 +1,24 @@
{
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": [
"bootstrap",
"test",
"build",
"build:source",
"build:types",
"artifacts",
"prebuild",
"build:app",
"build:main.min.js",
"build:sr",
"build:sr:source",
"build:sr:types"
]
}
}
},
"targetDefaults": {}
}

9269
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,14 +15,14 @@
"npm": ">=8.19.0"
},
"scripts": {
"build": "lerna run build --parallel",
"build": "lerna run build",
"lint": "lerna run lint --stream --no-bail",
"lint:markdown": "markdownlint-cli2 \"**/*.md\" \"#**/node_modules\"",
"lint:fix": "lerna run lint:fix --stream --no-bail",
"bootstrap": " npx -y check-engine && npm install && lerna bootstrap && lerna run --stream bootstrap",
"version": "lerna version",
"clean": "lerna run clean --parallel --stream && lerna clean --yes && rimraf node_modules **/*.tsbuildinfo",
"test": "lerna run --stream --parallel test",
"clean": "lerna run clean --stream && lerna clean --yes && rimraf node_modules **/*.tsbuildinfo",
"test": "lerna run --stream test",
"inso-start": "npm start --prefix packages/insomnia-inso",
"inso-package": "npm run build:sr --prefix packages/insomnia && npm run package --prefix packages/insomnia-inso",
"inso-package:artifacts": "npm run artifacts --prefix packages/insomnia-inso",
@ -63,7 +63,7 @@
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"jest": "^28.1.0",
"lerna": "^4.0.0",
"lerna": "^6.6.2",
"markdownlint-cli2": "^0.2.0",
"rimraf": "^3.0.2",
"svg-text-to-path": "^1.1.2",