Skip to content

Commit 7ba3c9d

Browse files
committed
chore: remove Lerna
1 parent 4d4356d commit 7ba3c9d

3 files changed

Lines changed: 653 additions & 3868 deletions

File tree

lerna.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quasar/testing",
3-
"version": "1.0.0-beta.7",
3+
"version": "1.0.0",
44
"description": "Monorepo for test harness integration in Quasar Framework 1.0 projects.",
55
"repository": "https://github.com/quasarframework/quasar-testing",
66
"author": "Daniel Thompson-Yvetot",
@@ -13,23 +13,20 @@
1313
"@typescript-eslint/parser": "^7.13.1",
1414
"eslint": "^8.49.0",
1515
"eslint-config-prettier": "^9.1.0",
16-
"lerna": "^4.0.0",
1716
"prettier": "^3.3.3",
1817
"typescript": "^5.4.5"
1918
},
2019
"engines": {
21-
"node": ">= 12.22.1",
22-
"npm": ">= 6.14.12",
23-
"yarn": ">= 1.17.3"
20+
"node": ">= 18.0.0",
21+
"npm": ">= 10",
22+
"yarn": ">= 1.22.19"
2423
},
2524
"bugs": {
2625
"url": "https://github.com/quasarframework/quasar-testing/issues"
2726
},
2827
"scripts": {
2928
"lint": "eslint --ext .js,.ts \"packages/*/src/*\" --fix --report-unused-disable-directives",
30-
"format": "prettier --write \"packages/*/src/**/*.{js,ts}\"",
31-
"build": "yarn && lerna clean && lerna link && lerna bootstrap",
32-
"publish": "lerna publish"
29+
"format": "prettier --write \"packages/*/src/**/*.{js,ts}\""
3330
},
3431
"workspaces": [
3532
"packages/*"

0 commit comments

Comments
 (0)