Skip to content

Commit 889f1e4

Browse files
anaisbergSimonClo
authored andcommitted
📦 install ag-grid
1 parent 17ed2fb commit 889f1e4

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

src/frontend/apps/impress/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"@react-pdf/renderer": "4.3.0",
3333
"@sentry/nextjs": "9.26.0",
3434
"@tanstack/react-query": "5.80.5",
35+
"ag-grid-react": "^33.3.1",
3536
"canvg": "4.0.3",
3637
"clsx": "2.1.1",
3738
"cmdk": "1.1.1",

src/frontend/yarn.lock

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7121,6 +7121,26 @@ acorn@^8.1.0, acorn@^8.11.0, acorn@^8.14.0, acorn@^8.4.1, acorn@^8.8.1, acorn@^8
71217121
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.1.tgz#721d5dc10f7d5b5609a891773d47731796935dfb"
71227122
integrity sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==
71237123

7124+
7125+
version "11.3.1"
7126+
resolved "https://registry.yarnpkg.com/ag-charts-types/-/ag-charts-types-11.3.1.tgz#5664cb61ecb3c8318e22bd1eb60cc4c4dfbb261e"
7127+
integrity sha512-kUSSypwsmkQDT5Oqgcr3zYQShzQuhvYeHaT1l2ocUrz3hBzkIiYwzp9CVG3Vs//M9TUCJLTcR0CBIr9ADhPITw==
7128+
7129+
7130+
version "33.3.1"
7131+
resolved "https://registry.yarnpkg.com/ag-grid-community/-/ag-grid-community-33.3.1.tgz#598a3322dda944455d0ca69ce3a8f32403b0a0cb"
7132+
integrity sha512-c3JXKY5K5V5KVZ6rhFc13hK/8UzaZNwTqL70YKkqUbqwOcogDVVeG4I25W6o5YOlFO6LFN/5xFnFPASWn4LwBw==
7133+
dependencies:
7134+
ag-charts-types "11.3.1"
7135+
7136+
ag-grid-react@^33.3.1:
7137+
version "33.3.1"
7138+
resolved "https://registry.yarnpkg.com/ag-grid-react/-/ag-grid-react-33.3.1.tgz#b6c10e922b493c79408e09335bb30c91135a1aea"
7139+
integrity sha512-CHuuHxzuz2rsKuyxjuGnBadwm0/I2DCG4j1WgIa2wJkdlTUrcKjF6RD9qwfRLYKA4P40shG640emVuU6/qiZLA==
7140+
dependencies:
7141+
ag-grid-community "33.3.1"
7142+
prop-types "^15.8.1"
7143+
71247144
agent-base@6:
71257145
version "6.0.2"
71267146
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"

0 commit comments

Comments
 (0)