Skip to content

Commit

Permalink
ci: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Jul 18, 2024
1 parent 6307f04 commit 82fba23
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"scripts": {
"lint": "eslint **/{lwc,aura}/**/*.js",
"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",
"prettier": "prettier --write \"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}\"",
"prettier:verify": "prettier --check \"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}\"",
"prepare": "husky || true",
Expand All @@ -23,7 +23,7 @@
"eslint"
],
"**/lwc/**": [
"sfdx-lwc-jest --skipApiVersionCheck -- --bail --findRelatedTests --passWithNoTests"
"sfdx-lwc-jest -- --bail --findRelatedTests --passWithNoTests"
]
},
"author": "salesforce.com",
Expand All @@ -43,13 +43,13 @@
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"husky": "^9.0.11",
"husky": "^9.1.0",
"jest-canvas-mock": "^2.5.2",
"lint-staged": "^15.2.7",
"prettier": "^3.3.3",
"prettier-plugin-apex": "^2.1.4"
},
"volta": {
"node": "20.13.1"
"node": "20.15.0"
}
}

0 comments on commit 82fba23

Please sign in to comment.