@salesforce/templates 66.9.3 → 66.10.1
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.
- package/lib/templates/project/reactexternalapp/CHANGELOG.md +152 -0
- package/lib/templates/project/reactexternalapp/_p_/_m_/_w_/_a_/package-lock.json +1383 -1029
- package/lib/templates/project/reactexternalapp/_p_/_m_/_w_/_a_/package.json +3 -3
- package/lib/templates/project/reactexternalapp/package.json +1 -1
- package/lib/templates/project/reactinternalapp/CHANGELOG.md +152 -0
- package/lib/templates/project/reactinternalapp/_p_/_m_/_w_/_a_/package-lock.json +1383 -1029
- package/lib/templates/project/reactinternalapp/_p_/_m_/_w_/_a_/package.json +3 -3
- package/lib/templates/project/reactinternalapp/package.json +1 -1
- package/lib/templates/uiBundles/reactbasic/package-lock.json +1383 -1029
- package/lib/templates/uiBundles/reactbasic/package.json +3 -3
- package/lib/utils/constants.d.ts +1 -1
- package/lib/utils/constants.js +1 -1
- package/package.json +7 -7
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"graphql:schema": "node scripts/get-graphql-schema.mjs"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@salesforce/platform-sdk": "^10.
|
|
22
|
-
"@salesforce/ui-bundle": "^10.
|
|
21
|
+
"@salesforce/platform-sdk": "^10.12.2",
|
|
22
|
+
"@salesforce/ui-bundle": "^10.12.2",
|
|
23
23
|
"@tailwindcss/vite": "^4.1.17",
|
|
24
24
|
"class-variance-authority": "^0.7.1",
|
|
25
25
|
"clsx": "^2.1.1",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@graphql-eslint/eslint-plugin": "^4.1.0",
|
|
45
45
|
"@graphql-tools/utils": "^11.0.0",
|
|
46
46
|
"@playwright/test": "^1.49.0",
|
|
47
|
-
"@salesforce/vite-plugin-ui-bundle": "^10.
|
|
47
|
+
"@salesforce/vite-plugin-ui-bundle": "^10.12.2",
|
|
48
48
|
"@testing-library/jest-dom": "^6.6.3",
|
|
49
49
|
"@testing-library/react": "^16.1.0",
|
|
50
50
|
"@testing-library/user-event": "^14.5.2",
|
package/lib/utils/constants.d.ts
CHANGED
package/lib/utils/constants.js
CHANGED
|
@@ -8,7 +8,7 @@ exports.dirnameTemplatesDefault = exports.UI_BUNDLES_DIR = exports.DEFAULT_API_V
|
|
|
8
8
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
9
9
|
*/
|
|
10
10
|
const path = require("path");
|
|
11
|
-
exports.DEFAULT_API_VERSION = '
|
|
11
|
+
exports.DEFAULT_API_VERSION = '67.0';
|
|
12
12
|
exports.UI_BUNDLES_DIR = 'uiBundles';
|
|
13
13
|
exports.dirnameTemplatesDefault = process.env.ESBUILD_PLATFORM !== 'web'
|
|
14
14
|
? path.join(__dirname, '..', 'templates')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/templates",
|
|
3
|
-
"version": "66.
|
|
3
|
+
"version": "66.10.1",
|
|
4
4
|
"description": "Salesforce JS library for templates",
|
|
5
5
|
"bugs": "https://github.com/forcedotcom/salesforcedx-templates/issues",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"@salesforce/dev-config": "^4.3.3",
|
|
26
26
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
27
27
|
"@salesforce/prettier-config": "^0.0.4",
|
|
28
|
-
"@salesforce/ui-bundle-template-app-react-template-b2e": "^10.
|
|
29
|
-
"@salesforce/ui-bundle-template-app-react-template-b2x": "^10.
|
|
30
|
-
"@salesforce/ui-bundle-template-base-react-app": "^10.
|
|
31
|
-
"@salesforce/ui-bundle-template-base-web-app": "^10.
|
|
28
|
+
"@salesforce/ui-bundle-template-app-react-template-b2e": "^10.12.2",
|
|
29
|
+
"@salesforce/ui-bundle-template-app-react-template-b2x": "^10.12.2",
|
|
30
|
+
"@salesforce/ui-bundle-template-base-react-app": "^10.12.2",
|
|
31
|
+
"@salesforce/ui-bundle-template-base-web-app": "^10.12.2",
|
|
32
32
|
"@types/chai-as-promised": "^7.1.8",
|
|
33
33
|
"@types/ejs": "^3.1.5",
|
|
34
34
|
"@types/mime-types": "^3.0.1",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"@typescript-eslint/parser": "^5.30.7",
|
|
38
38
|
"chai": "^4.5.0",
|
|
39
39
|
"chai-as-promised": "^7.1.2",
|
|
40
|
-
"commitizen": "^4.3.
|
|
40
|
+
"commitizen": "^4.3.2",
|
|
41
41
|
"cz-conventional-changelog": "^3.3.0",
|
|
42
|
-
"esbuild": "^0.28.
|
|
42
|
+
"esbuild": "^0.28.1",
|
|
43
43
|
"eslint": "^7.27.0",
|
|
44
44
|
"eslint-config-prettier": "^6.11.0",
|
|
45
45
|
"eslint-config-salesforce": "^0.1.6",
|