Skip to content

Commit

Permalink
remove esm from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Thurner committed May 13, 2024
1 parent fb65573 commit 28cb407
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 31 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/analysis-of-endpoint-connections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
- name: Install and compile TypeScript
run: |
npm install typescript
tsc -p supporting_scripts/analysis-of-endpoint-connections/src/main/typeScript/tsconfig.analysisOfEndpointConnections.json
# tsc -p supporting_scripts/analysis-of-endpoint-connections/src/main/typeScript/tsconfig.analysisOfEndpointConnections.json

- name: Run analysis-of-endpoint-connections-client
run: |
Expand Down
36 changes: 10 additions & 26 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@angular/forms": "17.3.5",
"@angular/localize": "17.3.5",
"@angular/material": "17.3.5",
"@angular/platform-browser-dynamic": "17.3.5",
"@angular/platform-browser": "17.3.5",
"@angular/platform-browser-dynamic": "17.3.5",
"@angular/router": "17.3.5",
"@angular/service-worker": "17.3.5",
"@ctrl/ngx-emoji-mart": "9.2.0",
Expand Down Expand Up @@ -50,9 +50,9 @@
"crypto-js": "4.2.0",
"dayjs": "1.11.10",
"diff-match-patch-typescript": "1.0.8",
"fast-json-patch": "3.1.1",
"dompurify": "3.1.0",
"export-to-csv": "1.2.4",
"fast-json-patch": "3.1.1",
"franc-min": "6.2.0",
"interactjs": "1.10.27",
"ismobilejs-es5": "0.0.1",
Expand All @@ -74,6 +74,7 @@
"sockjs-client": "1.6.1",
"split.js": "1.6.5",
"ts-cacheable": "1.0.10",
"ts-node": "^10.9.2",
"tslib": "2.6.2",
"uuid": "9.0.1",
"webstomp-client": "1.2.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"start": "node -r esm AnalysisOfEndpointConnectionsClient.ts"
},
"dependencies": {
"esm": "^3.2.25",
"typescript": "^5.4.5"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"target": "es2022",
"lib": ["es2022", "dom"],
"types": ["node"],
"moduleResolution": "node"
"moduleResolution": "node",
},
"include": ["AnalysisOfEndpointConnectionsClient.ts"],
"exclude": [
Expand Down

0 comments on commit 28cb407

Please sign in to comment.