pixel-react 1.15.68 → 1.15.69

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pixel-react",
3
3
  "description": "Great for pixel-perfect, design-focused components in React",
4
- "version": "1.15.68",
4
+ "version": "1.15.69",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
@@ -66,6 +66,23 @@
66
66
  "react-phone-input-2": "^2.15.1",
67
67
  "react-phone-number-input": "^3.4.12"
68
68
  },
69
+ "peerDependenciesMeta": {
70
+ "react-phone-input-2": {
71
+ "optional": true
72
+ },
73
+ "react-phone-number-input": {
74
+ "optional": true
75
+ },
76
+ "@monaco-editor/react": {
77
+ "optional": true
78
+ },
79
+ "js-beautify": {
80
+ "optional": true
81
+ },
82
+ "@types/js-beautify": {
83
+ "optional": true
84
+ }
85
+ },
69
86
  "scripts": {
70
87
  "storybook": "storybook dev -p 6006",
71
88
  "build-storybook": "storybook build",