playbook-ui 15.7.0-alpha.play270013253 → 15.7.0-alpha.play270013283

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.play270013253",
3
+ "version": "15.7.0-alpha.play270013283",
4
4
  "description": "Nitro's Design System",
5
5
  "main": "./dist/playbook.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -94,12 +94,22 @@
94
94
  "vite-plugin-ruby": "^5.0.0"
95
95
  },
96
96
  "peerDependencies": {
97
+ "highcharts": "^11.0.0",
98
+ "highcharts-react-official": "^3.0.0",
97
99
  "react": "^17.0.2",
98
100
  "react-dom": "^17.0.2",
99
101
  "react-is": "^17.0.2",
100
102
  "react-trix": "0.10.1",
101
103
  "trix": "2.1.15"
102
104
  },
105
+ "peerDependenciesMeta": {
106
+ "highcharts": {
107
+ "optional": true
108
+ },
109
+ "highcharts-react-official": {
110
+ "optional": true
111
+ }
112
+ },
103
113
  "resolutions": {
104
114
  "react": "^17.0.2",
105
115
  "minimist": "1.2.7",