Skip to content

Commit bcb2dcc

Browse files
committed
build: update dependency magic-string to v1
See associated pull request for more information.
1 parent e4cbf33 commit bcb2dcc

4 files changed

Lines changed: 94 additions & 87 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"karma-jasmine-html-reporter": "~2.2.0",
119119
"karma-source-map-support": "1.4.0",
120120
"lodash": "^4.17.21",
121-
"magic-string": "0.30.21",
121+
"magic-string": "1.0.0",
122122
"prettier": "^3.0.0",
123123
"puppeteer": "25.3.0",
124124
"quicktype-core": "25.0.0",

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"https-proxy-agent": "9.1.0",
3232
"jsonc-parser": "3.3.1",
3333
"listr2": "10.2.2",
34-
"magic-string": "0.30.21",
34+
"magic-string": "1.0.0",
3535
"mrmime": "2.0.1",
3636
"parse5-html-rewriting-stream": "8.0.1",
3737
"picomatch": "4.0.5",

packages/angular_devkit/schematics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
1717
"jsonc-parser": "3.3.1",
18-
"magic-string": "0.30.21",
18+
"magic-string": "1.0.0",
1919
"ora": "9.4.1",
2020
"rxjs": "7.8.2"
2121
}

0 commit comments

Comments
 (0)