Skip to content

Commit 1dbfce4

Browse files
authored
chore(deps-dev): remove browserify, uglify-es from apps-engine (#39773)
1 parent 9e3eb78 commit 1dbfce4

File tree

3 files changed

+39
-625
lines changed

3 files changed

+39
-625
lines changed

packages/apps-engine/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,10 @@
5353
".:test:deno": "cd deno-runtime && deno task test",
5454
".:test:node": "NODE_ENV=test ts-node --transpileOnly ./tests/runner.ts",
5555
"build": "run-s .:build:clean .:build:default .:build:deno-cache",
56-
"bundle": "node scripts/bundle.js",
5756
"dev": "yarn .:build:default --watch",
5857
"fix-lint": "yarn .:eslint:fix && yarn .:deno-fmt:fix",
5958
"gen-doc": "typedoc",
6059
"lint": "yarn .:lint:eslint && yarn .:lint:deno",
61-
"prepack": "yarn bundle",
6260
"start": "run-s .:build:clean .:build:watch",
6361
"testunit": "run-p .:test:node .:test:deno",
6462
"typecheck": "tsc -p tsconfig.json --noEmit"
@@ -101,16 +99,14 @@
10199
"@types/stack-trace": "0.0.33",
102100
"@types/uuid": "~10.0.0",
103101
"alsatian": "^2.4.0",
104-
"browserify": "^16.5.2",
105102
"eslint": "~9.39.3",
106103
"npm-run-all": "^4.1.5",
107104
"nyc": "^17.1.0",
108105
"rimraf": "^6.0.1",
109106
"tap-bark": "^1.0.0",
110107
"ts-node": "^6.2.0",
111108
"typedoc": "~0.28.16",
112-
"typescript": "~5.9.3",
113-
"uglify-es": "^3.3.10"
109+
"typescript": "~5.9.3"
114110
},
115111
"volta": {
116112
"extends": "../../package.json"

packages/apps-engine/scripts/bundle.js

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)