@khester/create-dynamics-app 2.2.0 → 2.4.0

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.
@@ -284,7 +284,7 @@ export const ARTIFACTS = [
284
284
  ],
285
285
  prune: ['_variants'],
286
286
  exportTarget: 'pcf',
287
- templateVersion: '2.1.0',
287
+ templateVersion: '2.2.0',
288
288
  available: true,
289
289
  },
290
290
  // ----- Declared now, templates land in Phase A (not yet offered) -----
@@ -325,7 +325,7 @@ export const ARTIFACTS = [
325
325
  prompts: PCF_NAMING_PROMPTS,
326
326
  derive: derivePcfNaming,
327
327
  exportTarget: 'pcf',
328
- templateVersion: '2.0.0',
328
+ templateVersion: '2.2.0',
329
329
  available: true,
330
330
  },
331
331
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khester/create-dynamics-app",
3
- "version": "2.2.0",
3
+ "version": "2.4.0",
4
4
  "description": "Unified CLI to scaffold Dynamics 365 / Power Platform artifacts",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -10,8 +10,10 @@
10
10
  "refreshTypes": "pcf-scripts refreshTypes"
11
11
  },
12
12
  "dependencies": {
13
- "@fluentui/react": "^8.110.10",
14
- "@types/powerapps-component-framework": "^1.3.4"
13
+ "@fluentui/react": "^8.120.0",
14
+ "@types/powerapps-component-framework": "^1.3.18",
15
+ "react": "^16.14.0",
16
+ "react-dom": "^16.14.0"
15
17
  },
16
18
  "devDependencies": {
17
19
  "@microsoft/eslint-config-spfx": "^1.18.2",
@@ -19,12 +21,11 @@
19
21
  "@types/react": "^16.14.34",
20
22
  "@types/react-dom": "^16.9.17",
21
23
  "eslint-plugin-react-hooks": "^4.6.0",
22
- "pcf-scripts": "^1.0.0",
23
- "pcf-start": "^1.0.0",
24
- "typescript": "^4.9.5"
24
+ "pcf-scripts": "^1",
25
+ "pcf-start": "^1",
26
+ "typescript": "^5.3.0"
25
27
  },
26
28
  "browserslist": [
27
- "last 2 versions",
28
- "ie 11"
29
+ "last 2 versions"
29
30
  ]
30
- }
31
+ }
@@ -10,8 +10,8 @@
10
10
  "refreshTypes": "pcf-scripts refreshTypes"
11
11
  },
12
12
  "dependencies": {
13
- "@fluentui/react": "^8.110.10",
14
- "@types/powerapps-component-framework": "^1.3.4",
13
+ "@fluentui/react": "^8.120.0",
14
+ "@types/powerapps-component-framework": "^1.3.18",
15
15
  "react": "^16.14.0",
16
16
  "react-dom": "^16.14.0"
17
17
  },
@@ -21,12 +21,11 @@
21
21
  "@types/react": "^16.14.34",
22
22
  "@types/react-dom": "^16.9.17",
23
23
  "eslint-plugin-react-hooks": "^4.6.0",
24
- "pcf-scripts": "^1.0.0",
25
- "pcf-start": "^1.0.0",
26
- "typescript": "^4.9.5"
24
+ "pcf-scripts": "^1",
25
+ "pcf-start": "^1",
26
+ "typescript": "^5.3.0"
27
27
  },
28
28
  "browserslist": [
29
- "last 2 versions",
30
- "ie 11"
29
+ "last 2 versions"
31
30
  ]
32
- }
31
+ }