2
1
mirror of https://github.com/Thream/api.git synced 2024-07-04 03:40:12 +02:00

chore: update semantic-release tooling

This commit is contained in:
Théo LUDWIG 2023-12-28 05:08:26 +01:00
parent 0847b72ed5
commit cec2e803ef
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B
3 changed files with 1036 additions and 1396 deletions

View File

@ -5,7 +5,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"eslint.options": { "ignorePath": ".gitignore" },
"[prisma]": {

2422
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -65,9 +65,9 @@
"socket.io": "4.7.2"
},
"devDependencies": {
"@commitlint/cli": "18.0.0",
"@commitlint/config-conventional": "18.0.0",
"@saithodev/semantic-release-backmerge": "3.2.1",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@saithodev/semantic-release-backmerge": "4.0.1",
"@semantic-release/git": "10.0.1",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.94",
@ -103,7 +103,7 @@
"prettier": "3.0.3",
"prisma": "5.4.2",
"rimraf": "5.0.5",
"semantic-release": "21.1.1",
"semantic-release": "22.0.12",
"sinon": "17.0.0",
"typescript": "5.2.2"
}