File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8787 "@tanstack/react-devtools" : " workspace:*" ,
8888 "@tanstack/preact-devtools" : " workspace:*" ,
8989 "@tanstack/solid-devtools" : " workspace:*" ,
90- "@tanstack/devtools-vite" : " workspace:*"
90+ "@tanstack/devtools-vite" : " workspace:*" ,
91+ "@tanstack/angular-devtools" : " workspace:*"
9192 },
9293 "files" : [
9394 " skills" ,
Original file line number Diff line number Diff line change 5151 "@tanstack/devtools" : " workspace:*"
5252 },
5353 "devDependencies" : {
54- "@analogjs/vite-plugin-angular" : " ^1.15.0" ,
55- "@angular/compiler" : " ^19.0.0" ,
56- "@angular/compiler-cli" : " ^19.0.0" ,
57- "@angular/core" : " ^19.0.0" ,
58- "@angular/platform-browser" : " ^19.0.0" ,
59- "@angular/platform-browser-dynamic" : " ^19.0.0" ,
54+ "@angular/compiler" : " ^20.0.0" ,
55+ "@angular/compiler-cli" : " ^20.0.0" ,
56+ "@angular/core" : " ^20.0.0" ,
57+ "@angular/platform-browser" : " ^20.0.0" ,
58+ "@angular/platform-browser-dynamic" : " ^20.0.0" ,
6059 "zone.js" : " ^0.15.0"
6160 },
6261 "peerDependencies" : {
Original file line number Diff line number Diff line change 11import { defineConfig , mergeConfig } from 'vitest/config'
22import { tanstackViteConfig } from '@tanstack/vite-config'
3- import angular from '@analogjs/vite-plugin-angular'
43import packageJson from './package.json'
54
65const config = defineConfig ( {
7- plugins : [ angular ( ) as any ] ,
6+ plugins : [ ] ,
87 test : {
98 name : packageJson . name ,
109 dir : './tests' ,
Original file line number Diff line number Diff line change 121121 "build" : " vite build && vite build --config vite.config.preact.ts && vite build --config vite.config.vue.ts && vite build --config vite.config.solid-class.ts && vite build --config vite.config.angular.ts && tsup"
122122 },
123123 "devDependencies" : {
124- "@analogjs/vite-plugin-angular" : " ^1.15.0" ,
125- "@angular/compiler" : " ^19.0.0" ,
126- "@angular/compiler-cli" : " ^19.0.0" ,
127- "@angular/core" : " ^19.0.0" ,
128- "@angular/platform-browser" : " ^19.0.0" ,
124+ "@angular/compiler" : " ^20.0.0" ,
125+ "@angular/compiler-cli" : " ^20.0.0" ,
126+ "@angular/core" : " ^20.0.0" ,
127+ "@angular/platform-browser" : " ^20.0.0" ,
129128 "tsup" : " ^8.5.0" ,
130129 "tsup-preset-solid" : " ^2.2.0" ,
131130 "vite-plugin-solid" : " ^2.11.8"
Original file line number Diff line number Diff line change 11import { defineConfig , mergeConfig } from 'vitest/config'
22import { tanstackViteConfig } from '@tanstack/vite-config'
3- import angular from '@analogjs/vite-plugin-angular'
43import packageJson from './package.json'
54
65const config = defineConfig ( {
7- plugins : [ angular ( ) as any ] ,
6+ plugins : [ ] ,
87 test : {
98 name : packageJson . name ,
109 dir : './' ,
You can’t perform that action at this time.
0 commit comments