@ngtools/webpack 17.3.0-rc.0 → 17.3.1

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngtools/webpack",
3
- "version": "17.3.0-rc.0",
3
+ "version": "17.3.1",
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,7 +26,7 @@
26
26
  "homepage": "https://github.com/angular/angular-cli",
27
27
  "dependencies": {},
28
28
  "peerDependencies": {
29
- "@angular/compiler-cli": "^17.0.0 || ^17.3.0-next.0",
29
+ "@angular/compiler-cli": "^17.0.0",
30
30
  "typescript": ">=5.2 <5.5",
31
31
  "webpack": "^5.54.0"
32
32
  },