Skip to content

Commit

Permalink
Update import-map-overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthomas committed Feb 4, 2025
1 parent de860af commit efe7dcf
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
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

0 comments on commit efe7dcf

Please sign in to comment.