Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"backup-translations-avo-qas": "dotenv -e .env/.env.local tsx --project ./scripts/tsconfig.json scripts/backup-translations.ts -- AVO",
"translations:extract:hetarchief": "dotenv -e .env/.env.local tsx --project ./scripts/tsconfig.json scripts/extract-and-replace-translations.ts -- HET_ARCHIEF",
"translations:extract:avo": "dotenv -e .env/.env.local tsx --project ./scripts/tsconfig.json scripts/extract-and-replace-translations.ts -- AVO",
"list-of-changed-translations-hetarchief": "dotenv -e .env/.env.local tsx --project ./scripts/tsconfig.json scripts/get-list-of-changed-translations.ts -- HET_ARCHIEF v5.2.77 v5.2.79",
"list-commit-messages-between-tags-hetarchief": "dotenv -e .env/.env.local tsx --project ./scripts/tsconfig.json scripts/get-list-of-commit-messages-between-tags.ts -- v5.2.77 v5.2.79",
"list-of-changed-translations-hetarchief": "dotenv -e .env/.env.local tsx --project ./scripts/tsconfig.json scripts/get-list-of-changed-translations.ts -- HET_ARCHIEF v5.2.79 v5.2.83",
"list-commit-messages-between-tags-hetarchief": "dotenv -e .env/.env.local tsx --project ./scripts/tsconfig.json scripts/get-list-of-commit-messages-between-tags.ts -- v5.2.79 v5.2.83",
"list-of-changed-translations-avo": "dotenv -e .env/.env.local tsx --project ./scripts/tsconfig.json scripts/get-list-of-changed-translations.ts -- AVO v5.2.26 v5.2.32",
"list-commit-messages-between-tags-avo": "dotenv -e .env/.env.local tsx --project ./scripts/tsconfig.json scripts/get-list-of-commit-messages-between-tags.ts -- v5.2.26 v5.2.32",
"check-bundled-files": "npx depcruise src/react-admin --config bundle-import-rules.json --include-only \"^src\" --exclude \"(.spec.tsx?|.test.tsx?|node_modules)\"",
Expand All @@ -72,10 +72,10 @@
},
"peerDependencies": {
"@emotion/react": "11.11.1",
"@floating-ui/react": "0.27.18",
"@hookform/resolvers": "2.9.11",
"@meemoo/react-components": "5.1.38",
"@studiohyperdrive/pagination": "1.0.0",
"@floating-ui/react": "0.27.18",
"@tanstack/react-query": "5.90.8",
"@viaa/avo2-components": "6.2.15",
"@viaa/avo2-types": "5.0.16",
Expand Down Expand Up @@ -125,6 +125,7 @@
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/cli-progress": "^3.11.6",
"@types/dompurify": "^3.0.5",
"@types/enzyme": "3.10.13",
"@types/file-saver": "2.0.5",
Expand All @@ -142,6 +143,7 @@
"ajv": "8.11.0",
"autoprefixer": "10.4.2",
"bump-package-versions": "^1.0.7",
"cli-progress": "^3.12.0",
"console-log-colors": "^0.5.0",
"cross-env": "7.0.3",
"dependency-cruiser": "13.1.5",
Expand Down
Loading