Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@maskito/angular": "^5.1.0",
"@maskito/core": "^5.1.0",
"@maskito/kit": "^5.3.1",
"ag-grid-angular": "^34.3.1",
"ag-grid-community": "^34.3.1",
"ag-grid-angular": "^35.3.1",
"ag-grid-community": "^36.1.0",
"highlight.js": "^11.11.1",
"jspdf": "^4.2.1",
"jspdf-autotable": "^5.0.8",
Expand Down
62 changes: 43 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7823,32 +7823,56 @@ __metadata:
languageName: node
linkType: hard

"ag-charts-types@npm:12.3.1":
version: 12.3.1
resolution: "ag-charts-types@npm:12.3.1"
checksum: 10c0/e2db0006ddb96f7d5766749cbfd15371725027dacd7fd516c511ad69e72acbbd6bca6ec96c445ca7c962c05e7d915503572a050f92485c6a8d3efaabbfcf0b59
"ag-charts-types@npm:13.3.1":
version: 13.3.1
resolution: "ag-charts-types@npm:13.3.1"
checksum: 10c0/8b083402a3a2dc15c2fe005a2fa8d7c305ce0568ba4567dff266d34d1cc20dfa5a983822cbe37aa1aa7062c60f2c918f83b4416212109384f9ea9e014987f61b
languageName: node
linkType: hard

"ag-grid-angular@npm:^34.3.1":
version: 34.3.1
resolution: "ag-grid-angular@npm:34.3.1"
"ag-charts-types@npm:14.1.0":
version: 14.1.0
resolution: "ag-charts-types@npm:14.1.0"
checksum: 10c0/ded7ad98fb6795629938bc7d652bfaa8fc249e5dfbeef00d03371f805b2f0da2652ff9f17326ff57cb850b23f633cf81f7628858973c6e3582daf0b8918484f9
languageName: node
linkType: hard

"ag-grid-angular@npm:^35.3.1":
version: 35.3.1
resolution: "ag-grid-angular@npm:35.3.1"
dependencies:
ag-grid-community: "npm:34.3.1"
tslib: "npm:^2.3.0"
ag-grid-community: "npm:35.3.1"
tslib: "npm:^2.8.1"
peerDependencies:
"@angular/common": ">= 17.0.0"
"@angular/core": ">= 17.0.0"
checksum: 10c0/792ed11b190992edb3e6b55c4a35a8070c16349824f288cbe12d6742703930a6b85c21017ee635513de85df2bfcacfc015abb2643d11a91e098addb1dbc01e27
"@angular/common": ">= 18.0.0"
"@angular/core": ">= 18.0.0"
checksum: 10c0/894b580bfde020bacadfaaaa7e0179ac131cf6707fda1a5b77cdbc17d15b106c99ff406bab967689fe289242f8c490d0693e1de1ea1fdd1f660c5d7a01b355dc
languageName: node
linkType: hard

"ag-grid-community@npm:34.3.1, ag-grid-community@npm:^34.3.1":
version: 34.3.1
resolution: "ag-grid-community@npm:34.3.1"
"ag-grid-community@npm:35.3.1":
version: 35.3.1
resolution: "ag-grid-community@npm:35.3.1"
dependencies:
ag-charts-types: "npm:12.3.1"
checksum: 10c0/13e0ccaaac10dbbbb8fcee664e4bbb70cef14e84b662fa1c9e294993dd1fda857be9ff8c6e13d82550513816a62d528489b08c06add5d5b7f0344481301b79b9
ag-charts-types: "npm:13.3.1"
checksum: 10c0/65acd61236907b66133f464757fa5bb120c35b17fa30bd434cea15e59b948e211560890f19b864a07456b50bdb2e5bda4a8c1f85e715762492bcab803e7e1e9c
languageName: node
linkType: hard

"ag-grid-community@npm:^36.1.0":
version: 36.1.0
resolution: "ag-grid-community@npm:36.1.0"
dependencies:
ag-charts-types: "npm:14.1.0"
ag-stack: "npm:36.1.0"
checksum: 10c0/1743905d4918a3aa3448b93dfe181d6b3828ca0732cac72e510e23c827a6473ef7abb68e542ea03b6e5773d36d18ab93d6d6c1360675534f1c6ddbc274de3120
languageName: node
linkType: hard

"ag-stack@npm:36.1.0":
version: 36.1.0
resolution: "ag-stack@npm:36.1.0"
checksum: 10c0/9840ceccc7ad73e09e3ce8b50c2e57618b7e9ce2d43cb59573c435ab7998462d9bd4b11c99f0a7926bbb5eb6f0b7b0ff63e2495ee8545c402e005ab849a9081a
languageName: node
linkType: hard

Expand Down Expand Up @@ -13539,8 +13563,8 @@ __metadata:
"@types/node": "npm:^24.10.4"
"@types/nunjucks": "npm:^3.2.1"
"@types/spdx-satisfies": "npm:^0.1.2"
ag-grid-angular: "npm:^34.3.1"
ag-grid-community: "npm:^34.3.1"
ag-grid-angular: "npm:^35.3.1"
ag-grid-community: "npm:^36.1.0"
angular-eslint: "npm:^20.7.0"
autoprefixer: "npm:^10.5.2"
chalk: "npm:^6.0.0"
Expand Down
Loading