diff --git a/.changeset/config.json b/.changeset/config.json index 1c15ad008..59793abb2 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -10,5 +10,5 @@ "updateInternalDependencies": "patch", "fixed": [], "linked": [], - "ignore": ["@tanstack/integration-*"] + "ignore": [] } diff --git a/examples/angular/dynamic/package.json b/examples/angular/dynamic/package.json index 5289b41e6..be81e227a 100644 --- a/examples/angular/dynamic/package.json +++ b/examples/angular/dynamic/package.json @@ -1,13 +1,13 @@ { "name": "@tanstack/virtual-example-angular-dynamic", - "version": "0.0.0", + "private": true, + "type": "module", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development" }, - "private": true, "dependencies": { "@angular/animations": "^17.3.12", "@angular/common": "^17.3.12", diff --git a/examples/angular/fixed/package.json b/examples/angular/fixed/package.json index 01fdfefee..ddfe05946 100644 --- a/examples/angular/fixed/package.json +++ b/examples/angular/fixed/package.json @@ -1,13 +1,13 @@ { "name": "@tanstack/virtual-example-angular-fixed", - "version": "0.0.0", + "private": true, + "type": "module", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development" }, - "private": true, "dependencies": { "@angular/animations": "^17.3.12", "@angular/common": "^17.3.12", diff --git a/examples/angular/infinite-scroll/package.json b/examples/angular/infinite-scroll/package.json index e58ec0c8f..fcc914968 100644 --- a/examples/angular/infinite-scroll/package.json +++ b/examples/angular/infinite-scroll/package.json @@ -1,13 +1,13 @@ { "name": "@tanstack/virtual-example-angular-infinite-scroll", - "version": "0.0.0", + "private": true, + "type": "module", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development" }, - "private": true, "dependencies": { "@angular/animations": "^17.3.12", "@angular/common": "^17.3.12", diff --git a/examples/angular/padding/package.json b/examples/angular/padding/package.json index cf1d59d91..4913ec584 100644 --- a/examples/angular/padding/package.json +++ b/examples/angular/padding/package.json @@ -1,13 +1,13 @@ { "name": "@tanstack/virtual-example-angular-padding", - "version": "0.0.0", + "private": true, + "type": "module", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development" }, - "private": true, "dependencies": { "@angular/animations": "^17.3.12", "@angular/common": "^17.3.12", diff --git a/examples/angular/smooth-scroll/package.json b/examples/angular/smooth-scroll/package.json index 897b7163b..09d90f677 100644 --- a/examples/angular/smooth-scroll/package.json +++ b/examples/angular/smooth-scroll/package.json @@ -1,13 +1,13 @@ { "name": "@tanstack/virtual-example-angular-smooth-scroll", - "version": "0.0.0", + "private": true, + "type": "module", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development" }, - "private": true, "dependencies": { "@angular/animations": "^17.3.12", "@angular/common": "^17.3.12", diff --git a/examples/angular/sticky/package.json b/examples/angular/sticky/package.json index 762e3881b..ee1a160c3 100644 --- a/examples/angular/sticky/package.json +++ b/examples/angular/sticky/package.json @@ -1,13 +1,13 @@ { "name": "@tanstack/virtual-example-angular-sticky", - "version": "0.0.0", + "private": true, + "type": "module", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development" }, - "private": true, "dependencies": { "@angular/animations": "^17.3.12", "@angular/common": "^17.3.12", diff --git a/examples/angular/table/package.json b/examples/angular/table/package.json index 6a1d99cee..54613d6d6 100644 --- a/examples/angular/table/package.json +++ b/examples/angular/table/package.json @@ -1,13 +1,13 @@ { "name": "@tanstack/virtual-example-angular-table", - "version": "0.0.0", + "private": true, + "type": "module", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development" }, - "private": true, "dependencies": { "@angular/animations": "^17.3.12", "@angular/common": "^17.3.12", diff --git a/examples/angular/variable/package.json b/examples/angular/variable/package.json index 656d489a7..75a4c4458 100644 --- a/examples/angular/variable/package.json +++ b/examples/angular/variable/package.json @@ -1,13 +1,13 @@ { "name": "@tanstack/virtual-example-angular-variable", - "version": "0.0.0", + "private": true, + "type": "module", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development" }, - "private": true, "dependencies": { "@angular/animations": "^17.3.12", "@angular/common": "^17.3.12", diff --git a/examples/angular/window/package.json b/examples/angular/window/package.json index 3a2b5547c..645409cfe 100644 --- a/examples/angular/window/package.json +++ b/examples/angular/window/package.json @@ -1,13 +1,13 @@ { "name": "@tanstack/virtual-example-angular-window", - "version": "0.0.0", + "private": true, + "type": "module", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development" }, - "private": true, "dependencies": { "@angular/animations": "^17.3.12", "@angular/common": "^17.3.12",