We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9726e commit 0d2b17aCopy full SHA for 0d2b17a
.nvmrc
@@ -0,0 +1 @@
1
+10.22.0
package.json
@@ -3,7 +3,7 @@
3
"description": "Reusable React controls for SharePoint Framework solutions",
4
"version": "2.0.0",
5
"engines": {
6
- "node": ">=0.10.0"
+ "node": ">=10"
7
},
8
"scripts": {
9
"build": "gulp build",
@@ -29,7 +29,7 @@
29
"@pnp/sp": "2.0.6",
30
"@pnp/telemetry-js": "2.0.0",
31
"chart.js": "2.7.3",
32
- "color": "^3.1.2",
+ "color": "3.1.2",
33
"lodash": "4.17.13",
34
"office-ui-fabric-react": "6.214.0",
35
"react": "16.8.5",
0 commit comments