Skip to content

Commit

Permalink
Upgrade to API v60 (Spring '24 release) (#383)
Browse files Browse the repository at this point in the history
* build: bump dependencies

* build: upgraded to API v60.0
  • Loading branch information
pozil authored May 13, 2024
1 parent 23fd052 commit 94c4f0f
Show file tree
Hide file tree
Showing 70 changed files with 167 additions and 169 deletions.
155 changes: 77 additions & 78 deletions package-lock.json

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

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prettier:verify": "prettier --check \"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}\"",
"prettier:apex:local": "start-apex-server & npx wait-on -t 3000 http://localhost:2117/api/ast/ && prettier --apex-standalone-parser built-in --write \"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}\" && stop-apex-server",
"prettier:verify:apex:local": "start-apex-server & npx wait-on -t 3000 http://localhost:2117/api/ast/ && prettier --apex-standalone-parser built-in --list-different \"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}\" && stop-apex-server",
"postinstall": "husky install",
"prepare": "husky || true",
"precommit": "lint-staged"
},
"lint-staged": {
Expand All @@ -37,21 +37,20 @@
"devDependencies": {
"@lwc/eslint-plugin-lwc": "^1.8.1",
"@prettier/plugin-xml": "^3.4.1",
"@sa11y/jest": "^6.6.1",
"@sa11y/jest": "^6.7.0",
"@salesforce/eslint-config-lwc": "^3.5.3",
"@salesforce/eslint-plugin-aura": "^2.1.0",
"@salesforce/eslint-plugin-lightning": "^1.0.0",
"@salesforce/sfdx-lwc-jest": "^5.0.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.3.0",
"eslint-plugin-jest": "^28.5.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-apex": "^2.1.3"
"prettier-plugin-apex": "^2.1.4"
},
"volta": {
"node": "18.12.1",
"npm": "8.19.2"
"node": "20.13.1"
}
}
Loading

0 comments on commit 94c4f0f

Please sign in to comment.