Bump @primer/react from 35.26.1 to 36.5.0 (#485)
* Bump @primer/react from 35.26.1 to 36.5.0 Bumps [@primer/react](https://github.com/primer/react) from 35.26.1 to 36.5.0. - [Release notes](https://github.com/primer/react/releases) - [Changelog](https://github.com/primer/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/react/compare/v35.26.1...v36.5.0) --- updated-dependencies: - dependency-name: "@primer/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Fix breaking change --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pierre Jacquier <pierrejacquier39@gmail.com>
This commit is contained in:
@ -10,7 +10,7 @@
|
|||||||
"@octokit/rest": "^20.0.2",
|
"@octokit/rest": "^20.0.2",
|
||||||
"@octokit/types": "^11.1.0",
|
"@octokit/types": "^11.1.0",
|
||||||
"@primer/octicons-react": "^19.8.0",
|
"@primer/octicons-react": "^19.8.0",
|
||||||
"@primer/react": "^35.26.1",
|
"@primer/react": "^36.5.0",
|
||||||
"@react-three/csg": "^3.1.0",
|
"@react-three/csg": "^3.1.0",
|
||||||
"@react-three/drei": "^9.93.0",
|
"@react-three/drei": "^9.93.0",
|
||||||
"@react-three/fiber": "^8.15.13",
|
"@react-three/fiber": "^8.15.13",
|
||||||
|
@ -2,11 +2,9 @@ import React, { useEffect, useState } from 'react'
|
|||||||
import '@react-three/fiber'
|
import '@react-three/fiber'
|
||||||
import {
|
import {
|
||||||
Box,
|
Box,
|
||||||
Text,
|
|
||||||
useTheme,
|
useTheme,
|
||||||
TabNav,
|
TabNav,
|
||||||
StyledOcticon,
|
Octicon,
|
||||||
Button,
|
|
||||||
} from '@primer/react'
|
} from '@primer/react'
|
||||||
import { FileDiff } from '../../chrome/types'
|
import { FileDiff } from '../../chrome/types'
|
||||||
import { Viewer3D } from './Viewer3D'
|
import { Viewer3D } from './Viewer3D'
|
||||||
@ -266,7 +264,7 @@ export function CadDiff({ before, after }: FileDiff): React.ReactElement {
|
|||||||
sx={{ cursor: 'pointer' }}
|
sx={{ cursor: 'pointer' }}
|
||||||
>
|
>
|
||||||
Combined
|
Combined
|
||||||
<StyledOcticon
|
<Octicon
|
||||||
icon={BeakerIcon}
|
icon={BeakerIcon}
|
||||||
color="fg.muted"
|
color="fg.muted"
|
||||||
sx={{ pl: 1 }}
|
sx={{ pl: 1 }}
|
||||||
|
Reference in New Issue
Block a user