feat: release pipeline, packages, yarn upgrade

This commit is contained in:
2025-12-06 23:33:17 +01:00
parent 58b803734d
commit 5400c02639
5 changed files with 1384 additions and 1141 deletions

View File

@@ -49,14 +49,14 @@
"prettier:report": "./node_modules/.bin/prettier '**/*.{js,tsx,ts,json,mjs,cjs}' '.*.{js,mjs,cjs,json}' --check"
},
"devDependencies": {
"@ivuorinen/browserslist-config": "^0.4.19",
"@ivuorinen/commitlint-config": "^0.3.12",
"@ivuorinen/eslint-config": "^0.5.13",
"@ivuorinen/markdownlint-config": "^0.3.16",
"@ivuorinen/prettier-config": "^0.3.12",
"@ivuorinen/semantic-release-config": "^0.3.18",
"@ivuorinen/browserslist-config": "^1.0.0",
"@ivuorinen/commitlint-config": "^1.0.0",
"@ivuorinen/eslint-config": "^1.0.0",
"@ivuorinen/markdownlint-config": "^1.0.0",
"@ivuorinen/prettier-config": "^1.0.0",
"@ivuorinen/semantic-release-config": "^1.0.0",
"@types/node": "*",
"npm-run-all2": "^8.0.0",
"npm-run-all2": "^8.0.4",
"simple-git-hooks": "^2.13.1",
"typescript": ">=4.2.0"
},