Skip to content

Commit

Permalink
chore: remove unused nexe dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Feb 12, 2024
1 parent 65de838 commit 2081ca2
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 1,507 deletions.
1 change: 0 additions & 1 deletion apps/_boilerplate/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"start": "node dist/index.js"
},
"devDependencies": {
"nexe": "^3.3.7"
},
"dependencies": {
"@boilerplate/generic": "1.42.0"
Expand Down
1 change: 0 additions & 1 deletion apps/appcontainer-node/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"start": "node dist/index.js"
},
"devDependencies": {
"nexe": "^3.3.7"
},
"dependencies": {
"@appcontainer-node/generic": "1.43.1"
Expand Down
1 change: 0 additions & 1 deletion apps/http-server/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"start": "node dist/index.js"
},
"devDependencies": {
"nexe": "^3.3.7"
},
"dependencies": {
"@http-server/generic": "1.43.0"
Expand Down
3 changes: 1 addition & 2 deletions apps/http-server/packages/generic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
"@types/mkdirp": "^1.0.1",
"@types/node": "^14.14.31",
"@types/underscore": "^1.10.24",
"@types/yargs": "^17.0.24",
"nexe": "^3.3.7"
"@types/yargs": "^17.0.24"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"engines": {
Expand Down
1 change: 0 additions & 1 deletion apps/package-manager/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"start": "node dist/index.js"
},
"devDependencies": {
"nexe": "^3.3.7"
},
"dependencies": {
"@package-manager/generic": "1.43.1"
Expand Down
1 change: 0 additions & 1 deletion apps/quantel-http-transformer-proxy/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"start": "node dist/index.js"
},
"devDependencies": {
"nexe": "^3.3.7"
},
"dependencies": {
"@quantel-http-transformer-proxy/generic": "1.43.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
"@types/node": "^14.14.31",
"@types/underscore": "^1.10.24",
"@types/xml2js": "^0.4.7",
"@types/yargs": "^17.0.24",
"nexe": "^3.3.7"
"@types/yargs": "^17.0.24"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"engines": {
Expand Down
1 change: 0 additions & 1 deletion apps/single-app/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"start": "node --inspect dist/index.js"
},
"devDependencies": {
"nexe": "^3.3.7"
},
"dependencies": {
"@appcontainer-node/generic": "1.43.1",
Expand Down
1 change: 0 additions & 1 deletion apps/worker/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"start": "node dist/index.js"
},
"devDependencies": {
"nexe": "^3.3.7"
},
"dependencies": {
"@worker/generic": "1.43.1"
Expand Down
1 change: 0 additions & 1 deletion apps/workforce/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"start": "node dist/index.js"
},
"devDependencies": {
"nexe": "^3.3.7"
},
"dependencies": {
"@workforce/generic": "1.43.0"
Expand Down
1 change: 0 additions & 1 deletion tests/internal-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
},
"devDependencies": {
"deep-extend": "^0.6.0",
"nexe": "^3.3.7",
"tv-automation-quantel-gateway-client": "^3.1.7"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 2081ca2

Please sign in to comment.