Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mirador-video-annotations
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Loïs Poujade
mirador-video-annotations
Commits
704aee69
Unverified
Commit
704aee69
authored
2 years ago
by
Justin Coyne
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #3591 from ProjectMirador/update-dependencies-202301
Update dependencies
parents
8ca0169f
2d26a18b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
__tests__/src/components/CanvasLayers.test.js
+1
-1
1 addition, 1 deletion
__tests__/src/components/CanvasLayers.test.js
jest.json
+2
-1
2 additions, 1 deletion
jest.json
package.json
+12
-12
12 additions, 12 deletions
package.json
src/components/CanvasLayers.js
+1
-1
1 addition, 1 deletion
src/components/CanvasLayers.js
with
16 additions
and
15 deletions
__tests__/src/components/CanvasLayers.test.js
+
1
−
1
View file @
704aee69
...
...
@@ -3,7 +3,7 @@ import { shallow } from 'enzyme';
import
Input
from
'
@material-ui/core/Input
'
;
import
Slider
from
'
@material-ui/core/Slider
'
;
import
Typography
from
'
@material-ui/core/Typography
'
;
import
{
DragDropContext
,
Droppable
,
Draggable
}
from
'
react-beautiful-
dnd
'
;
import
{
DragDropContext
,
Droppable
,
Draggable
}
from
'
@hello-pangea/
dnd
'
;
import
{
CanvasLayers
}
from
'
../../../src/components/CanvasLayers
'
;
import
IIIFThumbnail
from
'
../../../src/containers/IIIFThumbnail
'
;
...
...
This diff is collapsed.
Click to expand it.
jest.json
+
2
−
1
View file @
704aee69
...
...
@@ -8,7 +8,8 @@
"coverageDirectory"
:
"<rootDir>/coverage"
,
"coverageReporters"
:
[
"html"
,
"lcov"
],
"moduleNameMapper"
:
{
"\\.s?css$"
:
"<rootDir>/__mocks__/css.js"
"\\.s?css$"
:
"<rootDir>/__mocks__/css.js"
,
"^uuid$"
:
"uuid"
},
"setupFiles"
:
[
"<rootDir>/setupJest.js"
...
...
This diff is collapsed.
Click to expand it.
package.json
+
12
−
12
View file @
704aee69
...
...
@@ -33,6 +33,7 @@
],
"repository"
:
"https://github.com/ProjectMirador/mirador"
,
"dependencies"
:
{
"
@hello-pangea/dnd
"
:
"
^16.0.1
"
,
"
@material-ui/core
"
:
"
^4.12.3
"
,
"
@material-ui/icons
"
:
"
^4.9.1
"
,
"
@material-ui/lab
"
:
"
^4.0.0-alpha.53
"
,
...
...
@@ -54,7 +55,6 @@
"
prop-types
"
:
"
^15.6.2
"
,
"
re-reselect
"
:
"
^4.0.0
"
,
"
react-aria-live
"
:
"
^2.0.5
"
,
"
react-beautiful-dnd
"
:
"
^13.0.0
"
,
"
react-copy-to-clipboard
"
:
"
^5.0.1
"
,
"
react-dnd
"
:
"
^10.0.2
"
,
"
react-dnd-html5-backend
"
:
"
^10.0.2
"
,
...
...
@@ -64,10 +64,10 @@
"
react-i18next
"
:
"
^11.7.0
"
,
"
react-image
"
:
"
^4.0.1
"
,
"
react-mosaic-component
"
:
"
^4.0.1
"
,
"
react-redux
"
:
"
^7.1.0
"
,
"
react-redux
"
:
"^7.1.0
|| ^8.0.0
"
,
"
react-resize-observer
"
:
"
^1.1.1
"
,
"
react-rnd
"
:
"
^10.1
"
,
"
react-sizeme
"
:
"
^2.6.7
"
,
"
react-sizeme
"
:
"^2.6.7
|| ^3.0.0
"
,
"
react-virtualized-auto-sizer
"
:
"
^1.0.2
"
,
"
react-window
"
:
"
^1.8.5
"
,
"
redux
"
:
"
^4.0.5
"
,
...
...
@@ -76,7 +76,7 @@
"
redux-thunk
"
:
"
^2.3.0
"
,
"
reselect
"
:
"
^4.0.0
"
,
"
url
"
:
"
^0.11.0
"
,
"
uuid
"
:
"
^8.1.0
"
"
uuid
"
:
"^8.1.0
|| ^9.0.0
"
},
"devDependencies"
:
{
"
@babel/cli
"
:
"
^7.17.6
"
,
...
...
@@ -90,8 +90,8 @@
"
@pmmmwh/react-refresh-webpack-plugin
"
:
"
^0.5.4
"
,
"
@typescript-eslint/eslint-plugin
"
:
"
^5.15.0
"
,
"
@typescript-eslint/parser
"
:
"
^5.15.0
"
,
"
babel-jest
"
:
"
^2
7.5
.1
"
,
"
babel-loader
"
:
"
^
8.0.6
"
,
"
babel-jest
"
:
"
^2
9.3
.1
"
,
"
babel-loader
"
:
"
^
9.1.0
"
,
"
babel-plugin-lodash
"
:
"
^3.3.4
"
,
"
babel-plugin-macros
"
:
"
^3.0.1
"
,
"
babel-plugin-transform-react-remove-prop-types
"
:
"
^0.4.24
"
,
...
...
@@ -106,27 +106,27 @@
"
eslint-config-react-app
"
:
"
^7.0.0
"
,
"
eslint-plugin-flowtype
"
:
"
^8.0.3
"
,
"
eslint-plugin-import
"
:
"
^2.25.4
"
,
"
eslint-plugin-jest
"
:
"
^2
6
.1.
1
"
,
"
eslint-plugin-jest
"
:
"
^2
7
.1.
5
"
,
"
eslint-plugin-jsx-a11y
"
:
"
^6.4.1
"
,
"
eslint-plugin-react
"
:
"
^7.29.4
"
,
"
eslint-plugin-react-hooks
"
:
"
^4.2.0
"
,
"
glob
"
:
"
^
7.1.4
"
,
"
glob
"
:
"
^
8.0.3
"
,
"
http-server
"
:
"
^14.1.0
"
,
"
jest
"
:
"
^2
7.5
.1
"
,
"
jest
"
:
"
^2
9.3
.1
"
,
"
jest-fetch-mock
"
:
"
^3.0.0
"
,
"
jest-puppeteer
"
:
"
^6.1.0
"
,
"
jsdom
"
:
"
^1
9
.0.0
"
,
"
jsdom
"
:
"
^
2
1.0.0
"
,
"
puppeteer
"
:
"
^13.5.1
"
,
"
react
"
:
"
^16.8.6
"
,
"
react-dom
"
:
"
^16.8.6
"
,
"
react-refresh
"
:
"
^0.1
1
.0
"
,
"
react-refresh
"
:
"
^0.1
4
.0
"
,
"
redux-mock-store
"
:
"
^1.5.1
"
,
"
redux-saga-test-plan
"
:
"
^4.0.0-rc.3
"
,
"
terser-webpack-plugin
"
:
"
^5.3.1
"
,
"
unfetch
"
:
"
^4.1.0
"
,
"
url-polyfill
"
:
"
^1.1.7
"
,
"
webpack
"
:
"
^5.70.0
"
,
"
webpack-cli
"
:
"
^
4.9.2
"
,
"
webpack-cli
"
:
"
^
5.0.0
"
,
"
webpack-dev-server
"
:
"
^4.7.4
"
},
"peerDependencies"
:
{
...
...
This diff is collapsed.
Click to expand it.
src/components/CanvasLayers.js
+
1
−
1
View file @
704aee69
...
...
@@ -14,7 +14,7 @@ import VisibilityIcon from '@material-ui/icons/VisibilitySharp';
import
VisibilityOffIcon
from
'
@material-ui/icons/VisibilityOffSharp
'
;
import
OpacityIcon
from
'
@material-ui/icons/OpacitySharp
'
;
import
Typography
from
'
@material-ui/core/Typography
'
;
import
{
DragDropContext
,
Droppable
,
Draggable
}
from
'
react-beautiful-
dnd
'
;
import
{
DragDropContext
,
Droppable
,
Draggable
}
from
'
@hello-pangea/
dnd
'
;
import
MiradorMenuButton
from
'
../containers/MiradorMenuButton
'
;
import
IIIFThumbnail
from
'
../containers/IIIFThumbnail
'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment