|
1 | 1 | { |
2 | 2 | "name": "@patternfly/react-console", |
3 | | - "version": "4.93.38", |
| 3 | + "version": "5.0.0-alpha.0", |
4 | 4 | "description": "This package provides VncConsole, SerialConsole and DesktopViewer React components to be used alongside patternfly-react to access virtual machine or server consoles.", |
5 | 5 | "main": "dist/esm/index.js", |
6 | 6 | "module": "dist/esm/index.js", |
|
29 | 29 | }, |
30 | 30 | "homepage": "https://github.com/patternfly/react-console/#readme", |
31 | 31 | "publishConfig": { |
32 | | - "access": "public" |
| 32 | + "access": "public", |
| 33 | + "tag": "alpha" |
33 | 34 | }, |
34 | 35 | "dependencies": { |
35 | 36 | "@novnc/novnc": "^1.3.0", |
36 | | - "@patternfly/react-core": "^4.276.6", |
37 | | - "@patternfly/react-styles": "^4.92.6", |
| 37 | + "@patternfly/react-core": "^5.0.0-alpha.50", |
| 38 | + "@patternfly/react-styles": "^5.0.0-alpha.5", |
38 | 39 | "@spice-project/spice-html5": "^0.2.1", |
39 | 40 | "file-saver": "^1.3.8", |
40 | 41 | "xterm": "^4.8.1", |
|
45 | 46 | "react-dom": "^16.8 || ^17 || ^18" |
46 | 47 | }, |
47 | 48 | "devDependencies": { |
48 | | - "@patternfly/documentation-framework": "^1.8.1", |
49 | | - "@patternfly/patternfly": "^4.224.2", |
50 | | - "@patternfly/react-table": "^4.112.39", |
51 | | - "@patternfly/react-code-editor": "^4.82.113", |
| 49 | + "@patternfly/documentation-framework": "^2.0.0-alpha.12", |
| 50 | + "@patternfly/patternfly": "^5.0.0-alpha.37", |
| 51 | + "@patternfly/react-table": "^5.0.0-alpha.51", |
| 52 | + "@patternfly/react-code-editor": "^5.0.0-alpha.51", |
52 | 53 | "rimraf": "^2.6.2", |
53 | 54 | "@patternfly/patternfly-a11y": "^4.3.1", |
54 | 55 | "serve": "^14.1.2" |
|
0 commit comments