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 import-map-overrides #1874

Merged
merged 1 commit into from
Feb 5, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@openc3/vue-common": "6.0.3-beta0",
"axios": "1.7.9",
"date-fns": "4.1.0",
"import-map-overrides": "5.1.0",
"import-map-overrides": "5.1.1",
"systemjs": "6.15.1",
"vuetify": "3.7.6"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<link rel="preload" href="/js/vuex-4.1.0.min.js" as="script" />
<script src="/js/browsercheck.js"></script>
<script src="/js/auth.js"></script>
<script src="/js/import-map-overrides-5.1.0.min.js"></script>
<script src="/js/import-map-overrides-5.1.1.min.js"></script>
<!-- systemjs homepage: https://github.com/systemjs/systemjs/releases
We use system.js instead of s.js which includes global and module-types.
We also explicitly use amd (asynchronous module definition) which uses named-register
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<link rel="preload" href="/js/vuex-4.1.0.min.js" as="script" />
<script src="/js/browsercheck.js"></script>
<script src="/js/auth.js"></script>
<script src="/js/import-map-overrides-5.1.0.min.js"></script>
<script src="/js/import-map-overrides-5.1.1.min.js"></script>
<!-- systemjs homepage: https://github.com/systemjs/systemjs/releases
We use system.js instead of s.js which includes global and module-types.
We also explicitly use amd (asynchronous module definition) which uses named-register
Expand Down

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"clean": "rm -rf .nyc_output || rmdir /s /q .nyc_output; rm -rf coverage || rmdir /s /q coverage; rm -rf test-results || rmdir /s /q test-results"
},
"dependencies": {
"@playwright/test": "1.50.0",
"@playwright/test": "1.50.1",
"date-fns": "4.1.0",
"jszip": "^3.10.1",
"nyc": "^17.1.0",
"prettier": "^3.4.2"
},
"devDependencies": {
"@types/node": "^22.12.0"
"@types/node": "^22.13.1"
},
"nyc": {
"excludeAfterRemap": false,
Expand Down
Loading