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 Nov 30, 2024
1 parent d4b2389 commit 26c5f96
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- run: npm ci --legacy-peer-deps
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@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- run: npm ci
Expand All @@ -22,8 +22,8 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 12
registry-url: https://registry.npmjs.org/
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,49 +25,49 @@
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.53",
"isomorphic-unfetch": "^3.0.0",
"isomorphic-unfetch": "^4.0.0",
"lodash": "^4.17.11",
"manifesto.js": "^4.2.0",
"mirador": "^3.0.0",
"prop-types": "^15.6.2",
"react": "16.x",
"react-dom": "16.x",
"react": "18.x",
"react-dom": "18.x",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0"
"reselect": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@jest/globals": "^26.2.0",
"@jest/globals": "^29.0.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.53",
"@testing-library/jest-dom": "^5.11.2",
"@testing-library/react": "^12.1.5",
"@types/jest": "^27.5.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.0.0",
"babel-eslint": "^10.1.0",
"canvas": "^2.6.1",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "^4.7.0",
"eslint": "^9.0.0",
"eslint-config-airbnb": "^19.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-flowtype": "^8.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-jest": "^28.0.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"jest": "^26.2.2",
"eslint-plugin-react-hooks": "^5.0.0",
"jest": "^29.0.0",
"mirador": "^3.0.0-rc.7",
"nwb": "0.25.x",
"prettier": "^2.2.1",
"prettier": "^3.0.0",
"prop-types": "^15.6.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"redux-saga-test-plan": "^4.0.0-rc.3",
"uuid": "^8.3.0"
"uuid": "^11.0.0"
},
"author": "Johannes Baiter <[email protected]>",
"homepage": "https://mirador-textoverlay.netlify.app",
Expand All @@ -83,7 +83,7 @@
"iiif"
],
"engines": {
"node": ">=16.0.0 <17.0.0",
"npm": ">=8.0.0 <9.0.0"
"node": "<23.0.0",
"npm": "<11.0.0"
}
}

0 comments on commit 26c5f96

Please sign in to comment.