Skip to content

Commit

Permalink
chore(deps): Update dependency eslint-config-seek to v13.x (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Adam Skoufis <[email protected]>
  • Loading branch information
renovate[bot] and askoufis authored Mar 25, 2024
1 parent 7a30cce commit 8fd1816
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 142 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
CI: true
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: yarn
node-version-file: package.json
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
CI: true
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: yarn
node-version-file: package.json
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.0",
"@changesets/cli": "^2.16.0",
"browserslist": "^4.16.6",
"eslint": "^8.46.0",
"eslint-config-seek": "^12.0.1",
"typescript": "~5.1.6"
"browserslist": "^4.23.0",
"eslint": "^8.56.0",
"eslint-config-seek": "^13.0.0",
"typescript": "~5.4.3"
},
"volta": {
"node": "18.17.0",
"yarn": "1.22.19"
"node": "18.19.1",
"yarn": "1.22.22"
}
}
Loading

0 comments on commit 8fd1816

Please sign in to comment.