Skip to content

Commit

Permalink
fix(ci-context): relaxed dependencies ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
gperdomor committed Apr 21, 2024
1 parent 98b859f commit 40a55fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/ci-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"typings": "./src/index.d.ts",
"dependencies": {
"@nx-tools/core": "6.0.0-alpha.2",
"ci-info": "4.0.0",
"@octokit/openapi-types": "19.1.0",
"@actions/github": "6.0.0",
"properties-file": "3.5.4"
"ci-info": "^4.0.0",
"@octokit/openapi-types": "^19.1.0",
"@actions/github": "^6.0.0",
"properties-file": "^3.5.4"
},
"peerDependencies": {
"tslib": "^2.5.3"
"tslib": "^2.5.0"
}
}

0 comments on commit 40a55fe

Please sign in to comment.