Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/testing/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"@angular-devkit/build-angular": "workspace:*",
"@angular-devkit/core": "workspace:*",
"@angular/ssr": "workspace:*",
"@vitest/coverage-v8": "4.1.0",
"@vitest/coverage-v8": "4.1.2",
"browser-sync": "3.0.4",
"jsdom": "29.0.1",
"ng-packagr": "22.0.0-next.1",
"rxjs": "7.8.2",
"vitest": "4.1.0"
"vitest": "4.1.2"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
"@types/yargs": "^17.0.20",
"@types/yargs-parser": "^21.0.0",
"@types/yarnpkg__lockfile": "^1.1.5",
"@typescript-eslint/eslint-plugin": "8.57.1",
"@typescript-eslint/parser": "8.57.1",
"@typescript-eslint/eslint-plugin": "8.57.2",
"@typescript-eslint/parser": "8.57.2",
"ajv": "8.18.0",
"buffer": "6.0.3",
"esbuild": "0.27.3",
Expand Down Expand Up @@ -130,7 +130,7 @@
"source-map-support": "0.5.21",
"tslib": "2.8.1",
"typescript": "6.0.2",
"undici": "7.24.5",
"undici": "7.24.6",
"unenv": "^1.10.0",
"verdaccio": "6.3.2",
"verdaccio-auth-memory": "^10.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@babel/helper-annotate-as-pure": "7.27.3",
"@babel/helper-split-export-declaration": "7.24.7",
"@inquirer/confirm": "6.0.10",
"@vitejs/plugin-basic-ssl": "2.2.0",
"@vitejs/plugin-basic-ssl": "2.3.0",
"beasties": "0.4.1",
"browserslist": "^4.26.0",
"esbuild": "0.27.3",
Expand All @@ -35,9 +35,9 @@
"magic-string": "0.30.21",
"mrmime": "2.0.1",
"parse5-html-rewriting-stream": "8.0.0",
"picomatch": "4.0.3",
"picomatch": "4.0.4",
"piscina": "5.1.4",
"rolldown": "1.0.0-rc.10",
"rolldown": "1.0.0-rc.12",
"sass": "1.98.0",
"semver": "7.7.4",
"source-map-support": "0.5.21",
Expand All @@ -56,7 +56,7 @@
"ng-packagr": "22.0.0-next.1",
"postcss": "8.5.8",
"rxjs": "7.8.2",
"vitest": "4.1.0"
"vitest": "4.1.2"
},
"peerDependencies": {
"@angular/compiler": "0.0.0-ANGULAR-FW-PEER-DEP",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
"@inquirer/prompts": "8.3.2",
"@listr2/prompt-adapter-inquirer": "4.2.2",
"@modelcontextprotocol/sdk": "1.27.1",
"@modelcontextprotocol/sdk": "1.28.0",
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
"@yarnpkg/lockfile": "1.1.0",
"algoliasearch": "5.49.2",
"algoliasearch": "5.50.0",
"ini": "6.0.0",
"jsonc-parser": "3.3.1",
"listr2": "10.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"less-loader": "12.3.2",
"license-webpack-plugin": "4.0.2",
"loader-utils": "3.3.1",
"mini-css-extract-plugin": "2.10.1",
"mini-css-extract-plugin": "2.10.2",
"open": "11.0.0",
"ora": "9.3.0",
"picomatch": "4.0.3",
"picomatch": "4.0.4",
"piscina": "5.1.4",
"postcss": "8.5.8",
"postcss-loader": "8.2.1",
Expand All @@ -67,7 +67,7 @@
"@angular/ssr": "workspace:*",
"browser-sync": "3.0.4",
"ng-packagr": "22.0.0-next.1",
"undici": "7.24.5"
"undici": "7.24.6"
},
"peerDependencies": {
"@angular/compiler-cli": "0.0.0-ANGULAR-FW-PEER-DEP",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"ajv": "8.18.0",
"ajv-formats": "3.0.1",
"jsonc-parser": "3.3.1",
"picomatch": "4.0.3",
"picomatch": "4.0.4",
"rxjs": "7.8.2",
"source-map": "0.7.6"
},
Expand Down
Loading
Loading