chore: update semantic-release tooling
This commit is contained in:
parent
e94eccf2c5
commit
0c5a86595e
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -5,7 +5,7 @@
|
|||||||
"editor.bracketPairColorization.enabled": true,
|
"editor.bracketPairColorization.enabled": true,
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.fixAll": true
|
"source.fixAll": "explicit"
|
||||||
},
|
},
|
||||||
"eslint.options": {
|
"eslint.options": {
|
||||||
"ignorePath": ".gitignore"
|
"ignorePath": ".gitignore"
|
||||||
|
2640
package-lock.json
generated
2640
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -64,9 +64,9 @@
|
|||||||
"universal-cookie": "6.1.1"
|
"universal-cookie": "6.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "18.0.0",
|
"@commitlint/cli": "18.4.3",
|
||||||
"@commitlint/config-conventional": "18.0.0",
|
"@commitlint/config-conventional": "18.4.3",
|
||||||
"@saithodev/semantic-release-backmerge": "3.2.1",
|
"@saithodev/semantic-release-backmerge": "4.0.1",
|
||||||
"@semantic-release/git": "10.0.1",
|
"@semantic-release/git": "10.0.1",
|
||||||
"@tsconfig/strictest": "2.0.2",
|
"@tsconfig/strictest": "2.0.2",
|
||||||
"@types/emoji-mart": "3.0.11",
|
"@types/emoji-mart": "3.0.11",
|
||||||
@ -101,7 +101,7 @@
|
|||||||
"postcss": "8.4.31",
|
"postcss": "8.4.31",
|
||||||
"prettier": "3.0.3",
|
"prettier": "3.0.3",
|
||||||
"prettier-plugin-tailwindcss": "0.5.6",
|
"prettier-plugin-tailwindcss": "0.5.6",
|
||||||
"semantic-release": "21.1.1",
|
"semantic-release": "22.0.12",
|
||||||
"start-server-and-test": "2.0.1",
|
"start-server-and-test": "2.0.1",
|
||||||
"tailwindcss": "3.3.3",
|
"tailwindcss": "3.3.3",
|
||||||
"typescript": "5.2.2"
|
"typescript": "5.2.2"
|
||||||
|
Reference in New Issue
Block a user