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

deps: update to [email protected] #429

Merged
merged 4 commits into from
May 26, 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
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
'65.0', # (60 = modules support, but not working)
'67.0', # import(), import.meta
'89.0', # top-level await
'108.0'
'108.0',
'126.0', # before integrity
]
name: Firefox Browser Tests
steps:
Expand Down Expand Up @@ -47,6 +48,7 @@ jobs:
'695071', # ~September 2019
'859178', # Mar 2021, Import Maps
'913920', # August 2021, JSON modules + CSS modules
'1306171', # May 2024, just before integrity
]
name: Chrome Browser Tests
steps:
Expand All @@ -64,5 +66,5 @@ jobs:
- name: Chomp Test
run: chomp test
env:
CI_BROWSER: C:\hostedtoolcache\windows\chromium\${{ matrix.chrome }}\x64\chrome.exe
CI_BROWSER: C:\hostedtoolcache\windows\setup-chrome\chromium\${{ matrix.chrome }}\x64\chrome.exe
CI_BROWSER_FLAGS:
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"license": "MIT",
"devDependencies": {
"@rollup/plugin-replace": "^2.4.2",
"es-module-lexer": "1.5.2",
"es-module-lexer": "1.5.3",
"kleur": "^4.1.4",
"mime-types": "^2.1.33",
"mocha": "^9.1.1",
Expand Down
Loading