clientnode 3.0.883 → 3.0.886

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 +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clientnode",
3
- "version": "3.0.883",
3
+ "version": "3.0.886",
4
4
  "description": "upgrade to object orientated rock solid plugins",
5
5
  "keywords": [
6
6
  "client",
@@ -93,6 +93,7 @@
93
93
  },
94
94
  "peerDependencies": {
95
95
  "@babel/runtime": "*",
96
+ "@types/prop-types": "*",
96
97
  "jquery": "*",
97
98
  "node-fetch": "*",
98
99
  "prop-types": "*"
@@ -101,6 +102,9 @@
101
102
  "@babel/runtime": {
102
103
  "optional": true
103
104
  },
105
+ "@types/prop-types": {
106
+ "optional": true
107
+ },
104
108
  "jquery": {
105
109
  "optional": true
106
110
  },