Skip to content

Commit

Permalink
(chore): Bump @jspm/generator@1.1.10 (#2542)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaKrishnaNamburu committed Aug 15, 2023
1 parent 52cadea commit 0a58d5d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"jspm.js"
],
"dependencies": {
"@jspm/generator": "^1.1.9",
"@jspm/generator": "^1.1.10",
"cac": "^6.7.14",
"ora": "^6.3.0",
"picocolors": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/index.injected.html
Expand Up @@ -7,7 +7,7 @@
<h1>Test</h1>
</body>
</html>
<script async src="https://ga.jspm.io/npm:es-module-shims@1.6.3/dist/es-module-shims.js" crossorigin="anonymous"></script>
<script async src="https://ga.jspm.io/npm:es-module-shims@1.8.0/dist/es-module-shims.js" crossorigin="anonymous"></script>
<script type="importmap">
{
"imports": {
Expand Down
2 changes: 1 addition & 1 deletion test/ownname.test.ts
Expand Up @@ -13,7 +13,7 @@ const scenarios: Scenario[] = [
// transitive dependency of "./app.js".
const map = JSON.parse(files.get("importmap.json"));
assert(
map?.imports?.["es-module-lexer"]?.includes("es-module-lexer@1.2.1")
map?.imports?.["es-module-lexer"]?.includes("es-module-lexer@1.3.0")
);
},
},
Expand Down

0 comments on commit 0a58d5d

Please sign in to comment.