We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caeb488 commit 09888a7Copy full SHA for 09888a7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@roadiehq/backstage-entity-validator",
3
- "version": "0.5.1",
+ "version": "0.6.0",
4
"author": "RoadieHQ",
5
"description": "Backstage entity validator",
6
"main": "dist/index.js",
@@ -24,9 +24,9 @@
24
"test": "jest"
25
},
26
"dependencies": {
27
- "@actions/core": "^1.10.1",
28
- "@backstage/catalog-model": "^1.4.3",
29
- "@roadiehq/roadie-backstage-entity-validator": "^2.4.11",
+ "@actions/core": "^1.11.1",
+ "@backstage/catalog-model": "^1.7.5",
+ "@roadiehq/roadie-backstage-entity-validator": "^2.8.0",
30
"ajv": "^8.12.0",
31
"ajv-formats": "^2.1.1",
32
"glob": "^10.3.16",
0 commit comments