Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE: update ol-util peer dependency
  • Loading branch information
dnlkoch authored and simonseyock committed May 6, 2024
1 parent 14760f0 commit 2515987
Show file tree
Hide file tree
Showing 8 changed files with 406 additions and 91 deletions.
18 changes: 0 additions & 18 deletions .eslintrc

This file was deleted.

19 changes: 19 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
module.exports = {
extends: [
'@terrestris/eslint-config-typescript',
'@terrestris/eslint-config-typescript-react',
'plugin:testing-library/react',
'plugin:jest-dom/recommended'
],
plugins: [
'testing-library',
'jest-dom',
'simple-import-sort'
],
rules: {
'@typescript-eslint/member-ordering': 'off',
'no-underscore-dangle': 'off',
'simple-import-sort/exports': 'warn',
'simple-import-sort/imports': 'warn'
}
};
4 changes: 2 additions & 2 deletions .github/workflows/on-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
persist-credentials: false

- name: Setup Node.js 18 👷🏻
- name: Setup Node.js 👷🏻
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Cache Node.js modules 💾
uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
- name: Checkout sources 🔰
uses: actions/checkout@v3

- name: Setup Node.js 18
- name: Setup Node.js 👷🏻
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Cache Node.js modules 💾
uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Checkout sources 🔰
uses: actions/checkout@v3

- name: Setup Node.js 18 👷🏻
- name: Setup Node.js 👷🏻
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Install dependencies ⏬
run: npm ci --force
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v20

0 comments on commit 2515987

Please sign in to comment.