Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update browser support baseline #1383

Merged
merged 2 commits into from
Jul 4, 2024
Merged
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
}
]
},
"browserslist": "chrome 70, firefox 70, safari 11.1",
"browserslist": "chrome 92, firefox 90, safari 14.1",
"scripts": {
"build": "gulp build",
"checkformatting": "prettier --cache --check via/**/*.{js,ts,tsx}",
Expand Down
2 changes: 1 addition & 1 deletion via/static/scripts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"allowJs": true,
"allowSyntheticDefaultImports": true,
"checkJs": true,
"lib": ["es2018", "dom"],
"lib": ["es2021", "dom"],
"jsx": "react-jsx",
"jsxImportSource": "preact",
"module": "commonjs",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5565,7 +5565,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:8.1.0, glob@npm:^8.0.3":
"glob@npm:8.1.0":
version: 8.1.0
resolution: "glob@npm:8.1.0"
dependencies:
Expand Down Expand Up @@ -7242,6 +7242,15 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^5.0.1":
version: 5.1.6
resolution: "minimatch@npm:5.1.6"
dependencies:
brace-expansion: ^2.0.1
checksum: 7564208ef81d7065a370f788d337cd80a689e981042cb9a1d0e6580b6c6a8c9279eba80010516e258835a988363f99f54a6f711a315089b8b42694f5da9d0d77
languageName: node
linkType: hard

"minimatch@npm:^9.0.1":
version: 9.0.1
resolution: "minimatch@npm:9.0.1"
Expand Down
Loading