|
11 | 11 | "dependencies": { |
12 | 12 | "@microsoft/mgt-react": "*", |
13 | 13 | "@microsoft/mgt-spfx": "*", |
14 | | - "@microsoft/sp-core-library": "1.13.0", |
15 | | - "@microsoft/sp-lodash-subset": "1.13.0", |
16 | | - "@microsoft/sp-office-ui-fabric-core": "1.13.0", |
17 | | - "@microsoft/sp-property-pane": "1.13.0", |
18 | | - "@microsoft/sp-webpart-base": "1.13.0", |
19 | | - "office-ui-fabric-react": "7.156.0", |
| 14 | + "@microsoft/sp-core-library": "1.15.0", |
| 15 | + "@microsoft/sp-lodash-subset": "1.15.0", |
| 16 | + "@microsoft/sp-office-ui-fabric-core": "1.15.0", |
| 17 | + "@microsoft/sp-property-pane": "1.15.0", |
| 18 | + "@microsoft/sp-webpart-base": "1.15.0", |
| 19 | + "office-ui-fabric-react": "7.185.7", |
20 | 20 | "react": "16.9.0", |
21 | 21 | "react-dom": "16.9.0" |
22 | 22 | }, |
23 | 23 | "resolutions": { |
24 | 24 | "@types/react": "16.9.36" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
| 27 | + "@microsoft/eslint-config-spfx": "1.15.0", |
| 28 | + "@microsoft/eslint-plugin-spfx": "1.15.0", |
| 29 | + "@microsoft/rush-stack-compiler-4.5": "0.2.2", |
| 30 | + "@microsoft/sp-build-web": "1.15.0", |
| 31 | + "@microsoft/sp-module-interfaces": "1.15.0", |
27 | 32 | "@types/react": "16.9.36", |
28 | 33 | "@types/react-dom": "16.9.8", |
29 | | - "@microsoft/sp-build-web": "1.13.0", |
30 | | - "@microsoft/sp-tslint-rules": "1.13.0", |
31 | | - "@microsoft/sp-module-interfaces": "1.13.0", |
32 | | - "@microsoft/sp-webpart-workbench": "1.12.1", |
33 | | - "@microsoft/rush-stack-compiler-3.9": "0.4.47", |
34 | | - "gulp": "4.0.2", |
| 34 | + "@types/webpack-env": "1.13.1", |
| 35 | + "@rushstack/eslint-config": "2.5.1", |
35 | 36 | "ajv": "~5.2.2", |
36 | | - "@types/webpack-env": "1.13.1" |
| 37 | + "eslint-plugin-react-hooks": "4.3.0", |
| 38 | + "gulp": "4.0.2" |
37 | 39 | } |
38 | 40 | } |
0 commit comments