Skip to content

Commit 67834d9

Browse files
committed
chore: bump (dev)Dependencies
1 parent 18e2ce0 commit 67834d9

File tree

3 files changed

+1206
-1313
lines changed

3 files changed

+1206
-1313
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ node_modules
44
.env
55
.type-coverage
66
*.log
7+
*.tsbuildinfo

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,23 @@
3838
"dependencies": {
3939
"@actions/core": "^1.6.0",
4040
"@actions/exec": "^1.1.0",
41-
"@changesets/assemble-release-plan": "^5.0.2",
41+
"@changesets/assemble-release-plan": "^5.0.3",
4242
"@changesets/config": "^1.6.3",
4343
"@changesets/errors": "^0.1.4",
4444
"@changesets/parse": "^0.3.10",
4545
"@changesets/pre": "^1.0.7",
4646
"@changesets/read": "^0.5.0",
4747
"@changesets/types": "^4.0.0",
48-
"@gitbeaker/node": "^34.6.0",
48+
"@gitbeaker/node": "^35.1.0",
4949
"@manypkg/get-packages": "^1.1.3",
50-
"@sentry/node": "^6.15.0",
50+
"@sentry/node": "^6.16.1",
5151
"commander": "^8.3.0",
5252
"dotenv": "^10.0.0",
5353
"fs-extra": "^10.0.0",
5454
"global-agent": "^3.0.0",
5555
"human-id": "^3.0.0",
5656
"js-yaml": "^4.1.0",
57-
"markdown-table": "^3.0.1",
57+
"markdown-table": "^3.0.2",
5858
"mdast-util-to-string": "^3.1.0",
5959
"micromatch": "^4.0.4",
6060
"remark-parse": "^10.0.1",
@@ -71,14 +71,14 @@
7171
"@types/jest": "^27.0.3",
7272
"@types/js-yaml": "^4.0.5",
7373
"@types/micromatch": "^4.0.2",
74-
"jest": "^27.3.1",
75-
"ts-jest": "^27.0.7",
74+
"jest": "^27.4.5",
75+
"ts-jest": "^27.1.1",
7676
"ts-node": "^10.4.0",
7777
"type-coverage": "^2.19.0",
78-
"typescript": "^4.5.2"
78+
"typescript": "^4.5.4"
7979
},
8080
"resolutions": {
81-
"prettier": "^2.4.1"
81+
"prettier": "^2.5.1"
8282
},
8383
"publishConfig": {
8484
"access": "public"

0 commit comments

Comments
 (0)