Skip to content

Commit

Permalink
fix: moved awaited-dom to a devDependency in fullstack
Browse files Browse the repository at this point in the history
  • Loading branch information
calebjclark committed Jan 27, 2022
1 parent 5ba28d9 commit ecdb274
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// setup must go first
import './lib/SetupAwaitedHandler';
import { ISuperDocument, ISuperElement, ISuperNode, ISuperNodeList, ISuperHTMLCollection, ISuperText, ISuperStyleSheet, ISuperHTMLElement } from "awaited-dom/base/interfaces/super";
import type { ISuperDocument, ISuperElement, ISuperNode, ISuperNodeList, ISuperHTMLCollection, ISuperText, ISuperStyleSheet, ISuperHTMLElement } from "awaited-dom/base/interfaces/super";
import { BlockedResourceType } from '@ulixee/hero-interfaces/ITabOptions';
import { KeyboardKey } from '@ulixee/hero-interfaces/IKeyboardLayoutUS';
import IResourceType, { ResourceType } from '@ulixee/hero-interfaces/IResourceType';
Expand Down
2 changes: 1 addition & 1 deletion fullstack/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import '@ulixee/commons/lib/SourceMapSupport';
import { ISuperDocument, ISuperElement, ISuperNode, ISuperNodeList, ISuperHTMLCollection, ISuperText, ISuperStyleSheet, ISuperHTMLElement } from "awaited-dom/base/interfaces/super";
import type { ISuperDocument, ISuperElement, ISuperNode, ISuperNodeList, ISuperHTMLCollection, ISuperText, ISuperStyleSheet, ISuperHTMLElement } from "awaited-dom/base/interfaces/super";
import {
BlockedResourceType,
ConnectionToCore,
Expand Down
4 changes: 2 additions & 2 deletions fullstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"@ulixee/hero": "1.5.4",
"@ulixee/hero-core": "1.5.4",
"@ulixee/hero-interfaces": "1.5.4",
"@ulixee/execute-js-plugin": "1.5.4",
"awaited-dom": "1.3.1"
"@ulixee/execute-js-plugin": "1.5.4"
},
"devDependencies": {
"@ulixee/default-browser-emulator": "1.5.4",
"@ulixee/hero-mitm": "1.5.4",
"@ulixee/hero-plugin-utils": "1.5.4",
"@ulixee/hero-timetravel": "1.5.4",
"@ulixee/hero-testing": "1.5.4",
"awaited-dom": "1.3.1",
"fpcollect": "^1.0.4",
"fpscanner": "^0.1.5",
"ws": "^7.4.6"
Expand Down

0 comments on commit ecdb274

Please sign in to comment.