Skip to content

Commit

Permalink
Work
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmjartan committed Mar 6, 2024
1 parent 9bc970d commit cb08f50
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 20 deletions.
10 changes: 0 additions & 10 deletions .fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,3 @@ targets:
only:
- type: pnpm
path: common/config/rush

#only:
# - type: bundler
# path: libs/sdk-model
#only:
# - type: pnpm
# path: common/config/rush
#exclude:
#- type: bundler
# path: tools/applink
19 changes: 9 additions & 10 deletions tools/applink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,7 @@
"validate-ci": "npm run dep-cruiser-ci && npm run eslint-ci && npm run prettier-check",
"applink": "node esm/index.js $*"
},
"dependencies": {
"blessed": "^0.1.81",
"chokidar": "^3.4.2",
"commander": "^8.1.0",
"cross-spawn": "^7.0.3",
"find-up": "^5.0.0",
"json5": "^2.1.3",
"lodash": "^4.17.19",
"tslib": "^2.5.0"
},
"dependencies": {},
"devDependencies": {
"@gooddata/eslint-config": "^4.1.0",
"@types/blessed": "^0.1.17",
Expand All @@ -60,6 +51,10 @@
"@types/node": "^18.17.6",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"blessed": "^0.1.81",
"chokidar": "^3.4.2",
"commander": "^8.1.0",
"cross-spawn": "^7.0.3",
"dependency-cruiser": "^13.0.3",
"eslint": "^8.25.0",
"eslint-plugin-header": "^3.0.0",
Expand All @@ -71,8 +66,12 @@
"eslint-plugin-regexp": "^1.9.0",
"eslint-plugin-sonarjs": "^0.16.0",
"eslint-plugin-tsdoc": "^0.2.14",
"find-up": "^5.0.0",
"json5": "^2.1.3",
"lodash": "^4.17.19",
"prettier": "~2.5.0",
"ts-node": "^10.4.0",
"tslib": "^2.5.0",
"typescript": "5.3.3",
"vitest": "1.0.4"
}
Expand Down

0 comments on commit cb08f50

Please sign in to comment.