Skip to content

Commit

Permalink
Merge branch 'master' into fix-hide-invite-on-mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt authored Jan 3, 2025
2 parents 475d4ab + eab2df7 commit 82de684
Show file tree
Hide file tree
Showing 7 changed files with 358 additions and 193 deletions.
26 changes: 13 additions & 13 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"db:migrate:create": "yarn run __migrate --template-file ./src/db/migrate/template.ts --date-format 'yyyymmddHHmmss' create"
},
"dependencies": {
"@babel/cli": "~7.25.9",
"@babel/cli": "~7.26.4",
"@babel/core": "^7.26.0",
"@babel/node": "~7.26.0",
"@babel/plugin-proposal-throw-expressions": "^7.25.9",
Expand All @@ -45,20 +45,20 @@
"cheerio": "~1.0.0",
"cors": "~2.8.5",
"cross-env": "~7.0.3",
"dotenv": "~16.4.5",
"express": "^4.21.1",
"dotenv": "~16.4.7",
"express": "^4.21.2",
"graphql": "^14.6.0",
"graphql-middleware": "~4.0.2",
"graphql-middleware-sentry": "^3.2.1",
"graphql-redis-subscriptions": "^2.2.1",
"graphql-redis-subscriptions": "^2.7.0",
"graphql-shield": "~7.2.2",
"graphql-tag": "~2.10.3",
"helmet": "~8.0.0",
"ioredis": "^4.16.1",
"jsonwebtoken": "~8.5.1",
"languagedetect": "^2.0.0",
"linkifyjs": "^4.1.4",
"linkify-html": "^4.1.4",
"linkifyjs": "^4.2.0",
"linkify-html": "^4.2.0",
"lodash": "~4.17.21",
"merge-graphql-schemas": "^1.7.8",
"metascraper": "^5.33.5",
Expand Down Expand Up @@ -86,7 +86,7 @@
"nodemailer": "^6.9.16",
"nodemailer-html-to-text": "^3.2.0",
"request": "~2.88.2",
"sanitize-html": "~2.13.1",
"sanitize-html": "~2.14.0",
"slug": "~9.1.0",
"subscriptions-transport-ws": "^0.9.19",
"trunc-html": "~1.1.2",
Expand All @@ -95,25 +95,25 @@
"xregexp": "^4.3.0"
},
"devDependencies": {
"@faker-js/faker": "9.2.0",
"@faker-js/faker": "9.3.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.3",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"apollo-server-testing": "~2.11.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jest": "^28.10.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-security": "^3.0.1",
"jest": "^29.7.0",
"nodemon": "~3.1.7",
"prettier": "^3.3.3",
"nodemon": "~3.1.9",
"prettier": "^3.4.2",
"rosie": "^2.1.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
Expand Down
Loading

0 comments on commit 82de684

Please sign in to comment.