|
33 | 33 | ], |
34 | 34 | "repository": "https://github.com/ProjectMirador/mirador", |
35 | 35 | "dependencies": { |
| 36 | + "@hello-pangea/dnd": "^16.0.1", |
36 | 37 | "@material-ui/core": "^4.12.3", |
37 | 38 | "@material-ui/icons": "^4.9.1", |
38 | 39 | "@material-ui/lab": "^4.0.0-alpha.53", |
|
54 | 55 | "prop-types": "^15.6.2", |
55 | 56 | "re-reselect": "^4.0.0", |
56 | 57 | "react-aria-live": "^2.0.5", |
57 | | - "react-beautiful-dnd": "^13.0.0", |
58 | 58 | "react-copy-to-clipboard": "^5.0.1", |
59 | 59 | "react-dnd": "^10.0.2", |
60 | 60 | "react-dnd-html5-backend": "^10.0.2", |
|
64 | 64 | "react-i18next": "^11.7.0", |
65 | 65 | "react-image": "^4.0.1", |
66 | 66 | "react-mosaic-component": "^4.0.1", |
67 | | - "react-redux": "^7.1.0", |
| 67 | + "react-redux": "^7.1.0 || ^8.0.0", |
68 | 68 | "react-resize-observer": "^1.1.1", |
69 | 69 | "react-rnd": "^10.1", |
70 | | - "react-sizeme": "^2.6.7", |
| 70 | + "react-sizeme": "^2.6.7 || ^3.0.0", |
71 | 71 | "react-virtualized-auto-sizer": "^1.0.2", |
72 | 72 | "react-window": "^1.8.5", |
73 | 73 | "redux": "^4.0.5", |
|
76 | 76 | "redux-thunk": "^2.3.0", |
77 | 77 | "reselect": "^4.0.0", |
78 | 78 | "url": "^0.11.0", |
79 | | - "uuid": "^8.1.0" |
| 79 | + "uuid": "^8.1.0 || ^9.0.0" |
80 | 80 | }, |
81 | 81 | "devDependencies": { |
82 | 82 | "@babel/cli": "^7.17.6", |
|
90 | 90 | "@pmmmwh/react-refresh-webpack-plugin": "^0.5.4", |
91 | 91 | "@typescript-eslint/eslint-plugin": "^5.15.0", |
92 | 92 | "@typescript-eslint/parser": "^5.15.0", |
93 | | - "babel-jest": "^27.5.1", |
94 | | - "babel-loader": "^8.0.6", |
| 93 | + "babel-jest": "^29.3.1", |
| 94 | + "babel-loader": "^9.1.0", |
95 | 95 | "babel-plugin-lodash": "^3.3.4", |
96 | 96 | "babel-plugin-macros": "^3.0.1", |
97 | 97 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
|
106 | 106 | "eslint-config-react-app": "^7.0.0", |
107 | 107 | "eslint-plugin-flowtype": "^8.0.3", |
108 | 108 | "eslint-plugin-import": "^2.25.4", |
109 | | - "eslint-plugin-jest": "^26.1.1", |
| 109 | + "eslint-plugin-jest": "^27.1.5", |
110 | 110 | "eslint-plugin-jsx-a11y": "^6.4.1", |
111 | 111 | "eslint-plugin-react": "^7.29.4", |
112 | 112 | "eslint-plugin-react-hooks": "^4.2.0", |
113 | | - "glob": "^7.1.4", |
| 113 | + "glob": "^8.0.3", |
114 | 114 | "http-server": "^14.1.0", |
115 | | - "jest": "^27.5.1", |
| 115 | + "jest": "^29.3.1", |
116 | 116 | "jest-fetch-mock": "^3.0.0", |
117 | 117 | "jest-puppeteer": "^6.1.0", |
118 | | - "jsdom": "^19.0.0", |
| 118 | + "jsdom": "^21.0.0", |
119 | 119 | "puppeteer": "^13.5.1", |
120 | 120 | "react": "^16.8.6", |
121 | 121 | "react-dom": "^16.8.6", |
122 | | - "react-refresh": "^0.11.0", |
| 122 | + "react-refresh": "^0.14.0", |
123 | 123 | "redux-mock-store": "^1.5.1", |
124 | 124 | "redux-saga-test-plan": "^4.0.0-rc.3", |
125 | 125 | "terser-webpack-plugin": "^5.3.1", |
126 | 126 | "unfetch": "^4.1.0", |
127 | 127 | "url-polyfill": "^1.1.7", |
128 | 128 | "webpack": "^5.70.0", |
129 | | - "webpack-cli": "^4.9.2", |
| 129 | + "webpack-cli": "^5.0.0", |
130 | 130 | "webpack-dev-server": "^4.7.4" |
131 | 131 | }, |
132 | 132 | "peerDependencies": { |
|
0 commit comments