Bumps [@primer/react](https://github.com/primer/react) from 35.23.0 to 35.24.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.23.0...v35.24.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>
		
			
				
	
	
		
			83 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			83 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "name": "diff-viewer-extension",
 | 
						|
    "version": "0.1.0",
 | 
						|
    "private": true,
 | 
						|
    "dependencies": {
 | 
						|
        "@craco/craco": "^7.0.0",
 | 
						|
        "@kittycad/lib": "^0.0.19",
 | 
						|
        "@octokit/openapi-types": "^16.0.0",
 | 
						|
        "@octokit/rest": "^19.0.7",
 | 
						|
        "@octokit/types": "^9.0.0",
 | 
						|
        "@primer/octicons-react": "^18.2.0",
 | 
						|
        "@primer/react": "^35.24.0",
 | 
						|
        "@react-three/drei": "^9.58.5",
 | 
						|
        "@react-three/fiber": "^8.11.1",
 | 
						|
        "@testing-library/jest-dom": "^5.14.1",
 | 
						|
        "@testing-library/react": "^14.0.0",
 | 
						|
        "@testing-library/user-event": "^14.4.3",
 | 
						|
        "@types/chrome": "^0.0.227",
 | 
						|
        "@types/jest": "^29.5.0",
 | 
						|
        "@types/node": "^18.15.11",
 | 
						|
        "@types/react": "^18.0.31",
 | 
						|
        "@types/react-dom": "^18.0.11",
 | 
						|
        "@types/testing-library__jest-dom": "^5.14.5",
 | 
						|
        "@types/three": "^0.149.0",
 | 
						|
        "buffer": "^6.0.3",
 | 
						|
        "github-injection": "^1.1.0",
 | 
						|
        "react": "^18.2.0",
 | 
						|
        "react-dom": "^18.2.0",
 | 
						|
        "react-is": "^18.2.0",
 | 
						|
        "react-scripts": "5.0.1",
 | 
						|
        "styled-components": "^5.3.8",
 | 
						|
        "three": "^0.151.2",
 | 
						|
        "typescript": "^4.4.2"
 | 
						|
    },
 | 
						|
    "scripts": {
 | 
						|
        "start": "react-scripts start",
 | 
						|
        "build": "INLINE_RUNTIME_CHUNK=false craco build",
 | 
						|
        "test": "react-scripts test",
 | 
						|
        "e2e": "yarn build && yarn playwright test",
 | 
						|
        "eject": "react-scripts eject"
 | 
						|
    },
 | 
						|
    "eslintConfig": {
 | 
						|
        "extends": [
 | 
						|
            "react-app",
 | 
						|
            "react-app/jest",
 | 
						|
            "prettier"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "prettier": {
 | 
						|
        "tabWidth": 4,
 | 
						|
        "semi": false,
 | 
						|
        "singleQuote": true,
 | 
						|
        "arrowParens": "avoid",
 | 
						|
        "trailingComma": "es5"
 | 
						|
    },
 | 
						|
    "jest": {
 | 
						|
        "moduleNameMapper": {
 | 
						|
            "three/examples/jsm": "<rootDir>/jest.mockundefined.js"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "browserslist": {
 | 
						|
        "production": [
 | 
						|
            ">0.2%",
 | 
						|
            "not dead",
 | 
						|
            "not op_mini all"
 | 
						|
        ],
 | 
						|
        "development": [
 | 
						|
            "last 1 chrome version",
 | 
						|
            "last 1 firefox version",
 | 
						|
            "last 1 safari version"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "devDependencies": {
 | 
						|
        "@playwright/test": "^1.32.1",
 | 
						|
        "dotenv": "^16.0.3",
 | 
						|
        "eslint": "^8.37.0",
 | 
						|
        "eslint-config-prettier": "^8.8.0",
 | 
						|
        "eslint-config-react-app": "^7.0.1",
 | 
						|
        "eslint-plugin-react": "^7.32.2",
 | 
						|
        "prettier": "^2.8.7"
 | 
						|
    }
 | 
						|
}
 |