|
2 | 2 | "name": "@pnp/spfx-controls-react", |
3 | 3 | "description": "Reusable React controls for SharePoint Framework solutions", |
4 | 4 | "version": "3.22.0", |
5 | | - "node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0", |
| 5 | + "engines": { |
| 6 | + "node": ">=22.14.0 < 23.0.0" |
| 7 | + }, |
6 | 8 | "scripts": { |
7 | 9 | "build": "gulp build", |
8 | 10 | "clean": "gulp clean", |
|
37 | 39 | "@fluentui/theme": "^2.6.6", |
38 | 40 | "@iconify/react": "^4.1.1", |
39 | 41 | "@juggle/resize-observer": "3.4.0", |
40 | | - "@microsoft/decorators": "1.20.0", |
| 42 | + "@microsoft/decorators": "1.21.1", |
41 | 43 | "@microsoft/mgt-react": "3.1.3", |
42 | 44 | "@microsoft/mgt-spfx": "3.1.3", |
43 | | - "@microsoft/sp-adaptive-card-extension-base": "1.20.0", |
44 | | - "@microsoft/sp-application-base": "1.20.0", |
45 | | - "@microsoft/sp-component-base": "1.20.0", |
46 | | - "@microsoft/sp-core-library": "1.20.0", |
47 | | - "@microsoft/sp-dialog": "1.20.0", |
48 | | - "@microsoft/sp-extension-base": "1.20.0", |
49 | | - "@microsoft/sp-http": "1.20.0", |
50 | | - "@microsoft/sp-listview-extensibility": "1.20.0", |
51 | | - "@microsoft/sp-loader": "1.20.0", |
52 | | - "@microsoft/sp-lodash-subset": "1.20.0", |
53 | | - "@microsoft/sp-office-ui-fabric-core": "1.20.0", |
54 | | - "@microsoft/sp-page-context": "1.20.0", |
55 | | - "@microsoft/sp-property-pane": "1.20.0", |
56 | | - "@microsoft/sp-webpart-base": "1.20.0", |
| 45 | + "@microsoft/sp-adaptive-card-extension-base": "1.21.1", |
| 46 | + "@microsoft/sp-application-base": "1.21.1", |
| 47 | + "@microsoft/sp-component-base": "1.21.1", |
| 48 | + "@microsoft/sp-core-library": "1.21.1", |
| 49 | + "@microsoft/sp-dialog": "1.21.1", |
| 50 | + "@microsoft/sp-extension-base": "1.21.1", |
| 51 | + "@microsoft/sp-http": "1.21.1", |
| 52 | + "@microsoft/sp-listview-extensibility": "1.21.1", |
| 53 | + "@microsoft/sp-loader": "1.21.1", |
| 54 | + "@microsoft/sp-lodash-subset": "1.21.1", |
| 55 | + "@microsoft/sp-office-ui-fabric-core": "1.21.1", |
| 56 | + "@microsoft/sp-page-context": "1.21.1", |
| 57 | + "@microsoft/sp-property-pane": "1.21.1", |
| 58 | + "@microsoft/sp-webpart-base": "1.21.1", |
57 | 59 | "@monaco-editor/loader": "^1.3.1", |
58 | 60 | "@nuvemerudita/react-controls": "1.0.0", |
59 | 61 | "@pnp/common": "2.5.0", |
|
88 | 90 | "swiper": "^8.2.6" |
89 | 91 | }, |
90 | 92 | "devDependencies": { |
91 | | - "@microsoft/eslint-config-spfx": "1.20.2", |
92 | | - "@microsoft/eslint-plugin-spfx": "1.20.2", |
| 93 | + "@microsoft/eslint-config-spfx": "1.21.1", |
| 94 | + "@microsoft/eslint-plugin-spfx": "1.21.1", |
93 | 95 | "@microsoft/microsoft-graph-types": "^2.1.0", |
94 | | - "@microsoft/rush-stack-compiler-4.7": "0.1.0", |
95 | | - "@microsoft/sp-build-web": "1.20.2", |
96 | | - "@microsoft/sp-module-interfaces": "1.20.2", |
| 96 | + "@microsoft/rush-stack-compiler-5.3": "0.1.0", |
| 97 | + "@microsoft/sp-build-web": "1.21.1", |
| 98 | + "@microsoft/sp-module-interfaces": "1.21.1", |
97 | 99 | "@rushstack/eslint-config": "4.0.1", |
98 | 100 | "@types/chart.js": "2.7.40", |
99 | 101 | "@types/enzyme": "^2.8.12", |
|
114 | 116 | "chai": "^4.3.4", |
115 | 117 | "codecov": "3.8.3", |
116 | 118 | "enzyme": "^3.11.0", |
117 | | - "eslint": "8.57.0", |
| 119 | + "eslint": "8.57.1", |
118 | 120 | "eslint-plugin-react-hooks": "4.3.0", |
119 | 121 | "gulp": "4.0.2", |
120 | 122 | "husky": "^8.0.3", |
|
130 | 132 | "spfx-fast-serve-helpers": "1.20.2", |
131 | 133 | "ts-jest": "^29.1.1", |
132 | 134 | "tslib": "2.3.1", |
133 | | - "typescript": "4.7.4", |
| 135 | + "typescript": "5.3.3", |
134 | 136 | "webpack-bundle-analyzer": "^4.1.0" |
135 | 137 | }, |
136 | 138 | "repository": { |
|
0 commit comments