Skip to content

Commit 3f7efeb

Browse files
committed
clean jest dep and api version in manifests #601
1 parent 10b38a5 commit 3f7efeb

File tree

4 files changed

+41
-910
lines changed

4 files changed

+41
-910
lines changed

manifest/destructive/destructiveChanges.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
<members>OrgCheck_SR</members>
4646
<name>StaticResource</name>
4747
</types>
48-
<version>60.0</version>
48+
<version>64.0</version>
4949
</Package>

manifest/destructive/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<version>60.0</version>
3+
<version>64.0</version>
44
</Package>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint:ui": "eslint build/src/ui",
1212
"lint:lwc": "eslint force-app/main/default/lwc",
1313
"lint:test": "eslint build/test",
14-
"build:js": "rollup --config; rollup --config;",
14+
"build:js": "rollup --config;",
1515
"build:lwc:app": "sf project deploy start --metadata LightningComponentBundle:orgcheckApp",
1616
"build:sr": "./build/build-static-resource.sh",
1717
"scan:api": "sf code-analyzer run --target ./build/src/api --output-file /tmp/orgcheck-api-scan.html; open /tmp/orgcheck-api-scan.html",
@@ -48,7 +48,7 @@
4848
"eslint-plugin-jsdoc": "^51.3.4",
4949
"glob": "^10.5.0",
5050
"js-yaml": "^4.1.1",
51-
"jest": "^30.0.4",
51+
"jest": "^29.7.0",
5252
"rollup": "^4.44.2",
5353
"rollup-plugin-copy": "^3.5.0",
5454
"rollup-plugin-delete": "^3.0.1"

0 commit comments

Comments
 (0)