Skip to content

Commit

Permalink
fix: semantic release as part of deps
Browse files Browse the repository at this point in the history
  • Loading branch information
panvourtsis committed Jul 17, 2024
1 parent c6a2d18 commit 0ee50f6
Show file tree
Hide file tree
Showing 2 changed files with 294 additions and 217 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@
"react-dom": "^18.1.0",
"react-error-boundary": "^3.1.4",
"react-router-dom": "^5.3.1",
"zustand": "4.5.4"
"zustand": "4.5.4",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^24.0.0"
},
"devDependencies": {
"@amanda-mitchell/semantic-release-npm-multiple": "^3.5.0",
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@sentry/browser": "7.21.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^14.3.1",
Expand All @@ -68,7 +69,6 @@
"prettier": "^2.6.2",
"prettier-plugin-organize-imports": "^3.2.2",
"rimraf": "^3.0.2",
"semantic-release": "^22.0.12",
"ts-lib": "^0.0.5",
"tslib": "^2.3.1",
"typedoc": "^0.25.12",
Expand Down
Loading

0 comments on commit 0ee50f6

Please sign in to comment.