Skip to content

Commit

Permalink
Merge pull request #571 from IQSS/fix/545-edit-collection-page-type-e…
Browse files Browse the repository at this point in the history
…rrors

Fix Edit collection page type errors
  • Loading branch information
ofahimIQSS authored Dec 17, 2024
2 parents 66d2a60 + 9c09733 commit a14929c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 12 deletions.
42 changes: 33 additions & 9 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@faker-js/faker": "7.6.0",
"@iqss/dataverse-client-javascript": "2.0.0-alpha.6",
"@iqss/dataverse-client-javascript": "2.0.0-alpha.8",
"@iqss/dataverse-design-system": "*",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@tanstack/react-table": "8.9.2",
Expand Down Expand Up @@ -43,7 +43,7 @@
"react-router-dom": "6.23.1",
"react-topbar-progress-indicator": "4.1.1",
"sass": "1.58.1",
"typescript": "4.9.5",
"typescript": "5.7.2",
"use-deep-compare": "1.2.1",
"vite-plugin-istanbul": "4.0.1",
"web-vitals": "2.1.4"
Expand All @@ -52,7 +52,7 @@
"start": "vite --base=/spa",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "npm run lint:eslint && npm run lint:stylelint && npm run lint:prettier",
"lint": "npm run typecheck && npm run lint:eslint && npm run lint:stylelint && npm run lint:prettier",
"lint:fix": "eslint --fix --ext .ts,.tsx ./src --ignore-path .gitignore . && stylelint --fix **/*.scss && prettier . --write",
"lint:eslint": "eslint --ignore-path .gitignore .",
"lint:stylelint": "stylelint **/*.scss ",
Expand Down

0 comments on commit a14929c

Please sign in to comment.