File tree Expand file tree Collapse file tree 7 files changed +16
-12
lines changed
react/igr-ts/projects/_base/files
webcomponents/igc-ts/projects/_base/files Expand file tree Collapse file tree 7 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " igniteui-cli" ,
3- "version" : " 14.3.14 " ,
3+ "version" : " 14.3.15-beta.0 " ,
44 "description" : " CLI tool for creating Ignite UI projects" ,
55 "keywords" : [
66 " CLI" ,
7676 "all" : true
7777 },
7878 "dependencies" : {
79- "@igniteui/angular-templates" : " ~19.0.14314 " ,
80- "@igniteui/cli-core" : " ~14.3.14 " ,
79+ "@igniteui/angular-templates" : " ~19.0.14315-beta.0 " ,
80+ "@igniteui/cli-core" : " ~14.3.15-beta.0 " ,
8181 "@inquirer/prompts" : " ^5.4.0" ,
8282 "@types/yargs" : " ^17.0.33" ,
8383 "chalk" : " ^5.3.0" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,11 @@ export default defineConfig({
1313 environment : 'jsdom' ,
1414 setupFiles : [ './src/setupTests.ts' ] ,
1515 deps : {
16- inline : [ 'vitest-canvas-mock' ] ,
16+ optimizer : {
17+ web : {
18+ include : [ 'vitest-canvas-mock' ] ,
19+ } ,
20+ } ,
1721 } ,
1822 } ,
1923 resolve : {
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ export default [
3232 } ,
3333 } ,
3434 {
35- ignores : [ 'dist' ]
35+ ignores : [ 'dist' , 'test' ]
3636 }
3737] ;
Original file line number Diff line number Diff line change 11import { expect } from '@open-wc/testing' ;
2- import { App } from './app.js' ;
2+ import App from './app.js' ;
33
44describe ( 'App' , ( ) => {
55 it ( '<app-root> is an instance of App' , async ( ) => {
Original file line number Diff line number Diff line change 11{
22 "name" : " @igniteui/cli-core" ,
3- "version" : " 14.3.14 " ,
3+ "version" : " 14.3.15-beta.0 " ,
44 "description" : " Base types and functionality for Ignite UI CLI" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @igniteui/angular-templates" ,
3- "version" : " 19.0.14314 " ,
3+ "version" : " 19.0.14315-beta.0 " ,
44 "description" : " Templates for Ignite UI for Angular projects and components" ,
55 "repository" : {
66 "type" : " git" ,
1212 "author" : " Infragistics" ,
1313 "license" : " MIT" ,
1414 "dependencies" : {
15- "@igniteui/cli-core" : " ~14.3.14 " ,
15+ "@igniteui/cli-core" : " ~14.3.15-beta.0 " ,
1616 "typescript" : " ~5.5.4"
1717 }
1818}
Original file line number Diff line number Diff line change 11{
22 "name" : " @igniteui/angular-schematics" ,
3- "version" : " 19.0.14314 " ,
3+ "version" : " 19.0.14315-beta.0 " ,
44 "description" : " Ignite UI for Angular Schematics for ng new and ng generate" ,
55 "repository" : {
66 "type" : " git" ,
2020 "dependencies" : {
2121 "@angular-devkit/core" : " ^19.0.0" ,
2222 "@angular-devkit/schematics" : " ^19.0.0" ,
23- "@igniteui/angular-templates" : " ~19.0.14314 " ,
24- "@igniteui/cli-core" : " ~14.3.14 " ,
23+ "@igniteui/angular-templates" : " ~19.0.14315-beta.0 " ,
24+ "@igniteui/cli-core" : " ~14.3.15-beta.0 " ,
2525 "@schematics/angular" : " ~19.0.0" ,
2626 "minimatch" : " ^10.0.1" ,
2727 "rxjs" : " ^7.8.1"
You can’t perform that action at this time.
0 commit comments