|
2 | 2 | "name": "coral", |
3 | 3 | "description": "Coral is a web-based cohort analysis tool to interactively create, refine, and analyze patient cohorts.", |
4 | 4 | "homepage": "https://caleydo.org", |
5 | | - "version": "4.1.0", |
| 5 | + "version": "5.0.0", |
6 | 6 | "author": { |
7 | 7 | "name": "PatrickAdelberger", |
8 | 8 | |
|
32 | 32 | "dist": "mkdir lib && cd dist && tar cvzf ../lib/bundle.tar.gz *", |
33 | 33 | "docs": "visyn_scripts docs", |
34 | 34 | "lint:fix": "visyn_scripts lint --fix", |
35 | | - "lint": "visyn_scripts lint || true", |
| 35 | + "lint": "visyn_scripts lint", |
36 | 36 | "prepack": "yarn run build", |
37 | 37 | "start": "visyn_scripts start --env workspace_mode=single", |
38 | 38 | "storybook:build": "NODE_OPTIONS=--max_old_space_size=4096 build-storybook", |
|
72 | 72 | "react-dom": "^16.13.0", |
73 | 73 | "react-router-dom": "^5.2.0", |
74 | 74 | "split-grid": "^1.0.9", |
75 | | - "tdp_core": "^17.0.0", |
76 | | - "tdp_publicdb": "git+ssh://[email protected]/caleydo/tdp_publicdb#semver:^13.0.3", |
| 75 | + "tdp_core": "^20.1.0", |
| 76 | + "tdp_publicdb": "git+ssh://[email protected]:Caleydo/tdp_publicdb#semver:^14.0.0", |
77 | 77 | "tippy.js": "^6.2.6", |
78 | | - "tourdino": "git+ssh://[email protected]/caleydo/tourdino#semver:^7.0.1", |
| 78 | + "tourdino": "git+ssh://[email protected]:Caleydo/tourdino#semver:^8.0.0", |
79 | 79 | "vega": "~5.20.0", |
80 | 80 | "vega-embed": "6.19.1", |
81 | 81 | "vega-functions": "5.12.0", |
82 | 82 | "vega-lite": "5.1.1", |
83 | 83 | "vega-parser": "6.1.3", |
84 | | - "visyn_scripts": "^1.1.1" |
| 84 | + "visyn_scripts": "^4.1.0" |
85 | 85 | }, |
86 | 86 | "devDependencies": { |
87 | 87 | "@types/d3-selection": "^3.0.2", |
88 | 88 | "@types/d3-transition": "^3.0.1", |
89 | | - "@types/react": "^16.14.6", |
90 | | - "@types/react-dom": "^16.9.5", |
91 | | - "@types/react-router-dom": "^5.1.7", |
92 | 89 | "mkdirp": "0.5.1", |
93 | 90 | "tslint": "~5.20.1", |
94 | 91 | "worker-loader": "^2.0.0" |
95 | 92 | }, |
| 93 | + "resolutions": { |
| 94 | + "@types/react": "~18.2.0", |
| 95 | + "@types/react-dom": "~18.2.0", |
| 96 | + "react": "~18.2.0", |
| 97 | + "react-dom": "~18.2.0" |
| 98 | + }, |
96 | 99 | "browser": { |
97 | 100 | "fs": false, |
98 | 101 | "os": false, |
|
0 commit comments