Skip to content

Commit

Permalink
chore(deps): update shared components packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent e0f646a commit c4bd45d
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 357 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: yarn install
working-directory: ./spectral
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@102b1a064a9b145e56556e22b18b19c624538d94 # v4
uses: rlespinasse/github-slug-action@aba9f8db6ef36e0733227a62673d6592b1f430ea # v5
- name: Validate Tag
working-directory: ./spectral
run: yarn semver $GITHUB_REF_SLUG
Expand Down
10 changes: 5 additions & 5 deletions spectral/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"@stoplight/spectral-core": "1.18.3"
},
"devDependencies": {
"@types/node": "20.11.28",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"eslint": "8.57.0",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"eslint": "9.14.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-promise": "7.1.0",
"tsc": "2.0.4",
"typescript": "5.4.2"
},
Expand Down
Loading

0 comments on commit c4bd45d

Please sign in to comment.