Skip to content

Commit

Permalink
break(release): upgrade semantic release to the latest version (#580)
Browse files Browse the repository at this point in the history
* Update types

* ci(release): update semantic-release to the latest version

* Remove deprecated type for testing-library
  • Loading branch information
ehsan-github authored Feb 20, 2024
1 parent 5916723 commit 186c3f1
Show file tree
Hide file tree
Showing 3 changed files with 483 additions and 826 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"@styled-system/css": "^5.1.5",
"@tanem/react-nprogress": "^5.0.51",
"@tanstack/react-table": "^8.12.0",
"@types/testing-library__jest-dom": "^5.14.7",
"@uiw/codemirror-extensions-langs": "^4.21.22",
"@uiw/codemirror-theme-darcula": "^4.21.22",
"@uiw/react-codemirror": "^4.21.22",
Expand All @@ -81,11 +80,11 @@
"@chakra-ui/cli": "^2.4.1",
"@playwright/experimental-ct-react": "^1.41.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.4",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/npm": "^10.0.5",
"@semantic-release/release-notes-generator": "^10.0.3",
"@semantic-release/npm": "^11.0.2",
"@semantic-release/release-notes-generator": "^12.1.0",
"@storybook/addon-actions": "^7.6.17",
"@storybook/addon-docs": "^7.6.17",
"@storybook/addon-essentials": "^7.6.17",
Expand All @@ -98,11 +97,11 @@
"@storybook/node-logger": "^7.6.17",
"@storybook/react": "^7.6.17",
"@storybook/react-vite": "^7.6.17",
"@storybook/test-runner": "^0.15.2",
"@storybook/test-runner": "^0.16.0",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^7.6.17",
"@storybook/types": "^7.6.17",
"@types/node": "^16.18.38",
"@types/node": "^20.11.19",
"@types/ramda": "^0.28.1",
"@types/react": "^18.2.57",
"@types/react-datepicker": "^4.19.3",
Expand Down Expand Up @@ -132,7 +131,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.1",
"semantic-release": "21.0.1",
"semantic-release": "23.0.2",
"storybook": "^7.6.17",
"storybook-dark-mode": "^3.0.3",
"typescript": "^5.3.3",
Expand Down
Loading

0 comments on commit 186c3f1

Please sign in to comment.