Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Aug 10, 2023
2 parents 6428842 + c02b605 commit 913d0d1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion extensions/amp-access/0.1/iframe-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"babel-plugin-external-helpers": "6.22.0",
"babel-preset-env": "1.7.0",
"rollup": "3.28.0",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-babel": "6.0.3",
"rollup-plugin-cleanup": "3.2.1"
}
}
3 changes: 2 additions & 1 deletion extensions/amp-date-picker/1.0/test/test-component.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ function DatePicker(props) {
return <BentoDatePicker {...combinedProps}></BentoDatePicker>;
}

describes.sandboxed('BentoDatePicker preact component v1.0', {}, (env) => {
// TODO(wg-components): either fix or remove these tests.
describes.sandboxed.skip('BentoDatePicker preact component v1.0', {}, (env) => {
it('should render', () => {
const wrapper = mount(<DatePicker />);

Expand Down
14 changes: 7 additions & 7 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 @@ -24,7 +24,7 @@
"@webcomponents/webcomponentsjs": "2.6.0",
"date-fns": "2.27.0",
"dompurify": "3.0.2",
"google-closure-library": "20230411.0.0",
"google-closure-library": "20230502.0.0",
"intersection-observer": "0.12.0",
"jss": "10.8.2",
"jss-preset-default": "10.8.2",
Expand Down

0 comments on commit 913d0d1

Please sign in to comment.