Skip to content

Commit 261c042

Browse files
committed
Update ag-grid monorepo to v27
1 parent 44dccc2 commit 261c042

File tree

2 files changed

+21
-12
lines changed

2 files changed

+21
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"@testing-library/jest-dom": "^5.14.1",
88
"@testing-library/react": "^10.4.9",
99
"@testing-library/user-event": "^12.8.3",
10-
"ag-grid-community": "^23.2.1",
11-
"ag-grid-react": "^23.2.1",
10+
"ag-grid-community": "^27.1.0",
11+
"ag-grid-react": "^27.1.0",
1212
"ast-metadata-inferer": "^0.7.0",
1313
"react": "^16.14.0",
1414
"react-dom": "^16.14.0",

yarn.lock

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1844,17 +1844,17 @@ [email protected]:
18441844
loader-utils "^2.0.0"
18451845
regex-parser "^2.2.11"
18461846

1847-
ag-grid-community@^23.2.1:
1848-
version "23.2.1"
1849-
resolved "https://registry.yarnpkg.com/ag-grid-community/-/ag-grid-community-23.2.1.tgz#0cf2beb7ba2fcf66a4865e45faabdbea173d59b6"
1850-
integrity sha512-WHfDV7mFsd6eQJ5yOu26nnpnW7Gd02zcp9LHHfKQky8lfgTEo382qcja7MibHzB2f5vOCBdQnOPsWrbBNKRzhQ==
1847+
ag-grid-community@^27.1.0:
1848+
version "27.1.0"
1849+
resolved "https://registry.yarnpkg.com/ag-grid-community/-/ag-grid-community-27.1.0.tgz#17f73173444a9efc4faea0f0cd6c5090e698f7ee"
1850+
integrity sha512-SWzIJTNa7C6Vinizelcoc1FAJQRt1pDn+A8XHQDO2GTQT+VjBnPL8fg94fLJy0EEvqaN5IhDybNS0nD07SKIQw==
18511851

1852-
ag-grid-react@^23.2.1:
1853-
version "23.2.1"
1854-
resolved "https://registry.yarnpkg.com/ag-grid-react/-/ag-grid-react-23.2.1.tgz#da5d72d50d7fe1c1936860ea4690bc407811d606"
1855-
integrity sha512-tLbgIyjea5Alt2WsPWVDlfCNkI4gIxg8kWcpl1yTsVboVSwAnagpzFpNpIKsjbf/y4WAuKIQFfA0YXPVw4YRSg==
1852+
ag-grid-react@^27.1.0:
1853+
version "27.1.0"
1854+
resolved "https://registry.yarnpkg.com/ag-grid-react/-/ag-grid-react-27.1.0.tgz#3b08203b9731a2b2d5431dddd69d68dc640c311e"
1855+
integrity sha512-AfRwH6BL/LribvLJ2594Fq0/MfZf/17WebjGj927bM3vABDr2OBX3qgMIaQE+kpV9mABPb51rlWLMmbCvltv2g==
18561856
dependencies:
1857-
prop-types "^15.6.2"
1857+
prop-types "^15.8.1"
18581858

18591859
aggregate-error@^3.0.0:
18601860
version "3.0.1"
@@ -8450,6 +8450,15 @@ prop-types@^15.6.2, prop-types@^15.7.2:
84508450
object-assign "^4.1.1"
84518451
react-is "^16.8.1"
84528452

8453+
prop-types@^15.8.1:
8454+
version "15.8.1"
8455+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
8456+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
8457+
dependencies:
8458+
loose-envify "^1.4.0"
8459+
object-assign "^4.1.1"
8460+
react-is "^16.13.1"
8461+
84538462
proxy-addr@~2.0.5:
84548463
version "2.0.6"
84558464
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.6.tgz#fdc2336505447d3f2f2c638ed272caf614bbb2bf"
@@ -8652,7 +8661,7 @@ react-error-overlay@^6.0.7:
86528661
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.7.tgz#1dcfb459ab671d53f660a991513cb2f0a0553108"
86538662
integrity sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA==
86548663

8655-
react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4:
8664+
react-is@^16.12.0, react-is@^16.13.1, react-is@^16.8.1, react-is@^16.8.4:
86568665
version "16.13.1"
86578666
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
86588667
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

0 commit comments

Comments
 (0)