@ngtools/webpack 18.0.0-next.0 → 18.0.0-next.2

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": "18.0.0-next.0",
3
+ "version": "18.0.0-next.2",
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",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {},
28
28
  "peerDependencies": {
29
29
  "@angular/compiler-cli": "^18.0.0-next.0",
30
- "typescript": ">=5.2 <5.5",
30
+ "typescript": ">=5.4 <5.5",
31
31
  "webpack": "^5.54.0"
32
32
  },
33
33
  "engines": {