Skip to content

Commit

Permalink
11.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebouget committed May 28, 2024
1 parent d43724f commit 7ba5128
Show file tree
Hide file tree
Showing 3 changed files with 11,331 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "khiops-covisualization",
"title": "khiops Covisualization",
"version": "11.0.8",
"version": "11.0.9",
"description": "Khiops Covisualization",
"license": "BSD-3-Clause-Clear",
"repository": "https://github.com/KhiopsML/kc-electron",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "khiops-covisualization",
"title": "khiops Covisualization",
"main": "app/main.js",
"version": "11.0.8",
"version": "11.0.9",
"license": "BSD-3-Clause-Clear",
"author": {
"name": "Orange",
Expand Down Expand Up @@ -31,7 +31,7 @@
"setEnv": "node ./scripts/set-env.js",
"build": "npm run electron:serve-tsc && ng build --base-href ./",
"build-visu": "cd ../visualization-component && yarn build:webcomponents",
"quickbuild-visu": "cd ../visualization-component && yarn quickbuild:webcomponents",
"quickbuild-visu": "cd ../visualization-component && yarn install --force && yarn quickbuild:webcomponents",
"build:dev": "npm run build -- -c dev",
"build:prod": "npm run build -- -c production && npm run removeMocks",
"web:build": "npm run build -- -c web-production",
Expand Down Expand Up @@ -66,12 +66,12 @@
"@angular/router": "17.2.1",
"@electron/remote": "2.1.2",
"@types/node": "20.11.19",
"JSONStream": "1.3.5",
"dotenv": "16.4.5",
"electron-log": "3.0.8",
"electron-updater": "6.1.7",
"event-stream": "4.0.1",
"JSONStream": "1.3.5",
"khiops-visualization": "11.1.2",
"khiops-visualization": "11.2.0",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.4"
Expand All @@ -86,8 +86,8 @@
"@angular-eslint/template-parser": "17.1.1",
"@angular/cli": "17.2.0",
"@angular/compiler-cli": "17.2.1",
"@ngx-translate/core": "15.0.0",
"@ngx-translate/http-loader": "8.0.0",
"@ngx-translate/core": "14.0.0",
"@ngx-translate/http-loader": "7.0.0",
"@types/jasmine": "5.1.4",
"@types/jasminewd2": "2.0.13",
"@typescript-eslint/eslint-plugin": "6.14.0",
Expand Down
Loading

0 comments on commit 7ba5128

Please sign in to comment.