Skip to content
2 changes: 1 addition & 1 deletion apps/docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
]
},
"engines": {
"node": ">=20.0"
"node": ">=22.22.3"
}
}
28 changes: 3 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"build:test": "nx build ng-app --skip-nx-cache"
},
"engines": {
"node": "^20.19.0 || ^22.13.0 || ^24.0.0",
"pnpm": "^10.0.0"
"node": "^22.22.3 || ^24.15.0 || ^26.0.0",
"pnpm": "^11.0.0"
},
Comment thread
alejandrocuba marked this conversation as resolved.
"packageManager": "pnpm@10.32.0",
"packageManager": "pnpm@11.6.0",
"keywords": [
"vite-plugin",
"angular",
Expand All @@ -43,7 +43,6 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^22.0.0",
"@angular/cdk": "^22.0.0",
"@angular/common": "^22.0.0",
"@angular/compiler": "^22.0.0",
Expand Down Expand Up @@ -213,26 +212,5 @@
"vitest": "4.0.18",
"webpack-bundle-analyzer": "^5.2.0",
"xmlbuilder2": "^4.0.3"
},
"pnpm": {
"ignoredBuiltDependencies": [
"cypress"
],
"onlyBuiltDependencies": [
"@compodoc/compodoc",
"@swc/core",
"core-js",
"core-js-pure",
"esbuild",
"lmdb",
"msgpackr-extract",
"nx",
"sharp"
],
"overrides": {
"vite": "^8.0.0",
"@typescript-eslint/type-utils": "8.57.0",
"webpack": "5.105.4"
}
}
}
2 changes: 1 addition & 1 deletion packages/create-analog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"main": "index.js",
"engines": {
"node": ">=20.0.0"
"node": ">=22.22.3"
},
"repository": {
"type": "git",
Expand Down
7 changes: 3 additions & 4 deletions packages/create-analog/template-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=20.19.1"
"node": ">=22.22.3"
},
"scripts": {
"ng": "ng",
Expand All @@ -16,9 +16,8 @@
},
"private": true,
"dependencies": {
"@analogjs/content": "^2.6.1",
"@analogjs/router": "^2.6.1",
"@angular/animations": "^22.0.0",
"@analogjs/content": "^2.6.1-beta.4",
"@analogjs/router": "^2.6.1-beta.4",
"@angular/common": "^22.0.0",
"@angular/compiler": "^22.0.0",
"@angular/core": "^22.0.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/create-analog/template-latest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=20.19.1"
"node": ">=22.22.3"
},
"scripts": {
"ng": "ng",
Expand All @@ -18,7 +18,6 @@
"dependencies": {
"@analogjs/content": "^2.6.1",
"@analogjs/router": "^2.6.1",
"@angular/animations": "^22.0.0",
"@angular/common": "^22.0.0",
"@angular/compiler": "^22.0.0",
"@angular/core": "^22.0.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/create-analog/template-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=20.19.1"
"node": ">=22.22.3"
},
"scripts": {
"ng": "ng",
Expand All @@ -18,7 +18,6 @@
"dependencies": {
"@analogjs/content": "^2.6.1",
"@analogjs/router": "^2.6.1",
"@angular/animations": "^22.0.0",
"@angular/common": "^22.0.0",
"@angular/compiler": "^22.0.0",
"@angular/core": "^22.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
},
"engines": {
"node": ">=20.0.0"
"node": ">=22.22.3"
},
"builders": "src/lib/builders.json",
"ng-add": {
Expand Down
15,592 changes: 7,692 additions & 7,900 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
packages:
- 'apps/docs-app'
allowBuilds:
'@compodoc/compodoc': true
'@parcel/watcher': true
'@swc/core': true
core-js: true
core-js-pure: true
cypress: true
esbuild: true
less: true
lmdb: true
msgpackr-extract: true
nx: true
sharp: true
unrs-resolver: true

overrides:
vite: '^8.0.0'
'@typescript-eslint/type-utils': '8.57.0'
webpack: '5.105.4'
Loading