We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477dfa6 commit 2e0e333Copy full SHA for 2e0e333
lerna.json
@@ -1,8 +1,6 @@
1
{
2
"npmClient": "yarn",
3
- "packages": [
4
- "packages/*"
5
- ],
6
- "useWorkspaces": true,
7
- "version": "4.9.0-beta.2"
+ "packages": ["packages/*"],
+ "version": "4.9.0-beta.2",
+ "$schema": "node_modules/lerna/schemas/lerna-schema.json"
8
}
package.json
@@ -32,7 +32,7 @@
32
"eslint-plugin-vue": "^9.10.0",
33
"eslint-config-prettier": "^8.7.0",
34
"eslint-plugin-unicorn": "^46.0.0",
35
- "lerna": "^6.6.1",
+ "lerna": "^7.1.1",
36
"npm-run-all": "^4.1.5",
37
"prettier": "^2.8.7"
38
tsconfig.json
@@ -30,4 +30,4 @@
30
31
},
"exclude": ["**/node_modules", "**/dist"]
-}
+}
0 commit comments