Skip to content

Commit cff1b89

Browse files
chore: updating UTAM framework and salesforce-pageobjects versions to latest published (#308)
* updating UTAM framework and salesforce-pageobjects versions * fix: adding yarn.lock to address CI failure * bump yarn version * bump CI yarn version * prettier --------- Co-authored-by: Adam Reineke <areineke@salesforce.com>
1 parent e3c27af commit cff1b89

File tree

5 files changed

+1503
-1072
lines changed

5 files changed

+1503
-1072
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- run:
5252
name: Yarn Set Version Stable
5353
command: |
54-
yarn set version 4.0.2
54+
yarn set version 4.5.1
5555
- node/install-packages:
5656
check-cache: always
5757
pkg-manager: yarn-berry

force-app/main/default/lwc/jsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"compilerOptions": {
3-
"experimentalDecorators": true
3+
"experimentalDecorators": true,
4+
"baseUrl": ".",
5+
"paths": {
6+
"c/*": ["*"]
7+
}
48
},
59
"include": ["**/*", "../../../../.sfdx/typings/lwc/**/*.d.ts"],
610
"paths": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@
4444
"isbinaryfile": "^5.0.0",
4545
"lint-staged": "^15.2.2",
4646
"prettier": "3.1.1",
47-
"salesforce-pageobjects": "^6.0.0",
48-
"wdio-utam-service": "^2.2.0"
47+
"salesforce-pageobjects": "^8.0.0",
48+
"wdio-utam-service": "^3.2.2"
4949
},
5050
"volta": {
5151
"node": "20.9.0"
5252
},
5353
"engines": {
5454
"node": ">= 18"
5555
},
56-
"packageManager": "yarn@4.0.2",
56+
"packageManager": "yarn@4.5.1",
5757
"workspaces": [
5858
"./",
5959
"utam-preview",

wdio.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ exports.config = {
3636
UtamWdioService,
3737
{
3838
implicitTimeout: 0,
39-
injectionConfigs: ['salesforce-pageobjects/ui-utam-pageobjects.config.json'],
39+
injectionConfigs: ['salesforce-pageobjects/ui-global-components.config.json'],
4040
},
4141
],
4242
],

0 commit comments

Comments
 (0)