Skip to content

Commit

Permalink
Upgrade Jambo to v1.12.6 (#1190)
Browse files Browse the repository at this point in the history
Bump Jambo to v1.12.6. Also, updated the Playwright GH workflow so tests are run on PR and not just after merging into develop.

J=WAT-4073
TEST=manual

Smoke tested in local test site.
  • Loading branch information
nmanu1 committed May 24, 2024
1 parent f15cfc9 commit 74dd5e0
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 50 deletions.
1 change: 1 addition & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Playwright Tests
on:
push:
branches-ignore: dev/*
pull_request:

jobs:
test:
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"file-system": "^2.2.2",
"full-icu": "^1.3.1",
"handlebars": "^4.7.7",
"jambo": "^1.12.5",
"jambo": "^1.12.6",
"jest": "^25.5.2",
"libphonenumber-js": "^1.9.6",
"loader-utils": "^2.0.4",
Expand Down
66 changes: 33 additions & 33 deletions static/package-lock.json

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

2 changes: 1 addition & 1 deletion static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"grunt-webpack": "^4.0.3",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"jambo": "^1.12.5",
"jambo": "^1.12.6",
"jsdom": "^16.4.0",
"locale-currency": "0.0.2",
"mini-css-extract-plugin": "^1.6.0",
Expand Down

0 comments on commit 74dd5e0

Please sign in to comment.