@ngtools/webpack 17.2.3 → 17.3.0-rc.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngtools/webpack",
3
- "version": "17.2.3",
3
+ "version": "17.3.0-rc.0",
4
4
  "description": "Webpack plugin that AoT compiles your Angular components and modules.",
5
5
  "main": "./src/index.js",
6
6
  "typings": "src/index.d.ts",
@@ -26,8 +26,8 @@
26
26
  "homepage": "https://github.com/angular/angular-cli",
27
27
  "dependencies": {},
28
28
  "peerDependencies": {
29
- "@angular/compiler-cli": "^17.0.0",
30
- "typescript": ">=5.2 <5.4",
29
+ "@angular/compiler-cli": "^17.0.0 || ^17.3.0-next.0",
30
+ "typescript": ">=5.2 <5.5",
31
31
  "webpack": "^5.54.0"
32
32
  },
33
33
  "engines": {