Skip to content

Commit

Permalink
bump version to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
david-loe committed Dec 3, 2024
1 parent 2462a49 commit a5aff59
Show file tree
Hide file tree
Showing 6 changed files with 283 additions and 268 deletions.
2 changes: 1 addition & 1 deletion backend/data/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@
},
"uploadTokenExpireAfterSeconds": 600,
"userCanSeeAllProjects": true,
"version": "1.4.2"
"version": "1.4.3"
}
141 changes: 75 additions & 66 deletions backend/package-lock.json

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

14 changes: 7 additions & 7 deletions backend/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "abrechnung-backend",
"version": "1.4.2",
"version": "1.4.3",
"private": true,
"type": "module",
"dependencies": {
"axios": "^1.7.7",
"axios": "^1.7.8",
"body-parser": "^1.20.2",
"connect-mongo": "^5.1.0",
"cors": "^2.8.5",
Expand All @@ -14,7 +14,7 @@
"express-rate-limit": "^7.4.1",
"express-session": "^1.18.1",
"i18next": "^23.16.8",
"mongoose": "^8.8.2",
"mongoose": "^8.8.3",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.16",
"passport": "^0.7.0",
Expand All @@ -35,10 +35,10 @@
"@types/cors": "^2.8.17",
"@types/ejs": "^3.1.5",
"@types/express": "^5.0.0",
"@types/express-session": "^1.18.0",
"@types/express-session": "^1.18.1",
"@types/jsonwebtoken": "^9.0.7",
"@types/multer": "^1.4.12",
"@types/node": "^22.9.1",
"@types/node": "^22.10.1",
"@types/nodemailer": "^6.4.17",
"@types/passport": "^1.0.17",
"@types/passport-microsoft": "^1.0.3",
Expand All @@ -47,7 +47,7 @@
"@types/swagger-ui-express": "^4.1.7",
"ava": "^6.2.0",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"supertest": "^7.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
Expand All @@ -65,4 +65,4 @@
"_setup:production": "node dist/build/setup.js",
"_setup:development": "node dist/app/setup.js"
}
}
}
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abrechnung-common",
"version": "1.4.2",
"version": "1.4.3",
"private": true,
"type": "module"
}
Loading

0 comments on commit a5aff59

Please sign in to comment.