|
18 | 18 | "workspaces": [
|
19 | 19 | "packages/*"
|
20 | 20 | ],
|
21 |
| - "packageManager": "yarn@4.0.2", |
| 21 | + "packageManager": "yarn@4.1.1+sha256.f3cc0eda8e5560e529c7147565b30faa43b4e472d90e8634d7134a37c7f59781", |
22 | 22 | "devDependencies": {
|
23 | 23 | "@jest/types": "^29.6.3",
|
24 |
| - "@monodeploy/plugin-github": "^2.0.1", |
25 |
| - "@monodeploy/types": "^5.0.1", |
| 24 | + "@monoweave/plugin-github": "^2.0.7", |
26 | 25 | "@tophat/commitizen-adapter": "^1.0.2",
|
27 | 26 | "@tophat/commitlint-config": "^1.0.2",
|
28 | 27 | "@tophat/conventional-changelog-config": "^1.0.1",
|
|
33 | 32 | "@types/node": "^20",
|
34 | 33 | "@typescript-eslint/eslint-plugin": "^6.18.1",
|
35 | 34 | "@typescript-eslint/parser": "^6.18.1",
|
36 |
| - "@yarnpkg/core": "^4.0.2", |
| 35 | + "@yarnpkg/core": "^4.0.3", |
37 | 36 | "@yarnpkg/sdks": "^3.1.0",
|
38 | 37 | "@yarnpkg/types": "^4.0.0",
|
39 | 38 | "commitizen": "^4.3.0",
|
|
51 | 50 | "jest": "^29.7.0",
|
52 | 51 | "jest-junit": "^16.0.0",
|
53 | 52 | "lint-staged": "^15.1.0",
|
54 |
| - "monodeploy": "^5.0.1", |
55 | 53 | "prettier": "^3.1.0",
|
56 | 54 | "ts-jest": "^29.1.1",
|
57 | 55 | "ts-node": "^10.9.1",
|
|
69 | 67 | "types:watch": "tsc --noEmit --emitDeclarationOnly false --pretty --watch",
|
70 | 68 | "workspace:build": "rm -rf $0/lib $0/.tmp && tsc -p $0/tsconfig.build.json",
|
71 | 69 | "workspace:clean": "rm -rf $0/lib $0/.tmp && find $0/src -name '*.js' -type f -delete",
|
72 |
| - "release": "monodeploy --config-file monodeploy.config.js --log-level 0 --plugins @monodeploy/plugin-github" |
| 70 | + "release": "monoweave --log-level 0 --plugins @monoweave/plugin-github" |
| 71 | + }, |
| 72 | + "dependencies": { |
| 73 | + "@monoweave/cli": "^1.1.0", |
| 74 | + "@monoweave/types": "^1.1.0" |
73 | 75 | }
|
74 | 76 | }
|
0 commit comments