File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 9898 "@typescript-eslint/parser" : " 8.39.1" ,
9999 "ajv" : " 8.17.1" ,
100100 "ansi-colors" : " 4.1.3" ,
101- "beasties" : " 0.3.5" ,
102101 "buffer" : " 6.0.3" ,
103102 "esbuild" : " 0.25.9" ,
104103 "esbuild-wasm" : " 0.25.9" ,
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ ts_project(
9797 ":node_modules/@babel/helper-split-export-declaration" ,
9898 ":node_modules/@inquirer/confirm" ,
9999 ":node_modules/@vitejs/plugin-basic-ssl" ,
100+ ":node_modules/beasties" ,
100101 ":node_modules/browserslist" ,
101102 ":node_modules/https-proxy-agent" ,
102103 ":node_modules/istanbul-lib-instrument" ,
@@ -132,7 +133,6 @@ ts_project(
132133 "//:node_modules/@types/picomatch" ,
133134 "//:node_modules/@types/semver" ,
134135 "//:node_modules/@types/watchpack" ,
135- "//:node_modules/beasties" ,
136136 "//:node_modules/esbuild" ,
137137 "//:node_modules/esbuild-wasm" ,
138138 "//:node_modules/karma" ,
Original file line number Diff line number Diff line change 3535 "@angular/platform-browser" : " 20.2.0-rc.1" ,
3636 "@angular/platform-server" : " 20.2.0-rc.1" ,
3737 "@angular/router" : " 20.2.0-rc.1" ,
38- "@schematics/angular" : " workspace:*"
38+ "@schematics/angular" : " workspace:*" ,
39+ "beasties" : " 0.3.5"
3940 },
4041 "sideEffects" : false ,
4142 "schematics" : " ./schematics/collection.json" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ js_library(
99 "index.d.ts" ,
1010 ],
1111 deps = [
12- "//:node_modules/beasties" ,
12+ "//packages/angular/ssr :node_modules/beasties" ,
1313 ],
1414)
1515
@@ -27,9 +27,9 @@ rollup.rollup(
2727 "//:node_modules/@rollup/plugin-alias" ,
2828 "//:node_modules/@rollup/plugin-commonjs" ,
2929 "//:node_modules/@rollup/plugin-node-resolve" ,
30- "//:node_modules/beasties" ,
3130 "//:node_modules/rollup-license-plugin" ,
3231 "//:node_modules/unenv" ,
32+ "//packages/angular/ssr:node_modules/beasties" ,
3333 ],
3434 outs = [
3535 "THIRD_PARTY_LICENSES.txt" ,
@@ -39,7 +39,7 @@ rollup.rollup(
3939 args = [
4040 "--format=esm" ,
4141 "--config=$(rootpath rollup.config.mjs)" ,
42- "--input=node_modules/beasties/dist/index.mjs" ,
42+ "--input=packages/angular/ssr/ node_modules/beasties/dist/index.mjs" ,
4343 "--sourcemap=true" ,
4444 "--dir=packages/angular/ssr/third_party/beasties" ,
4545 ],
You can’t perform that action at this time.
0 commit comments