Skip to content

Commit 5709da0

Browse files
authored
Merge pull request #6171 from tdonohue/fix_mirador_eresolve_warnings
Fix Mirador build issues on `main` and 10.x
2 parents cbc3d71 + 8f2562b commit 5709da0

2 files changed

Lines changed: 25 additions & 39 deletions

File tree

package-lock.json

Lines changed: 19 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"clean:prod": "npm run clean:dist && npm run clean:log && npm run clean:doc && npm run clean:coverage && npm run clean:json",
4141
"clean": "npm run clean:prod && npm run clean:dev:config && npm run clean:cli && npm run clean:decorator:registries && npm run clean:node",
4242
"sync-i18n": "ts-node -r tsconfig-paths/register --project ./tsconfig.ts-node.json scripts/sync-i18n-files.ts",
43-
"build:mirador": "webpack --config webpack/webpack.mirador.config.ts",
43+
"build:mirador": "cross-env TS_NODE_PROJECT=./tsconfig.ts-node.json webpack --config webpack/webpack.mirador.config.ts",
4444
"merge-i18n": "ts-node -r tsconfig-paths/register --project ./tsconfig.ts-node.json scripts/merge-i18n-files.ts",
4545
"cypress:open": "cypress open",
4646
"cypress:run": "cypress run",
@@ -76,6 +76,11 @@
7676
"@nicky-lenaers/ngx-scroll-to": {
7777
"@angular/common": "^20.3.12",
7878
"@angular/core": "^20.3.12"
79+
},
80+
"react": "16.14.0",
81+
"react-dom": "16.14.0",
82+
"mirador-share-plugin": {
83+
"notistack": "1.0.10"
7984
}
8085
},
8186
"dependencies": {

0 commit comments

Comments
 (0)