Skip to content

Commit

Permalink
Release 23.0.1 (#866)
Browse files Browse the repository at this point in the history
* chore: prepare next dev release

* Use correct workflow branches (#862)

fix branches

* prepare next dev version

* deps: update React in package.json (#865)

* Update package.json

* Update package.json

* prepare release 23.0.1

---------

Co-authored-by: Holger Stitz <holger.stitz@datavisyn.io>
Co-authored-by: Michael Pühringer <51900829+puehringer@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 20, 2023
1 parent 95dd923 commit b0f5be8
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tdp_core",
"description": "Target discovery platform for exploring rankings of genes, disease models, and other entities.",
"version": "23.0.0",
"version": "23.0.1",
"author": {
"name": "datavisyn GmbH",
"email": "contact@datavisyn.io",
Expand Down Expand Up @@ -62,8 +62,8 @@
"@types/d3v7": "npm:@types/d3@^7.4.0",
"@types/jquery": "~3.5.5",
"@types/papaparse": "~5.3.0",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"@types/select2": "4.0.44",
"bootstrap": "~5.1.0",
"core-js": "2.6.5",
Expand All @@ -77,8 +77,8 @@
"md5": "^2.3.0",
"papaparse": "~5.3.0",
"popper.js": "^1.15.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-highlight-words": "^0.17.0",
"react-select": "^4.3.1",
"select2": "~4.0.13",
Expand All @@ -102,13 +102,6 @@
"cypress": "^11.2.0",
"storybook-addon-swc": "^1.1.9"
},
"overrides": {
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"webpack": "5.74.0"
},
"resolutions": {
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
Expand Down

0 comments on commit b0f5be8

Please sign in to comment.