mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-06 01:16:00 -06:00
chore: remove semantic-release configuration and dependencies
Remove semantic-release workflow, configuration, and related dependencies as they are no longer needed for this project's release process.
This commit is contained in:
@@ -16,8 +16,7 @@
|
||||
"test:integration": "vitest run src/rdap.integration.test.ts",
|
||||
"test:all": "vitest run",
|
||||
"type-check": "tsc --noEmit",
|
||||
"prepare": "husky install",
|
||||
"semantic-release": "semantic-release"
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource-variable/inter": "^5.2.8",
|
||||
@@ -42,8 +41,6 @@
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^19.0.0",
|
||||
"@commitlint/config-conventional": "^19.0.0",
|
||||
"@semantic-release/changelog": "^6.0.3",
|
||||
"@semantic-release/git": "^10.0.1",
|
||||
"@tailwindcss/postcss": "^4.1.15",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
@@ -53,7 +50,6 @@
|
||||
"@typescript-eslint/eslint-plugin": "^8.46.2",
|
||||
"@typescript-eslint/parser": "^8.46.2",
|
||||
"@vitest/ui": "^3.2.4",
|
||||
"conventional-changelog-conventionalcommits": "^8.0.0",
|
||||
"eslint": "^9.38.0",
|
||||
"eslint-config-next": "15.5.6",
|
||||
"happy-dom": "^20.0.8",
|
||||
@@ -62,7 +58,6 @@
|
||||
"postcss": "^8.4.14",
|
||||
"prettier": "^3.6.2",
|
||||
"prettier-plugin-tailwindcss": "^0.7.1",
|
||||
"semantic-release": "^24.0.0",
|
||||
"tailwindcss": "^4.1.15",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^3.2.4"
|
||||
|
||||
Reference in New Issue
Block a user