Skip to content

Commit

Permalink
Merge pull request #119 from node-projects/fixes/jochen
Browse files Browse the repository at this point in the history
update sample
  • Loading branch information
jogibear9988 committed Feb 22, 2024
2 parents 7e8a846 + e12fe4c commit e4966f8
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 24 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"window.title": "${dirty}${activeEditorShort}${separator}${rootName}${separator}${profileName}${separator}${appName}${separator}[Branch: fixes/jochen]"
}
40 changes: 20 additions & 20 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/node-projects/web-component-designer-demo#readme",
"devDependencies": {
"@web/dev-server": "^0.4.2"
"@web/dev-server": "^0.4.3"
},
"dependencies": {
"@adobe/css-tools": "4.3.3",
Expand All @@ -28,7 +28,7 @@
"@node-projects/base-custom-webcomponent": "0.22.0",
"@node-projects/lean-he-esm": "^3.3.0",
"@node-projects/node-html-parser-esm": "^6.2.0",
"@node-projects/web-component-designer": "^0.1.78",
"@node-projects/web-component-designer": "^0.1.85",
"@node-projects/web-component-designer-codeview-ace": "^0.1.3",
"@node-projects/web-component-designer-codeview-monaco": "^0.1.18",
"@node-projects/web-component-designer-htmlparserservice-nodehtmlparser": "^0.1.9",
Expand All @@ -40,14 +40,14 @@
"codejar": "^4.2.0",
"codemirror": "^6.0.1",
"dock-spawn-ts": "^2.526.0",
"es-module-shims": "^1.8.2",
"es-module-shims": "^1.8.3",
"esprima-next": "^6.0.2",
"lit": "^3.1.2",
"mdn-data": "^2.4.0",
"metro4-dist": "^4.5.0",
"mobile-drag-drop": "^3.0.0-rc.0",
"monaco-editor": "^0.46.0",
"typescript": "^5.3.3",
"wunderbaum": "^0.8.1"
"wunderbaum": "^0.8.2"
}
}

0 comments on commit e4966f8

Please sign in to comment.