|
3 | 3 | "version": "0.5.3", |
4 | 4 | "type": "module", |
5 | 5 | "repository": "git+https://github.com/rx-ts/changesets-gitlab.git", |
6 | | - "author": "JounQin <admin@1stg.me>", |
| 6 | + "author": "JounQin (https://www.1stG.me) <admin@1stg.me>", |
| 7 | + "donate": { |
| 8 | + "recipients": [ |
| 9 | + { |
| 10 | + "name": "unts", |
| 11 | + "platform": "opencollective", |
| 12 | + "address": "https://opencollective.com/unts", |
| 13 | + "weight": 60 |
| 14 | + }, |
| 15 | + { |
| 16 | + "name": "rxts", |
| 17 | + "platform": "opencollective", |
| 18 | + "address": "https://opencollective.com/rxts", |
| 19 | + "weight": 20 |
| 20 | + }, |
| 21 | + { |
| 22 | + "name": "1stG", |
| 23 | + "email": "i@1stg.me", |
| 24 | + "weight": 20, |
| 25 | + "platforms": [ |
| 26 | + { |
| 27 | + "platform": "opencollective", |
| 28 | + "address": "https://opencollective.com/1stG" |
| 29 | + }, |
| 30 | + { |
| 31 | + "platform": "patreon", |
| 32 | + "address": "https://www.patreon.com/1stG" |
| 33 | + } |
| 34 | + ] |
| 35 | + } |
| 36 | + ] |
| 37 | + }, |
| 38 | + "funding": "https://opencollective.com/unts", |
7 | 39 | "license": "MIT", |
8 | 40 | "engines": { |
9 | | - "node": ">=12" |
| 41 | + "node": "^12.20.0 || ^14.18.0 || >=16.0.0" |
10 | 42 | }, |
11 | 43 | "bin": { |
12 | 44 | "changesets-gitlab": "lib/cli.js" |
|
37 | 69 | "typecov": "type-coverage" |
38 | 70 | }, |
39 | 71 | "dependencies": { |
40 | | - "@actions/core": "^1.8.2", |
| 72 | + "@actions/core": "^1.9.0", |
41 | 73 | "@actions/exec": "^1.1.1", |
42 | | - "@changesets/assemble-release-plan": "^5.1.2", |
43 | | - "@changesets/config": "^2.0.0", |
| 74 | + "@changesets/assemble-release-plan": "^5.1.3", |
| 75 | + "@changesets/config": "^2.0.1", |
44 | 76 | "@changesets/errors": "^0.1.4", |
45 | 77 | "@changesets/parse": "^0.3.13", |
46 | 78 | "@changesets/pre": "^1.0.11", |
47 | 79 | "@changesets/read": "^0.5.5", |
48 | 80 | "@gitbeaker/node": "^35.6.0", |
49 | 81 | "@manypkg/get-packages": "^1.1.3", |
50 | | - "@sentry/node": "^6.19.7", |
51 | | - "commander": "^9.2.0", |
| 82 | + "@sentry/node": "^7.5.1", |
| 83 | + "commander": "^9.3.0", |
52 | 84 | "dotenv": "^16.0.1", |
53 | 85 | "fs-extra": "^10.1.0", |
54 | 86 | "global-agent": "^3.0.0", |
|
64 | 96 | "unified": "^10.1.2" |
65 | 97 | }, |
66 | 98 | "devDependencies": { |
67 | | - "@1stg/lib-config": "^6.1.3", |
68 | | - "@changesets/changelog-github": "^0.4.4", |
69 | | - "@changesets/cli": "^2.22.0", |
| 99 | + "@1stg/lib-config": "^8.0.0", |
| 100 | + "@changesets/changelog-github": "^0.4.5", |
| 101 | + "@changesets/cli": "^2.23.1", |
70 | 102 | "@types/global-agent": "^2.1.1", |
71 | | - "@types/jest": "^27.5.1", |
| 103 | + "@types/jest": "^28.1.4", |
72 | 104 | "@types/js-yaml": "^4.0.5", |
73 | 105 | "@types/micromatch": "^4.0.2", |
74 | | - "jest": "^28.1.0", |
75 | | - "ts-jest": "^28.0.3", |
76 | | - "ts-node": "^10.8.0", |
77 | | - "type-coverage": "^2.21.1", |
78 | | - "typescript": "^4.6.4" |
| 106 | + "jest": "^28.1.2", |
| 107 | + "ts-jest": "^28.0.5", |
| 108 | + "ts-node": "^10.8.2", |
| 109 | + "type-coverage": "^2.21.2", |
| 110 | + "typescript": "^4.7.4", |
| 111 | + "yarn-deduplicate": "^5.0.0" |
79 | 112 | }, |
80 | 113 | "resolutions": { |
81 | | - "prettier": "^2.6.2" |
| 114 | + "prettier": "^2.7.1" |
82 | 115 | }, |
83 | 116 | "publishConfig": { |
84 | 117 | "access": "public" |
|
0 commit comments