Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Apr 23, 2024
1 parent fe46216 commit 109bef7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ tmp/**/*
*.iml
*.log
coverage
.vscode
.vscode
.tap
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "Semantic release plugin for Eik",
"main": "lib/main.js",
"scripts": {
"test": "tap --no-check-coverage",
"test:snapshots:update": "tap --snapshot"
"test": "tap --disable-coverage --allow-empty-coverage"
},
"publishConfig": {
"access": "public"
Expand All @@ -14,7 +13,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@eik/cli": "^2.0.34",
"@eik/cli": "^2.0.35",
"@eik/common-config-loader": "^4.0.0-next.12",
"@eik/common-utils": "^4.0.0-next.12",
"aggregate-error": "3.1.0",
Expand All @@ -24,6 +23,6 @@
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"semantic-release": "21.1.2",
"tap": "16.3.10"
"tap": "18.7.2"
}
}

0 comments on commit 109bef7

Please sign in to comment.