Skip to content

Commit

Permalink
Merge pull request #2461 from nordic-institute/XRDDEV-2789
Browse files Browse the repository at this point in the history
chore: work around issue with large list causing recursion error
  • Loading branch information
raits authored Dec 9, 2024
2 parents 3aad5e8 + 3558d02 commit 60ee04d
Show file tree
Hide file tree
Showing 6 changed files with 308 additions and 105 deletions.
118 changes: 118 additions & 0 deletions src/pnpm-lock.yaml

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

7 changes: 5 additions & 2 deletions src/security-server/admin-service/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "pnpm run generate-types && vitest --run && vite build",
"preview": "vite preview",
"build-only": "vite build",
"test": "vitest",
"test": "vitest run",
"type-check": "vue-tsc --noEmit -p tsconfig.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"generate-types": "rm -rf src/openapi-types && openapi --input ../../openapi-model/src/main/resources/META-INF/openapi-definition.yaml --output ./src/openapi-types --exportCore false --exportServices false",
Expand All @@ -19,9 +19,12 @@
"@niis/shared-ui": "workspace:*"
},
"devDependencies": {
"@pinia/testing": "^0.1.7",
"@typescript-eslint/eslint-plugin": "~8.16.0",
"@typescript-eslint/parser": "~8.16.0",
"eslint-plugin-vue-scoped-css": "^2.9.0"
"@vue/test-utils": "^2.4.6",
"eslint-plugin-vue-scoped-css": "^2.9.0",
"resize-observer-polyfill": "^1.5.1"
},
"engines": {
"npm": "use-pnpm",
Expand Down
Loading

0 comments on commit 60ee04d

Please sign in to comment.