Skip to content

Commit

Permalink
Merge branch 'main' into BC-8480
Browse files Browse the repository at this point in the history
  • Loading branch information
bischofmax authored Jan 14, 2025
2 parents 2a91be5 + 2978d2a commit bb9483c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
11 changes: 9 additions & 2 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"setup:idm": "npm run setup:idm:seed && npm run setup:idm:configure",
"build": "npm run nest:build",
"postinstall": "node ./esbuild/esmodules-bundler.js",
"copy-files": "copyfiles src/**/*.yaml build",
"inspect": "npm run build && node --inspect=5959 build/src/",
"inspect-container": "npm run build && node --inspect=0.0.0.0:5959 build/src/",
"start": "npm run nest:start:prod",
Expand Down Expand Up @@ -188,7 +187,6 @@
"commander": "^8.1.0",
"compression": "^1.6.2",
"cors": "^2.8.1",
"cross-env": "^7.0.0",
"crypto-js": "^4.2.0",
"disposable-email-domains": "^1.0.56",
"es6-promisify": "^7.0.0",
Expand All @@ -198,7 +196,6 @@
"feathers-hooks-common": "^8.1.1",
"feathers-swagger": "^3.0.0",
"file-type": "^18.5.0",
"freeport": "^1.0.5",
"gm": "^1.25.0",
"html-entities": "^2.3.2",
"i18next": "^23.3.0",
Expand Down Expand Up @@ -257,6 +254,8 @@
"yaml": "^2.5.0"
},
"devDependencies": {
"cross-env": "^7.0.0",
"freeport": "^1.0.5",
"@aws-sdk/client-s3": "^3.617.0",
"@faker-js/faker": "^8.0.2",
"@feathersjs/adapter-tests": "^5.0.29",
Expand Down

0 comments on commit bb9483c

Please sign in to comment.