|
1 | 1 | {
|
2 | 2 | "name": "@pnp/spfx-controls-react",
|
3 | 3 | "description": "Reusable React controls for SharePoint Framework solutions",
|
4 |
| - "version": "1.0.0-beta.4", |
| 4 | + "version": "1.0.0-beta.6", |
5 | 5 | "engines": {
|
6 | 6 | "node": ">=0.10.0"
|
7 | 7 | },
|
|
12 | 12 | "prepublishOnly": "gulp"
|
13 | 13 | },
|
14 | 14 | "dependencies": {
|
15 |
| - "@microsoft/sp-core-library": "~1.2.0", |
16 |
| - "@microsoft/sp-webpart-base": "~1.2.0", |
17 |
| - "@types/webpack-env": ">=1.12.1 <1.14.0", |
18 |
| - "react": "15.4.2", |
19 |
| - "react-dom": "15.4.2", |
20 |
| - "@types/react": "15.0.38", |
21 |
| - "@types/react-dom": "0.14.18", |
22 |
| - "@types/react-addons-shallow-compare": "0.14.17", |
23 |
| - "@types/react-addons-update": "0.14.14", |
24 |
| - "@types/react-addons-test-utils": "0.14.15" |
25 | 15 | },
|
26 | 16 | "devDependencies": {
|
27 |
| - "@microsoft/sp-build-web": "~1.2.0", |
28 |
| - "@microsoft/sp-module-interfaces": "~1.2.0", |
29 |
| - "@microsoft/sp-webpart-workbench": "~1.2.0", |
| 17 | + "@microsoft/sp-build-web": "~1.3.0", |
| 18 | + "@microsoft/sp-module-interfaces": "~1.3.0", |
| 19 | + "@microsoft/sp-webpart-workbench": "~1.3.0", |
| 20 | + "@microsoft/sp-core-library": "~1.3.0", |
| 21 | + "@microsoft/sp-webpart-base": "~1.3.0", |
30 | 22 | "@types/chai": ">=3.4.34 <3.6.0",
|
31 | 23 | "@types/enzyme": "2.8.7",
|
32 | 24 | "@types/mocha": ">=2.2.33 <2.6.0",
|
33 | 25 | "@types/sinon": "2.3.4",
|
34 | 26 | "enzyme": "2.9.1",
|
35 | 27 | "gulp": "~3.9.1",
|
36 | 28 | "karma-remap-coverage": "^0.1.4",
|
37 |
| - "react-addons-test-utils": "15.6.0" |
| 29 | + "react-addons-test-utils": "15.6.0", |
| 30 | + "@types/webpack-env": ">=1.12.1 <1.14.0", |
| 31 | + "react": "15.4.2", |
| 32 | + "react-dom": "15.4.2", |
| 33 | + "@types/react": "15.0.38", |
| 34 | + "@types/react-dom": "0.14.18", |
| 35 | + "@types/react-addons-shallow-compare": "0.14.17", |
| 36 | + "@types/react-addons-update": "0.14.14", |
| 37 | + "@types/react-addons-test-utils": "0.14.15" |
38 | 38 | },
|
39 | 39 | "repository": {
|
40 | 40 | "type": "git",
|
|
0 commit comments