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
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
"test:one": "npm run test -- $@",
"test:watch": "npm run test -- --watchAll"
},
"overrides": {
"flex-plugin-test":{
"enzyme":{
"cheerio": "1.0.0-rc.12"
}
}
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
Expand All @@ -54,12 +61,12 @@
"eslint": "^7.32.0",
"eslint-config-twilio-ts": "^1.35.1",
"glob": "^10.3.10",
"npm-force-resolutions": "^0.0.10",
"husky": "^7.0.4",
"jest": "^27.0.0",
"lerna": "^5.6.2",
"lerna-audit": "^1.3.3",
"markdown-toc": "^1.2.0",
"npm-force-resolutions": "^0.0.10",
"nyc": "^15.1.0",
"ts-jest": "^27.0.0",
"typescript": "4.3.5",
Expand Down
3 changes: 3 additions & 0 deletions packages/create-flex-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
"esm-wallaby": "^3.2.30",
"tmp": "^0.2.1",
"yargs": "^16.2.0"
},
"overrides": {
"**/cheerio": "1.0.0-rc.12"
},
"devDependencies": {
"@twilio/flex-plugin": "7.1.1",
Expand Down
3 changes: 3 additions & 0 deletions packages/flex-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"lint:fix": "npm run lint -- --fix",
"test": "cd ../.. && jest packages/flex-dev-utils --color",
"test:watch": "cd ../.. && jest packages/flex-dev-utils --watch --color"
},
"overrides": {
"**/cheerio": "1.0.0-rc.12"
},
"dependencies": {
"@k88/pipe-compose": "^2.5.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/flex-plugin-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
},
"engines": {
"node": "^16 || ^18 || ^20 || ^22"
},
"overrides": {
"**/cheerio": "1.0.0-rc.12"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 3 additions & 0 deletions packages/flex-plugin-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
"jest": "^27.0.0",
"prop-types": "^15.7.2",
"querystring": "^0.2.1"
},
"overrides": {
"**/cheerio": "1.0.0-rc.12"
},
"devDependencies": {
"@types/enzyme": "^3.10.10",
Expand Down
6 changes: 3 additions & 3 deletions packages/flex-plugin-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"babel-jest": "^27.0.0",
"babel-polyfill": "^6.26.0",
"babel-preset-react-app": "^10.0.1",
"cheerio": "1.0.0-rc.12",
"enzyme": "^3.11.0",
"undici": "^5.26.0",
"enzyme-adapter-react-16": "^1",
"jest": "^27.0.0",
"jest-environment-jsdom": "^27.0.0",
Expand All @@ -53,8 +53,8 @@
"react-dom": "^16",
"react-test-renderer": "^16"
},
"resolutions": {
"cheerio": "1.0.0-rc.12"
"overrides": {
"**/cheerio": "1.0.0-rc.12"
},
"devDependencies": {
"@jest/types": "^27.0.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/flex-plugin-utils-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
},
"devDependencies": {
"jest-matcher-utils": "^26.6.2"
},
"overrides": {
"**/cheerio": "1.0.0-rc.12"
},
"engines": {
"node": "^16 || ^18 || ^20 || ^22"
Expand Down
3 changes: 3 additions & 0 deletions packages/flex-plugin-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
"@types/webpack": "^4.41.26",
"express-serve-static-core": "^0.1.1",
"typescript": "^4.2.3"
},
"overrides": {
"**/cheerio": "1.0.0-rc.12"
},
"engines": {
"node": "^16 || ^18 || ^20 || ^22"
Expand Down
3 changes: 3 additions & 0 deletions packages/flex-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"lint:fix": "npm run lint -- --fix",
"test": "cd ../.. && jest packages/flex-plugin --color",
"test:watch": "cd ../.. && jest packages/flex-plugin --watch --color"
},
"overrides": {
"**/cheerio": "1.0.0-rc.12"
},
"devDependencies": {
"@twilio/flex-ui": "^1"
Expand Down
3 changes: 3 additions & 0 deletions packages/flex-plugins-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"lint:fix": "npm run lint -- --fix",
"test": "cd ../.. && jest packages/flex-plugin-scripts --color",
"test:watch": "cd ../.. && jest packages/flex-plugins-api-client --watch --color"
},
"overrides": {
"**/cheerio": "1.0.0-rc.12"
},
"dependencies": {
"@twilio/flex-dev-utils": "7.1.1",
Expand Down
3 changes: 3 additions & 0 deletions packages/plugin-flex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
"rimraf": "^4.0.0",
"yargs": "^16.2.0"
},
"overrides": {
"**/cheerio": "1.0.0-rc.12"
},
"devDependencies": {
"@oclif/dev-cli": "^1.26.5",
"@types/lodash.startcase": "^4.4.6",
Expand Down
Loading