Skip to content

Commit

Permalink
update dependencies (#1488)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Apr 21, 2023
1 parent 3f7772e commit 30b962b
Show file tree
Hide file tree
Showing 7 changed files with 1,183 additions and 2,161 deletions.
3,255 changes: 1,139 additions & 2,116 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/core-web/__mapping.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/core-web/lib/__mapping.js

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions packages/core-web/modules/~custom-elements.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions packages/core-web/modules/~shadydom.js

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

7 changes: 3 additions & 4 deletions packages/pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,13 @@
"browserstack-runner": "^0.9.4",
"canvas": "^2.9.0",
"core-js": "^3.21.0",
"cssnano": "^5.1.4",
"he": "^1.2.0",
"polyfill-library": "^4.0.0",
"postcss": "^8.4.16",
"postcss-discard-comments": "^5.1.2",
"postcss-discard-empty": "^5.1.1",
"postcss-discard-comments": "^6.0.0",
"postcss-discard-empty": "^6.0.0",
"postcss-import": "^15.0.0",
"postcss-normalize-whitespace": "^5.1.1",
"postcss-normalize-whitespace": "^6.0.0",
"postcss-preset-env": "^8.0.1",
"postcss-split-by-media": "^0.3.0",
"webpack": "^5.76.2",
Expand Down
2 changes: 1 addition & 1 deletion scripts/core-web-browserstack/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func runTest(parentCtx context.Context, client *browserstack.Client, browser bro
caps["browserstack.local"] = "true" // suspected to have no effect
}
} else if browser.Browser == "chrome" {
if browserVersion != nil && browserVersion.Segments()[0] < 50 {
if browserVersion != nil && browserVersion.Segments()[0] < 58 {
w3cCompatible = false
}
} else if browser.Browser == "ie" {
Expand Down

0 comments on commit 30b962b

Please sign in to comment.