Skip to content

Commit 5af81b7

Browse files
angular-robotclydin
authored andcommitted
build: update all non-major dependencies
See associated pull request for more information.
1 parent 199c12c commit 5af81b7

File tree

6 files changed

+74
-74
lines changed

6 files changed

+74
-74
lines changed

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"semver": "7.7.2",
4343
"source-map-support": "0.5.21",
4444
"tinyglobby": "0.2.14",
45-
"vite": "7.0.3",
45+
"vite": "7.0.4",
4646
"watchpack": "2.4.4"
4747
},
4848
"optionalDependencies": {

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
2828
"@inquirer/prompts": "7.6.0",
2929
"@listr2/prompt-adapter-inquirer": "3.0.0",
30-
"@modelcontextprotocol/sdk": "1.15.0",
30+
"@modelcontextprotocol/sdk": "1.15.1",
3131
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
3232
"@yarnpkg/lockfile": "1.1.0",
3333
"ini": "5.0.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"terser": "5.43.1",
5656
"tree-kill": "1.2.2",
5757
"tslib": "2.8.1",
58-
"webpack": "5.100.0",
58+
"webpack": "5.100.1",
5959
"webpack-dev-middleware": "7.4.2",
6060
"webpack-dev-server": "5.2.2",
6161
"webpack-merge": "6.0.1",

packages/angular_devkit/build_webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
25-
"webpack": "5.100.0",
25+
"webpack": "5.100.1",
2626
"webpack-dev-server": "5.2.2"
2727
},
2828
"peerDependencies": {

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"@angular/compiler": "20.2.0-next.0",
3131
"@angular/compiler-cli": "20.2.0-next.0",
3232
"typescript": "5.8.3",
33-
"webpack": "5.100.0"
33+
"webpack": "5.100.1"
3434
}
3535
}

0 commit comments

Comments
 (0)