Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeters83 committed Oct 29, 2021
1 parent 8c8f521 commit c0ac198
Show file tree
Hide file tree
Showing 13 changed files with 884 additions and 934 deletions.
1,702 changes: 826 additions & 876 deletions package-lock.json

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,42 +25,42 @@
"dependencies": {
"@ajsf/bootstrap4": "^0.4.0-beta.1",
"@ajsf/material": "^0.4.0-beta.1",
"@angular/animations": "^12.2.7",
"@angular/cdk": "^12.2.7",
"@angular/common": "^12.2.7",
"@angular/compiler": "^12.2.7",
"@angular/core": "^12.2.7",
"@angular/animations": "^12.2.12",
"@angular/cdk": "^12.2.12",
"@angular/common": "^12.2.12",
"@angular/compiler": "^12.2.12",
"@angular/core": "^12.2.12",
"@angular/flex-layout": "^12.0.0-beta.35",
"@angular/forms": "^12.2.7",
"@angular/material": "^12.2.7",
"@angular/platform-browser": "^12.2.7",
"@angular/platform-browser-dynamic": "^12.2.7",
"@angular/router": "^12.2.7",
"@tibco/spotfire-wrapper": "^0.15.0",
"@angular/forms": "^12.2.12",
"@angular/material": "^12.2.12",
"@angular/platform-browser": "^12.2.12",
"@angular/platform-browser-dynamic": "^12.2.12",
"@angular/router": "^12.2.12",
"@tibco/spotfire-wrapper": "^0.15.1",
"brace": "^0.11.1",
"chart.js": "^3.6.0",
"chartjs-plugin-datalabels": "^2.0.0",
"core-js": "^3.18.0",
"core-js": "^3.19.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"ng2-charts": "^3.0.0-rc.7",
"ngx-color-picker": "^10.1.0",
"primeicons": "^4.1.0",
"primeng": "^12.1.1",
"primeng": "^12.2.1",
"rxjs": "^6.6.7",
"sass": "^1.42.1",
"sass": "^1.43.4",
"ws": "^7.5.5",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.2.7",
"@angular/cli": "^12.2.7",
"@angular/compiler-cli": "^12.2.7",
"@angular/elements": "^12.2.7",
"@angular/language-service": "^12.2.7",
"@types/node": "^14.17.18",
"@angular-devkit/build-angular": "^12.2.12",
"@angular/cli": "^12.2.12",
"@angular/compiler-cli": "^12.2.12",
"@angular/elements": "^12.2.12",
"@angular/language-service": "^12.2.12",
"@types/node": "^14.17.32",
"codelyzer": "^6.0.0",
"ng-packagr": "^12.2.2",
"ng-packagr": "^12.2.5",
"npm": "^6.14.15",
"properties-reader": "^2.2.0",
"ts-node": "^8.10.2",
Expand Down
6 changes: 3 additions & 3 deletions projects/tibco-tcstk/tc-ag-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@tibco-tcstk/tc-ag-grid",
"version": "3.1.0",
"version": "3.2.0",
"peerDependencies": {
"@angular/common": "^12.2.7",
"@angular/core": "^12.2.7",
"@angular/common": "^12.2.12",
"@angular/core": "^12.2.12",
"ag-grid-angular": "^22.1.1",
"ag-grid-community": "^22.1.1",
"@tibco-tcstk/tc-liveapps-lib": "^3.1.0"
Expand Down
6 changes: 3 additions & 3 deletions projects/tibco-tcstk/tc-core-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@tibco-tcstk/tc-core-lib",
"version": "3.1.0",
"version": "3.2.0",
"scripts": {
"compodoc": "npx compodoc -p tsconfig.lib.json"
},
"peerDependencies": {
"@angular/common": "^12.2.7",
"@angular/core": "^12.2.7"
"@angular/common": "^12.2.12",
"@angular/core": "^12.2.12"
},
"author": {
"name": "TIBCO Labs",
Expand Down
6 changes: 3 additions & 3 deletions projects/tibco-tcstk/tc-events-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@tibco-tcstk/tc-events-lib",
"version": "3.1.0",
"version": "3.2.0",
"peerDependencies": {
"@angular/common": "^12.2.7",
"@angular/core": "^12.2.7"
"@angular/common": "^12.2.12",
"@angular/core": "^12.2.12"
}
}
8 changes: 4 additions & 4 deletions projects/tibco-tcstk/tc-forms-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@tibco-tcstk/tc-forms-lib",
"version": "3.1.0",
"version": "3.2.0",
"peerDependencies": {
"@angular/common": "^12.2.7",
"@angular/core": "^12.2.7",
"@angular/material": "^12.2.7",
"@angular/common": "^12.2.12",
"@angular/core": "^12.2.12",
"@angular/material": "^12.2.12",
"@angular/flex-layout": "^12.0.0-beta.35",
"@ajsf/bootstrap4": "^0.4.0-beta.1",
"@ajsf/material": "^0.4.0-beta.1",
Expand Down
8 changes: 4 additions & 4 deletions projects/tibco-tcstk/tc-liveapps-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@tibco-tcstk/tc-liveapps-lib",
"version": "3.1.0",
"version": "3.2.0",
"scripts": {
"compodoc": "npx compodoc -p tsconfig.lib.json"
},
"peerDependencies": {
"@angular/common": "^12.2.7",
"@angular/core": "^12.2.7",
"@angular/material": "^12.2.7",
"@angular/common": "^12.2.12",
"@angular/core": "^12.2.12",
"@angular/material": "^12.2.12",
"@angular/flex-layout": "^12.0.0-beta.35",
"ngx-color-picker": "^10.1.0",
"ng2-charts": "^2.4.3",
Expand Down
6 changes: 3 additions & 3 deletions projects/tibco-tcstk/tc-messaging-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "@tibco-tcstk/tc-messaging-lib",
"version": "3.0.1",
"peerDependencies": {
"@angular/common": "^12.2.7",
"@angular/core": "^12.2.7",
"@angular/material": "^12.2.7",
"@angular/common": "^12.2.12",
"@angular/core": "^12.2.12",
"@angular/material": "^12.2.12",
"@angular/flex-layout": "^12.0.0-beta.35",
"@tibco-tcstk/tc-core-lib": "^3.1.0",
"ws": "^7.5.5"
Expand Down
6 changes: 3 additions & 3 deletions projects/tibco-tcstk/tc-primeng-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@tibco-tcstk/tc-primeng-lib",
"version": "3.1.0",
"version": "3.2.0",
"peerDependencies": {
"@angular/common": "^12.2.7",
"@angular/core": "^12.2.7",
"@angular/common": "^12.2.12",
"@angular/core": "^12.2.12",
"primeicons": "^4.1.0",
"primeng": "^12.1.1",
"@tibco-tcstk/tc-liveapps-lib": "^3.1.0"
Expand Down
6 changes: 3 additions & 3 deletions projects/tibco-tcstk/tc-scribe-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@tibco-tcstk/tc-scribe-lib",
"version": "3.1.0",
"version": "3.2.0",
"peerDependencies": {
"@angular/common": "^12.2.7",
"@angular/core": "^12.2.7"
"@angular/common": "^12.2.12",
"@angular/core": "^12.2.12"
}
}
10 changes: 5 additions & 5 deletions projects/tibco-tcstk/tc-spotfire-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@tibco-tcstk/tc-spotfire-lib",
"version": "3.1.0",
"version": "3.2.0",
"scripts": {
"compodoc": "npx compodoc -p tsconfig.lib.json"
},
"peerDependencies": {
"@angular/common": "^12.2.7",
"@angular/core": "^12.2.7",
"@angular/material": "^12.2.7",
"@angular/common": "^12.2.12",
"@angular/core": "^12.2.12",
"@angular/material": "^12.2.12",
"@angular/flex-layout": "^12.0.0-beta.35",
"ngx-color-picker": "^10.1.0",
"@tibco-tcstk/tc-core-lib": "^3.1.0",
"@tibco/spotfire-wrapper": "^0.15.0",
"@tibco/spotfire-wrapper": "^0.15.1",
"brace": "^0.11.1",
"lodash": "^4.17.21"
},
Expand Down
6 changes: 3 additions & 3 deletions projects/tibco-tcstk/tc-tcmd-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@tibco-tcstk/tc-tcmd-lib",
"version": "3.1.0",
"version": "3.2.0",
"peerDependencies": {
"@angular/common": "^12.2.7",
"@angular/core": "^12.2.7"
"@angular/common": "^12.2.12",
"@angular/core": "^12.2.12"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down
6 changes: 3 additions & 3 deletions projects/tibco-tcstk/tc-tsc-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@tibco-tcstk/tc-tsc-lib",
"version": "3.1.0",
"version": "3.2.0",
"peerDependencies": {
"@angular/common": "^12.2.7",
"@angular/core": "^12.2.7"
"@angular/common": "^12.2.12",
"@angular/core": "^12.2.12"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down

0 comments on commit c0ac198

Please sign in to comment.