Skip to content

Commit

Permalink
ci: bump dependencies (#714)
Browse files Browse the repository at this point in the history
* ci: bump dependencies

* fix: sObject name in data plan
  • Loading branch information
pozil authored Jul 18, 2024
1 parent e9d3abb commit 8c3001f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion data/sample-data-plan.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"sobject": "Account__c",
"sobject": "Account",
"saveRefs": false,
"files": ["Accounts.json"]
},
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"scripts": {
"lint": "eslint **/lwc/**/*.js force-app/test/**",
"test": "npm run test:unit",
"test:unit": "sfdx-lwc-jest --skipApiVersionCheck",
"test:unit:watch": "sfdx-lwc-jest --watch --skipApiVersionCheck",
"test:unit:debug": "sfdx-lwc-jest --debug --skipApiVersionCheck",
"test:unit:coverage": "sfdx-lwc-jest --coverage --skipApiVersionCheck",
"test:unit": "sfdx-lwc-jest",
"test:unit:watch": "sfdx-lwc-jest --watch ",
"test:unit:debug": "sfdx-lwc-jest --debug ",
"test:unit:coverage": "sfdx-lwc-jest --coverage ",
"test:ui": "wdio",
"test:ui:compile": "utam -c utam.config.js",
"test:ui:generate:login": "node scripts/generate-login-url.js",
Expand All @@ -26,7 +26,7 @@
"eslint"
],
"**/lwc/**": [
"sfdx-lwc-jest --skipApiVersionCheck -- --bail --findRelatedTests --passWithNoTests"
"sfdx-lwc-jest -- --bail --findRelatedTests --passWithNoTests"
]
},
"author": "salesforce.com",
Expand Down Expand Up @@ -56,9 +56,9 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jasmine": "^4.2.0",
"eslint-plugin-jest": "^28.6.0",
"husky": "^9.0.11",
"husky": "^9.1.0",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-apex": "^2.1.4",
"salesforce-pageobjects": "^7.0.1",
"utam": "^3.1.2",
Expand All @@ -69,6 +69,6 @@
"./"
],
"volta": {
"node": "20.13.1"
"node": "20.15.0"
}
}

0 comments on commit 8c3001f

Please sign in to comment.