Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
23399fe
IS-10937 changing the download script
Feb 11, 2026
c6f263a
IS-10937 fix running idsvr previewer
Feb 11, 2026
6745640
IS-10397 fix start script for windows
Feb 11, 2026
e23a1c1
IS-10397 fix start script for windows, exec running script
Feb 11, 2026
0f8e85a
IS-10397 spawn shell option for win
Feb 11, 2026
c542e0d
IS-10397 fix start script for windows, absolute paths
Feb 11, 2026
2d15c2f
Merge branch 'main' into update-main
renatoathaydes Mar 10, 2026
0b3c256
Merge pull request #66 from curityio/update-main
renatoathaydes Mar 10, 2026
41bb2e4
Bump react-router from 7.9.5 to 7.12.0
dependabot[bot] Mar 24, 2026
8435e21
Bump vite from 6.4.1 to 6.4.2 in /src/common/css/docs
dependabot[bot] Apr 7, 2026
581cd51
Bump vite from 4.3.9 to 6.4.2 in /src/common/css/lib
dependabot[bot] Apr 7, 2026
ad6fd7f
Bump lodash from 4.17.21 to 4.18.1 in /src/common/css/lib
dependabot[bot] Apr 9, 2026
4cf3ba2
Merge pull request #128 from curityio/dependabot/npm_and_yarn/src/com…
urre Apr 10, 2026
e190f0a
Merge pull request #123 from curityio/dependabot/npm_and_yarn/src/com…
urre Apr 10, 2026
875ebee
Merge pull request #119 from curityio/dependabot/npm_and_yarn/src/com…
urre Apr 10, 2026
13c58a2
Merge pull request #100 from curityio/dependabot/npm_and_yarn/react-r…
urre Apr 10, 2026
b4001fe
Bump vite from 7.1.12 to 7.3.2
dependabot[bot] Apr 10, 2026
5e0b22e
Merge pull request #118 from curityio/dependabot/npm_and_yarn/vite-7.3.2
urre Apr 10, 2026
797101e
Bump defu from 6.1.4 to 6.1.7 in /src/common/css/docs
dependabot[bot] Apr 10, 2026
4a29d48
Merge pull request #132 from curityio/dependabot/npm_and_yarn/src/com…
urre Apr 14, 2026
90e8343
IS-11288 adds new page to reregister a device linked to previous user…
mkrzeminskicurity May 6, 2026
3a6dfe8
IS-11288 adds new page to inform of all passkyes in the browser
mkrzeminskicurity May 21, 2026
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
2,122 changes: 1,079 additions & 1,043 deletions package-lock.json

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"src/self-service-portal/app"
],
"scripts": {
"prestart": "npm run build --workspace @curity/ui-kit-icons --workspace @curity/ui-kit-css-lib --workspace @curity/ui-kit-css --workspace @curity/ui-kit-component-library && npm run unzip-libs --workspace @curity/ui-kit-identity-server",
"start": "SKIP_PRESTART=1 concurrently \"npm run start:identity-server\" \"npm run start:ssp\" \"npm run start:css\" \"npm run start:component-library\" \"open index.html\"",
"prestart": "npm run build --workspace @curity/ui-kit-icons --workspace @curity/ui-kit-css-lib --workspace @curity/ui-kit-css --workspace @curity/ui-kit-component-library --workspace @curity/ui-kit-identity-server && npm run unzip-libs --workspace @curity/ui-kit-identity-server",
"start": "cross-env SKIP_PRESTART=1 concurrently \"npm run start:identity-server\" \"npm run start:ssp\" \"npm run start:css\" \"npm run start:component-library\" \"open index.html\"",
"start:ssp": "npm run -w src/self-service-portal/app start",
"start:css": "npm run -w src/common/css start",
"start:component-library": "npm run -w src/common/component-library start",
Expand All @@ -38,6 +38,7 @@
"clean": "npm run clean -ws --if-present"
},
"devDependencies": {
"concurrently": "^9.1.2"
"concurrently": "^9.1.2",
"cross-env": "^7.0.3"
}
}
4 changes: 2 additions & 2 deletions src/common/component-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@curity/ui-kit-icons": "^1.0.0",
"@reach/dialog": "^0.18.0",
"react": "^19.2.0",
"react-router": "^7.9.4"
"react-router": "^7.12.0"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
Expand All @@ -64,7 +64,7 @@
"stylelint-config-standard": "^39.0.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"vite": "^7.1.12",
"vite": "^7.3.2",
"vite-tsconfig-paths": "^5.1.4",
"vite-plugin-dts": "^3.0.0",
"vitest": "^4.0.1"
Expand Down
21 changes: 11 additions & 10 deletions src/common/css/docs/package-lock.json

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

Loading