-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update dev-server ports (#2146)
- Loading branch information
1 parent
b535192
commit b06dc60
Showing
20 changed files
with
172 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,15 +16,15 @@ | |
"start": "pnpm docs:start", | ||
"test": "pnpm -r test", | ||
"unit": "pnpm -r unit", | ||
"e2e": "start-server-and-test docs:headless 9300 'pnpm -r --parallel e2e'", | ||
"snapshots": "start-server-and-test 'pnpm docs:headless' 9300 'pnpm --filter design-system-documentation snapshots'", | ||
"e2e": "start-server-and-test docs:headless 9001 'pnpm -r --stream e2e'", | ||
"snapshots": "start-server-and-test 'pnpm docs:headless' 9001 'pnpm --filter design-system-documentation snapshots'", | ||
"demo:start": "pnpm --filter design-system-demo... --parallel --stream start", | ||
"docs:start": "pnpm --filter design-system-documentation... --parallel --stream start", | ||
"docs:build": "pnpm --filter design-system-documentation build", | ||
"docs:headless": "pnpm --filter design-system-documentation start:headless", | ||
"docs:test": "pnpm --filter design-system-documentation test", | ||
"docs:e2e": "start-server-and-test docs:headless 9300 'pnpm --filter design-system-documentation e2e'", | ||
"docs:e2e:watch": "start-server-and-test docs:headless 9300 'pnpm --filter design-system-documentation e2e:watch'", | ||
"docs:e2e": "start-server-and-test docs:headless 9001 'pnpm --filter design-system-documentation e2e'", | ||
"docs:e2e:watch": "start-server-and-test docs:headless 9001 'pnpm --filter design-system-documentation e2e:watch'", | ||
"styles:start": "pnpm --filter design-system-styles start", | ||
"styles:build": "pnpm --filter design-system-styles build", | ||
"styles:test": "pnpm --filter design-system-styles test", | ||
|
@@ -33,18 +33,20 @@ | |
"components:test": "pnpm --filter design-system-components test", | ||
"components:unit": "pnpm --filter design-system-components unit", | ||
"components:unit:watch": "pnpm --filter design-system-components unit:watch", | ||
"components:e2e": "start-server-and-test docs:headless 9300 'pnpm --filter design-system-components e2e'", | ||
"components:e2e:watch": "start-server-and-test docs:headless 9300 'pnpm --filter design-system-components e2e:watch'", | ||
"components:snapshots": "start-server-and-test docs:headless 9300 'pnpm --filter design-system-components snapshots'", | ||
"intranet-header:start": "pnpm --filter design-system-intranet-header-workspace start", | ||
"components:e2e": "start-server-and-test docs:headless 9001 'pnpm --filter design-system-components e2e'", | ||
"components:e2e:watch": "start-server-and-test docs:headless 9001 'pnpm --filter design-system-components e2e:watch'", | ||
"components:snapshots": "start-server-and-test docs:headless 9001 'pnpm --filter design-system-components snapshots'", | ||
"components-angular:start": "pnpm --filter design-system-components-angular-workspace start", | ||
"components-angular:build": "pnpm --filter design-system-components-angular-workspace build", | ||
"header:start": "pnpm --filter internet-header dev", | ||
"header:build": "pnpm --filter internet-header build", | ||
"header:test": "pnpm --filter internet-header test", | ||
"header:unit": "pnpm --filter internet-header unit", | ||
"header:unit:watch": "pnpm --filter internet-header unit:watch", | ||
"header:e2e": "start-server-and-test docs:headless 9300 'pnpm --filter internet-header e2e'", | ||
"header:e2e:watch": "start-server-and-test docs:headless 9300 'pnpm --filter internet-header e2e:watch'", | ||
"header:snapshots": "start-server-and-test docs:headless 9300 'pnpm --filter internet-header snapshots'", | ||
"header:e2e": "start-server-and-test docs:headless 9001 'pnpm --filter internet-header e2e'", | ||
"header:e2e:watch": "start-server-and-test docs:headless 9001 'pnpm --filter internet-header e2e:watch'", | ||
"header:snapshots": "start-server-and-test docs:headless 9001 'pnpm --filter internet-header snapshots'", | ||
"intranet-header:start": "pnpm --filter design-system-intranet-header-workspace start", | ||
"icons:start": "pnpm --filter design-system-icons dev", | ||
"icons:test": "pnpm --filter design-system-icons test", | ||
"icons:unit": "pnpm --filter design-system-icons test", | ||
|
@@ -75,6 +77,23 @@ | |
"react-dom": ">=18", | ||
"stylelint": ">=15" | ||
} | ||
}, | ||
"overrides": { | ||
"[email protected] ≤ Version ≤ 1.3.5": "", | ||
"merge@< 2.1.1": "2.1.1", | ||
"glob-parent@< 5.1.2": "5.1.2", | ||
"[email protected]": "", | ||
"jsbn@≤ 1.1.0": "", | ||
"[email protected]": "", | ||
"semver@< 5.7.2||6.0.0 ≤ Version < 6.3.1||7.0.0 ≤ Version < 7.5.2": "5.7.2||6.3.1||7.5.2", | ||
"@babel/traverse@< 7.23.2||8.0.0-alpha.0 ≤ Version < 8.0.0-alpha.4": "7.23.2||8.0.0-alpha.4", | ||
"merge@<2.1.1": ">=2.1.1", | ||
"glob-parent@<5.1.2": ">=5.1.2", | ||
"socket.io-parser@>=4.0.4 <4.2.3": ">=4.2.3", | ||
"semver@<5.7.2": ">=5.7.2", | ||
"semver@>=7.0.0 <7.5.2": ">=7.5.2", | ||
"postcss@<8.4.31": ">=8.4.31", | ||
"@babel/traverse@<7.23.2": ">=7.23.2" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ npm-debug.log | |
yarn-error.log | ||
|
||
# IDEs and editors | ||
.vscode/ | ||
.idea/ | ||
.project | ||
.classpath | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.