Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent dd25871 commit daf46b1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- run: npm ci
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- run: npm ci
Expand All @@ -23,8 +23,8 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
registry-url: https://registry.npmjs.org/
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,31 +36,31 @@
"test:watch": "nwb test-react --server"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"mirador": "^3.3.0",
"nwb": "^0.25.2",
"prettier": "^3.3.3",
"react": "^16.14.0",
"react-dom": "^16.14.0"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"peerDependencies": {
"@material-ui/core": "4.x",
"@material-ui/icons": "4.x",
"classnames": "2.x",
"mirador": "3.x",
"prop-types": "15.x",
"react": "16.x",
"react-dom": "16.x",
"react-i18next": "11.x",
"reselect": "4.x"
"react": "19.x",
"react-dom": "19.x",
"react-i18next": "15.x",
"reselect": "5.x"
},
"engines": {
"npm": ">=8.0.0"
Expand Down

0 comments on commit daf46b1

Please sign in to comment.