-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 next dev version * chore: version pinning (#867) version pinning * prepare next dev version * Mantine7 (#864) * migrate to mantine 7 * add test menu item and fix cypress test * dist files and linting * add new yarn.lock * Update versions * Update backend versions --------- Co-authored-by: Michael Puehringer <[email protected]> * prepare next dev version * fix: remove polyfill (#871) * feat: rspack (#870) * feat: rspack * Remove storybook as it hoists fork-ts-checker-webpack-plugin * Remove cypress component testing * Switch to start:full * Update scripts * Update package.json * Revert "feat: rspack" (#872) Revert "feat: rspack (#870)" This reverts commit 5566ddf. * prepare release 24.0.1 --------- Co-authored-by: Holger Stitz <[email protected]> Co-authored-by: Michael Pühringer <[email protected]> Co-authored-by: dvdanielamoitzi <[email protected]> Co-authored-by: Michael Puehringer <[email protected]>
- Loading branch information
1 parent
16fb50b
commit e84e985
Showing
6 changed files
with
4 additions
and
8 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "24.0.0", | ||
"version": "24.0.1", | ||
"author": { | ||
"name": "datavisyn GmbH", | ||
"email": "[email protected]", | ||
|
@@ -84,8 +84,8 @@ | |
"select2": "~4.0.13", | ||
"select2-bootstrap-theme": "0.1.0-beta.9", | ||
"use-deep-compare-effect": "^1.8.0", | ||
"visyn_core": "^8.0.0", | ||
"visyn_scripts": "^7.0.1" | ||
"visyn_core": "^8.1.3", | ||
"visyn_scripts": "^8.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.17.7", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
<meta charset='utf-8'> | ||
<meta name="viewport" content="width=device-width"> | ||
<script src="https://cdn.polyfill.io/v3/polyfill.min.js"></script> |