Skip to content

Commit 71b656b

Browse files
angular-robotclydin
authored andcommitted
build: update all non-major dependencies
See associated pull request for more information.
1 parent 4942482 commit 71b656b

File tree

4 files changed

+200
-187
lines changed

4 files changed

+200
-187
lines changed

modules/testing/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"@angular/ssr": "workspace:*",
66
"@angular-devkit/build-angular": "workspace:*",
77
"rxjs": "7.8.2",
8-
"vitest": "3.2.2"
8+
"vitest": "3.2.3"
99
}
1010
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
"http-proxy": "^1.18.1",
113113
"http-proxy-middleware": "3.0.5",
114114
"husky": "9.1.7",
115-
"jasmine": "~5.7.0",
116-
"jasmine-core": "~5.7.0",
115+
"jasmine": "~5.8.0",
116+
"jasmine-core": "~5.8.0",
117117
"jasmine-reporters": "^2.5.2",
118118
"jasmine-spec-reporter": "~7.0.0",
119119
"karma": "~6.4.0",
@@ -132,7 +132,7 @@
132132
"protractor": "~7.0.0",
133133
"puppeteer": "18.2.1",
134134
"quicktype-core": "23.2.6",
135-
"rollup": "4.41.1",
135+
"rollup": "4.42.0",
136136
"rollup-license-plugin": "~3.0.1",
137137
"semver": "7.7.2",
138138
"shelljs": "^0.10.0",

packages/angular/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"parse5-html-rewriting-stream": "7.1.0",
3838
"picomatch": "4.0.2",
3939
"piscina": "5.0.0",
40-
"rollup": "4.41.1",
40+
"rollup": "4.42.0",
4141
"sass": "1.89.1",
4242
"semver": "7.7.2",
4343
"source-map-support": "0.5.21",
@@ -56,7 +56,7 @@
5656
"ng-packagr": "20.1.0-next.0",
5757
"postcss": "8.5.4",
5858
"rxjs": "7.8.2",
59-
"vitest": "3.2.2"
59+
"vitest": "3.2.3"
6060
},
6161
"peerDependencies": {
6262
"@angular/core": "0.0.0-ANGULAR-FW-PEER-DEP",

0 commit comments

Comments
 (0)