Skip to content

Commit d8397ce

Browse files
committed
feat: upgrade @symbiotejs/symbiote to 3.5.1 and enable dev messages
1 parent c5028cf commit d8397ce

4 files changed

Lines changed: 12 additions & 10 deletions

File tree

app/iso.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Isomorphic modules
2+
import '@symbiotejs/symbiote/core/devMessages.js';
23
import '../app/app.js';
34
import '../app/l10n.js';
45
import '../app/router.js';

node/main-tpl.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
<script type="importmap">
88
{
99
"imports": {
10-
"@symbiotejs/symbiote": "https://cdn.jsdelivr.net/npm/@symbiotejs/symbiote@3.4.7/core/full.js/+esm",
11-
"@symbiotejs/symbiote/core/full.js": "https://cdn.jsdelivr.net/npm/@symbiotejs/symbiote@3.4.7/core/full.js/+esm"
10+
"@symbiotejs/symbiote": "https://cdn.jsdelivr.net/npm/@symbiotejs/symbiote@3.5.1/core/full.js/+esm",
11+
"@symbiotejs/symbiote/core/full.js": "https://cdn.jsdelivr.net/npm/@symbiotejs/symbiote@3.5.1/core/full.js/+esm",
12+
"@symbiotejs/symbiote/core/devMessages.js": "https://cdn.jsdelivr.net/npm/@symbiotejs/symbiote@3.5.1/core/devMessages.js/+esm"
1213
}
1314
}
1415
</script>

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dev": "node ./node/server.js"
1313
},
1414
"dependencies": {
15-
"@symbiotejs/symbiote": "^3.4.7",
15+
"@symbiotejs/symbiote": "^3.5.1",
1616
"linkedom": "^0.18.12"
1717
},
1818
"devDependencies": {

0 commit comments

Comments
 (0)