fix: handsontable v13
Build / Build-and-ng-test (pull_request) Failing after 23s Details

This commit is contained in:
Mihajlo Medjedovic 2023-09-06 21:57:11 +02:00
parent 5e30dc0f89
commit 6f482ec6d9
2 changed files with 18 additions and 18 deletions

View File

@ -20,7 +20,7 @@
"@clr/angular": "^13.17.0",
"@clr/icons": "^13.0.2",
"@clr/ui": "^13.17.0",
"@handsontable/angular": "^13.0.0",
"@handsontable/angular": "^13.1.0",
"@sasjs/adapter": "4.9.2",
"@sasjs/utils": "^3.4.0",
"@sheet/crypto": "1.20211122.1",
@ -32,7 +32,7 @@
"crypto-js": "^3.3.0",
"d3-graphviz": "^5.0.2",
"fs-extra": "^7.0.1",
"handsontable": "^13.0.0",
"handsontable": "^13.1.0",
"https-browserify": "1.0.0",
"hyperformula": "^2.5.0",
"iconv-lite": "^0.5.0",
@ -3093,9 +3093,9 @@
"integrity": "sha512-uq7O52wvo2Lggsx1x21tKZgqkJpvwCseBBPtX/nKQfpVlEsLOb11zZ1CRsWUKvJF0+lzuA9jwvA7Pr2Wt7i3xw=="
},
"node_modules/@handsontable/angular": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/@handsontable/angular/-/angular-13.0.0.tgz",
"integrity": "sha512-wbka5xCFdD9gdtceu7UuVac+0I4zg5RDlK/u6vv9ACmrgPbYTkR5W/KqhG2FLmpUfICGEqV1cyzmQRavdQH1UQ==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@handsontable/angular/-/angular-13.1.0.tgz",
"integrity": "sha512-FPU0pPFSG2R8uCk6DjdY8hcCNi+i1cfhe7qkbZfXfJz8EOtF30WN+8QBYO3rza+EOfWJ/7VKExj4Eui+ezXmOQ==",
"optionalDependencies": {
"tslib": "^2.2.0"
},
@ -9666,12 +9666,12 @@
"dev": true
},
"node_modules/handsontable": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/handsontable/-/handsontable-13.0.0.tgz",
"integrity": "sha512-qjfUQCJCeD5OJbUnXpEaruJJ8MfI2/yZI6q0wAGd+85tCAcpknJODR9FqRHpcTrKf+Mc9HO/CJ6qBAJHiXSrhA==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/handsontable/-/handsontable-13.1.0.tgz",
"integrity": "sha512-KqJtS3rJeOWsFWCffnDlM8fcLMTqmW+Vbc7OCVM4X7dYDpfefgFerjNLIxLfT9xohcQoUOS1jcvXwV8dwSppVQ==",
"dependencies": {
"@types/pikaday": "1.7.4",
"core-js": "^3.0.0",
"core-js": "^3.31.1",
"dompurify": "^2.1.1",
"moment": "2.29.4",
"numbro": "2.1.2",
@ -20034,9 +20034,9 @@
}
},
"@handsontable/angular": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/@handsontable/angular/-/angular-13.0.0.tgz",
"integrity": "sha512-wbka5xCFdD9gdtceu7UuVac+0I4zg5RDlK/u6vv9ACmrgPbYTkR5W/KqhG2FLmpUfICGEqV1cyzmQRavdQH1UQ==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@handsontable/angular/-/angular-13.1.0.tgz",
"integrity": "sha512-FPU0pPFSG2R8uCk6DjdY8hcCNi+i1cfhe7qkbZfXfJz8EOtF30WN+8QBYO3rza+EOfWJ/7VKExj4Eui+ezXmOQ==",
"requires": {
"tslib": "^2.2.0"
}
@ -25056,12 +25056,12 @@
"dev": true
},
"handsontable": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/handsontable/-/handsontable-13.0.0.tgz",
"integrity": "sha512-qjfUQCJCeD5OJbUnXpEaruJJ8MfI2/yZI6q0wAGd+85tCAcpknJODR9FqRHpcTrKf+Mc9HO/CJ6qBAJHiXSrhA==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/handsontable/-/handsontable-13.1.0.tgz",
"integrity": "sha512-KqJtS3rJeOWsFWCffnDlM8fcLMTqmW+Vbc7OCVM4X7dYDpfefgFerjNLIxLfT9xohcQoUOS1jcvXwV8dwSppVQ==",
"requires": {
"@types/pikaday": "1.7.4",
"core-js": "^3.0.0",
"core-js": "^3.31.1",
"dompurify": "^2.1.1",
"hyperformula": "^2.4.0",
"moment": "2.29.4",

View File

@ -46,7 +46,7 @@
"@clr/angular": "^13.17.0",
"@clr/icons": "^13.0.2",
"@clr/ui": "^13.17.0",
"@handsontable/angular": "^13.0.0",
"@handsontable/angular": "^13.1.0",
"@sasjs/adapter": "4.9.2",
"@sasjs/utils": "^3.4.0",
"@sheet/crypto": "1.20211122.1",
@ -58,7 +58,7 @@
"crypto-js": "^3.3.0",
"d3-graphviz": "^5.0.2",
"fs-extra": "^7.0.1",
"handsontable": "^13.0.0",
"handsontable": "^13.1.0",
"https-browserify": "1.0.0",
"hyperformula": "^2.5.0",
"iconv-lite": "^0.5.0",