Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '22'
node-version: '18.17.0'
- name: Extract branch name
run: |
echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '22'
node-version: '18.17.0'
- name: Install project dependencies
run: |
echo "Starting npm ci with a 10-minute timeout"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/~reusable_e2e_by_OS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '22'
node-version: '18.17.0'
- name: Install project dependencies (Linux)
if: ${{ inputs.OS == 'ubuntu-22.04' }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/~reusable_public_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '22'
node-version: '18.17.0'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/~reusable_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "22"
node-version: "18.17.0"
registry-url: "https://registry.npmjs.org"
- name: Install dependencies
run: |
Expand Down
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,21 @@
"test:one": "npm run test -- $@",
"test:watch": "npm run test -- --watchAll"
},
"overrides": {
"@twilio/flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
},
"flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
}
},
"resolutions": {
"cheerio": "1.0.0-rc.12"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/create-flex-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,24 @@
"@types/tmp": "^0.2.1",
"@types/yargs": "^16.0.4"
},
"overrides": {
"@twilio/flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
},
"flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
}
},
"resolutions": {
"cheerio": "1.0.0-rc.12"
},
"publishConfig": {
"access": "public"
}
}


15 changes: 15 additions & 0 deletions packages/flex-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,21 @@
"test": "cd ../.. && jest packages/flex-dev-utils --color",
"test:watch": "cd ../.. && jest packages/flex-dev-utils --watch --color"
},
"overrides": {
"@twilio/flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
},
"flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
}
},
"resolutions": {
"cheerio": "1.0.0-rc.12"
},
"dependencies": {
"@k88/pipe-compose": "^2.5.0",
"@segment/analytics-node": "^1.3.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/flex-plugin-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,21 @@
"@types/lodash": "4.14.177",
"@types/semver": "^7.3.9"
},
"overrides": {
"@twilio/flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
},
"flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
}
},
"resolutions": {
"cheerio": "1.0.0-rc.12"
},
"engines": {
"node": "^16 || ^18 || ^20 || ^22"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/flex-plugin-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,21 @@
"prop-types": "^15.7.2",
"querystring": "^0.2.1"
},
"overrides": {
"@twilio/flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
},
"flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
}
},
"resolutions": {
"cheerio": "1.0.0-rc.12"
},
"devDependencies": {
"@types/enzyme": "^3.10.10",
"@types/jest": "^27.0.0",
Expand Down
14 changes: 13 additions & 1 deletion packages/flex-plugin-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,19 @@
"react-dom": "^16",
"react-test-renderer": "^16"
},
"resolutions": {
"overrides": {
"@twilio/flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
},
"flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
}
},
"resolutions": {
"cheerio": "1.0.0-rc.12"
},
"devDependencies": {
Expand Down
15 changes: 15 additions & 0 deletions packages/flex-plugin-utils-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,21 @@
"lint:fix": "npm run lint -- --fix",
"test": "exit 0"
},
"overrides": {
"@twilio/flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
},
"flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
}
},
"resolutions": {
"cheerio": "1.0.0-rc.12"
},
"devDependencies": {
"jest-matcher-utils": "^26.6.2"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/flex-plugin-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,21 @@
"express-serve-static-core": "^0.1.1",
"typescript": "^4.2.3"
},
"overrides": {
"@twilio/flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
},
"flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
}
},
"resolutions": {
"cheerio": "1.0.0-rc.12"
},
"engines": {
"node": "^16 || ^18 || ^20 || ^22"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/flex-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,21 @@
"test": "cd ../.. && jest packages/flex-plugin --color",
"test:watch": "cd ../.. && jest packages/flex-plugin --watch --color"
},
"overrides": {
"@twilio/flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
},
"flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
}
},
"resolutions": {
"cheerio": "1.0.0-rc.12"
},
"devDependencies": {
"@twilio/flex-ui": "^1"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/flex-plugins-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,21 @@
"files": [
"dist"
],
"overrides": {
"@twilio/flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
},
"flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
}
},
"resolutions": {
"cheerio": "1.0.0-rc.12"
},
"scripts": {
"prebuild": "npm run clean",
"build": "cd ../.. && tsc -p \"packages/flex-plugins-api-client/tsconfig.json\"",
Expand Down
15 changes: 15 additions & 0 deletions packages/flex-plugins-utils-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@
"files": [
"dist"
],
"overrides": {
"@twilio/flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
},
"flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
}
},
"resolutions": {
"cheerio": "1.0.0-rc.12"
},
"scripts": {
"prebuild": "npm run clean",
"build": "cd ../.. && tsc -p \"packages/flex-plugins-utils-env/tsconfig.json\"",
Expand Down
15 changes: 15 additions & 0 deletions packages/flex-plugins-utils-exception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@
"files": [
"dist"
],
"overrides": {
"@twilio/flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
},
"flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
}
},
"resolutions": {
"cheerio": "1.0.0-rc.12"
},
"scripts": {
"prebuild": "npm run clean",
"build": "cd ../.. && tsc -p \"packages/flex-plugins-utils-exception/tsconfig.json\"",
Expand Down
17 changes: 17 additions & 0 deletions packages/plugin-flex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"build": "cd ../.. && tsc -p \"packages/plugin-flex/tsconfig.json\"",
"clean": "rm -rf dist",
"link": "twilio plugins:link .",
"preinstall": "npm install npm-force-resolutions --location=global",
"lint": "eslint --ext ts src/",
"lint:fix": "npm run lint -- --fix",
"prepack": "./bin/prepack",
Expand All @@ -44,6 +45,7 @@
},
"dependencies": {
"@oclif/command": "1.8.0",
"npm-force-resolutions": "^0.0.10",
"@oclif/config": "^1.18.1",
"@oclif/errors": "^1.3.5",
"@oclif/parser": "^3.8.5",
Expand All @@ -59,6 +61,21 @@
"rimraf": "^4.0.0",
"yargs": "^16.2.0"
},
"overrides": {
"@twilio/flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
},
"flex-plugin-test": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
}
},
"resolutions": {
"cheerio": "1.0.0-rc.12"
},
"devDependencies": {
"@oclif/dev-cli": "^1.26.5",
"@types/lodash.startcase": "^4.4.6",
Expand Down
Loading