playbook-ui 15.7.0-alpha.play270013252 → 15.7.0-alpha.play270013278

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +11 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playbook-ui",
3
- "version": "15.7.0-alpha.play270013252",
3
+ "version": "15.7.0-alpha.play270013278",
4
4
  "description": "Nitro's Design System",
5
5
  "main": "./dist/playbook.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -68,6 +68,8 @@
68
68
  "eslint-plugin-react-hooks": "4.6.0",
69
69
  "eslint-webpack-plugin": "2.7.0",
70
70
  "filemanager-webpack-plugin": "4.0.0",
71
+ "highcharts": "^11.4.8",
72
+ "highcharts-react-official": "^3.2.1",
71
73
  "identity-obj-proxy": "3.0.0",
72
74
  "jest": "26.6.3",
73
75
  "jest-axe": "4.1.0",
@@ -98,6 +100,14 @@
98
100
  "react-trix": "0.10.1",
99
101
  "trix": "2.1.15"
100
102
  },
103
+ "peerDependenciesMeta": {
104
+ "highcharts": {
105
+ "optional": true
106
+ },
107
+ "highcharts-react-official": {
108
+ "optional": true
109
+ }
110
+ },
101
111
  "resolutions": {
102
112
  "react": "^17.0.2",
103
113
  "minimist": "1.2.7",