File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed
Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1313 build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
17- - uses : actions/setup-node@v3
16+ - uses : actions/checkout@v4
17+ - uses : actions/setup-node@v4
1818 with :
1919 node-version : 16
2020 - run : npm ci
Original file line number Diff line number Diff line change 1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
15- - uses : actions/setup-node@v3
14+ - uses : actions/checkout@v4
15+ - uses : actions/setup-node@v4
1616 with :
1717 node-version : 16
1818 - run : npm ci
2323 needs : build
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v3
27- - uses : actions/setup-node@v3
26+ - uses : actions/checkout@v4
27+ - uses : actions/setup-node@v4
2828 with :
2929 node-version : 16
3030 registry-url : https://registry.npmjs.org/
Original file line number Diff line number Diff line change 3636 "material-ui-image" : " ^3.3.2"
3737 },
3838 "devDependencies" : {
39- "eslint" : " ^8.57 .0" ,
39+ "eslint" : " ^9.0 .0" ,
4040 "eslint-config-airbnb" : " ^19.0.4" ,
4141 "eslint-config-prettier" : " ^9.1.0" ,
4242 "eslint-plugin-import" : " ^2.29.1" ,
4343 "eslint-plugin-jsx-a11y" : " ^6.9.0" ,
4444 "eslint-plugin-prettier" : " ^5.2.1" ,
4545 "eslint-plugin-react" : " ^7.35.0" ,
46- "eslint-plugin-react-hooks" : " ^4.6.2 " ,
46+ "eslint-plugin-react-hooks" : " ^5.0.0 " ,
4747 "eslint-plugin-simple-import-sort" : " ^12.1.1" ,
4848 "mirador" : " ^3.3.0" ,
4949 "nwb" : " ^0.25.2" ,
5050 "prettier" : " ^3.3.3" ,
51- "react" : " ^16.14 .0" ,
52- "react-dom" : " ^16.14 .0"
51+ "react" : " ^18.0 .0" ,
52+ "react-dom" : " ^18.0 .0"
5353 },
5454 "peerDependencies" : {
5555 "@material-ui/core" : " 4.x" ,
5656 "@material-ui/icons" : " 4.x" ,
5757 "@material-ui/lab" : " ^4.0.0-alpha.61" ,
5858 "lodash" : " 4.x" ,
5959 "mirador" : " 3.x" ,
60- "openseadragon" : " 2 .x" ,
60+ "openseadragon" : " 5 .x" ,
6161 "prop-types" : " 15.x" ,
62- "react" : " 16 .x" ,
63- "react-dom" : " 16 .x" ,
62+ "react" : " 18 .x" ,
63+ "react-dom" : " 18 .x" ,
6464 "react-rnd" : " 10.x" ,
6565 "redux-saga" : " 1.x" ,
66- "reselect" : " 4 .x"
66+ "reselect" : " 5 .x"
6767 },
6868 "engines" : {
6969 "npm" : " >=8.0.0"
You can’t perform that action at this time.
0 commit comments