-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into issue/9922/incorrect-age
- Loading branch information
Showing
27 changed files
with
612 additions
and
184,047 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,4 +65,5 @@ src/pluginMap.ts | |
/apps_backup/* | ||
|
||
# Federation Temp files | ||
/.__mf__temp | ||
/.__mf__temp | ||
public/sbom/* |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
"supported-browsers": "node ./scripts/generate-supported-browsers.mjs", | ||
"build": "npm run setup && npm run build:meta && npm run supported-browsers && npm run build:react", | ||
"setup": "tsx scripts/setup-care-apps.ts", | ||
"postinstall": "tsx scripts/install-platform-deps.ts", | ||
"postinstall": "tsx scripts/install-platform-deps.ts && tsx scripts/generate-sbom-data.ts", | ||
"test": "snyk test", | ||
"cypress:open": "cross-env NODE_ENV=development cypress open", | ||
"cypress:run": "cross-env NODE_ENV=development cypress run", | ||
|
@@ -102,14 +102,13 @@ | |
"i18next-http-backend": "^3.0.1", | ||
"input-otp": "^1.4.2", | ||
"lodash-es": "^4.17.21", | ||
"lucide-react": "^0.469.0", | ||
"lucide-react": "^0.471.0", | ||
"markdown-it": "^14.1.0", | ||
"next-themes": "^0.4.3", | ||
"postcss-loader": "^8.1.1", | ||
"qrcode.react": "^4.1.0", | ||
"raviger": "^4.1.2", | ||
"react": "18.3.1", | ||
"react-copy-to-clipboard": "^5.1.0", | ||
"react-day-picker": "^8.10.1", | ||
"react-dom": "18.3.1", | ||
"react-google-recaptcha": "^3.1.0", | ||
|
@@ -212,4 +211,4 @@ | |
"node": ">=22.8.0" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |
Oops, something went wrong.