deps: bump @primer/react from 36.7.0 to 36.11.0 (#997)
Bumps [@primer/react](https://github.com/primer/react) from 36.7.0 to 36.11.0. - [Release notes](https://github.com/primer/react/releases) - [Commits](https://github.com/primer/react/compare/v36.7.0...@primer/react@36.11.0) --- updated-dependencies: - dependency-name: "@primer/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Mar 14, 2024 at 17:45 UTC
cb37305b34c49c002b9f9968d8bb2c2d5a7c9c00
1 file changed
+18
-4
package-lock.json
+18
-4
@@ -4826,6 +4826,11 @@
4826
"resolved": "https://registry.npmjs.org/@lit-labs/react/-/react-1.2.1.tgz",
4827
"integrity": "sha512-DiZdJYFU0tBbdQkfwwRSwYyI/mcWkg3sWesKRsHUd4G+NekTmmeq9fzsurvcKTNVa0comNljwtg4Hvi1ds3V+A=="
4828
},
4829
+ "node_modules/@lit-labs/ssr-dom-shim": {
4830
+ "version": "1.2.0",
4831
+ "resolved": "https://registry.npmjs.org/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.2.0.tgz",
4832
+ "integrity": "sha512-yWJKmpGE6lUURKAaIltoPIE/wrbY3TEkqQt+X0m+7fQNnAv0keydnYvbiJFP1PnMhizmIWRWOG5KLhYyc/xl+g=="
4833
+ },
4834
"node_modules/@lmdb/lmdb-darwin-arm64": {
4835
"version": "2.5.3",
4836
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-2.5.3.tgz",
@@ -8302,6 +8307,14 @@
8307
"resolved": "https://registry.npmjs.org/@primer/behaviors/-/behaviors-1.5.1.tgz",
8308
"integrity": "sha512-ApPbNhiWPHscs0+rLV76sCY75IEpPvDEZq9+iQXQqU6Tv5SLdax3PmzJlUHftlQ7O/eJnLO1dTEMEwj2Yn1BLA=="
8309
},
8310
+ "node_modules/@primer/live-region-element": {
8311
+ "version": "0.2.0",
8312
+ "resolved": "https://registry.npmjs.org/@primer/live-region-element/-/live-region-element-0.2.0.tgz",
8313
+ "integrity": "sha512-3zE1ipoMMxdmAkgB49dX+CIVpIXCGQGYwq5EF4kUIcMLjE4nAUOWkEMlcTCrDAlvfrv71YRx+h+AjRX70urLRg==",
8314
+ "dependencies": {
8315
+ "@lit-labs/ssr-dom-shim": "^1.2.0"
8316
+ }
8317
+ },
8318
"node_modules/@primer/octicons-react": {
8319
"version": "19.8.0",
8320
"resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-19.8.0.tgz",
@@ -8319,17 +8332,18 @@
8332
"integrity": "sha512-BFxFKwa0Bkr+esqbXU5Yt91z/58J2MPoW1cYtp0j2rUYus4lIZnczX7+ZYb7j4BqpfY/88q9Vn+BRwW/Sx4eIA=="
8333
},
8334
"node_modules/@primer/react": {
8322
- "version": "36.7.0",
8323
- "resolved": "https://registry.npmjs.org/@primer/react/-/react-36.7.0.tgz",
8324
- "integrity": "sha512-tbUhei3BfY5eUwBTu1D07Kc8PYMvzIlHANQFgzMG9w1mtDKBTbZY2O3eOpmYt66nsdueJRfALwN/8D+Foyfc6g==",
8335
+ "version": "36.11.0",
8336
+ "resolved": "https://registry.npmjs.org/@primer/react/-/react-36.11.0.tgz",
8337
+ "integrity": "sha512-ECVoWy/Df0FnZc220H8S+JtjJJyXPnTVcaLVk0XRImodcYzRg+ihQHnFTuDCWr9gkqYLraqxbWxq9jYtvMc0Ag==",
8338
"dependencies": {
8339
"@github/combobox-nav": "^2.1.5",
8340
"@github/markdown-toolbar-element": "^2.1.0",
8341
"@github/paste-markdown": "^1.4.0",
8342
"@github/relative-time-element": "^4.1.2",
8330
- "@lit-labs/react": "^1.1.1",
8343
+ "@lit-labs/react": "1.2.1",
8344
"@oddbird/popover-polyfill": "^0.3.1",
8345
"@primer/behaviors": "^1.5.1",
8346
+ "@primer/live-region-element": "^0.2.0",
8347
"@primer/octicons-react": "^19.8.0",
8348
"@primer/primitives": "7.15.3",
8349
"@react-aria/ssr": "^3.5.0",