* 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>
		
			
				
	
	
		
			91 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			91 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "name": "diff-viewer-extension",
 | 
						|
    "version": "0.7.0",
 | 
						|
    "private": true,
 | 
						|
    "dependencies": {
 | 
						|
        "@dicebear/avatars": "^4.10.8",
 | 
						|
        "@dicebear/avatars-bottts-sprites": "^4.10.8",
 | 
						|
        "@kittycad/lib": "^0.0.35",
 | 
						|
        "@octokit/openapi-types": "^19.1.0",
 | 
						|
        "@octokit/rest": "^20.0.2",
 | 
						|
        "@octokit/types": "^11.1.0",
 | 
						|
        "@primer/octicons-react": "^19.8.0",
 | 
						|
        "@primer/react": "^36.5.0",
 | 
						|
        "@react-three/csg": "^3.1.0",
 | 
						|
        "@react-three/drei": "^9.93.0",
 | 
						|
        "@react-three/fiber": "^8.15.13",
 | 
						|
        "@testing-library/jest-dom": "^5.17.0",
 | 
						|
        "@testing-library/react": "^14.1.2",
 | 
						|
        "@testing-library/user-event": "^14.5.1",
 | 
						|
        "@types/chrome": "^0.0.256",
 | 
						|
        "@types/jest": "^29.5.3",
 | 
						|
        "@types/node": "^20.4.2",
 | 
						|
        "@types/react": "^18.2.41",
 | 
						|
        "@types/react-dom": "^18.2.17",
 | 
						|
        "@types/testing-library__jest-dom": "^5.14.8",
 | 
						|
        "@types/three": "^0.154.0",
 | 
						|
        "buffer": "^6.0.3",
 | 
						|
        "github-injection": "^1.1.0",
 | 
						|
        "isomorphic-fetch": "^3.0.0",
 | 
						|
        "react": "^18.2.0",
 | 
						|
        "react-dom": "^18.2.0",
 | 
						|
        "react-is": "^18.2.0",
 | 
						|
        "styled-components": "^5.3.11",
 | 
						|
        "three": "^0.154.0",
 | 
						|
        "three-mesh-bvh": "^0.6.8",
 | 
						|
        "three-stdlib": "^2.28.12",
 | 
						|
        "typescript": "^4.9.5"
 | 
						|
    },
 | 
						|
    "scripts": {
 | 
						|
        "start": "vite",
 | 
						|
        "build": "vite build",
 | 
						|
        "test": "vitest",
 | 
						|
        "e2e": "yarn build && yarn playwright test",
 | 
						|
        "bump": "echo \"$(jq --arg v \"$VERSION\" '.version=$v' package.json --indent 4)\" > package.json && echo \"$(jq --arg v \"$VERSION\" '.version=$v' manifest.json --indent 4)\" > manifest.json"
 | 
						|
    },
 | 
						|
    "eslintConfig": {
 | 
						|
        "extends": [
 | 
						|
            "prettier"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "prettier": {
 | 
						|
        "tabWidth": 4,
 | 
						|
        "semi": false,
 | 
						|
        "singleQuote": true,
 | 
						|
        "arrowParens": "avoid",
 | 
						|
        "trailingComma": "es5"
 | 
						|
    },
 | 
						|
    "browserslist": {
 | 
						|
        "production": [
 | 
						|
            ">0.2%",
 | 
						|
            "not dead",
 | 
						|
            "not op_mini all"
 | 
						|
        ],
 | 
						|
        "development": [
 | 
						|
            "last 1 chrome version",
 | 
						|
            "last 1 firefox version",
 | 
						|
            "last 1 safari version"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "devDependencies": {
 | 
						|
        "@babel/runtime": "^7.22.6",
 | 
						|
        "@crxjs/vite-plugin": "^1.0.14",
 | 
						|
        "@playwright/test": "^1.40.1",
 | 
						|
        "@vitejs/plugin-react": "^4.2.0",
 | 
						|
        "canvas": "^2.11.2",
 | 
						|
        "dotenv": "^16.2.0",
 | 
						|
        "eslint": "^8.54.0",
 | 
						|
        "eslint-config-prettier": "^9.1.0",
 | 
						|
        "eslint-plugin-react": "^7.33.2",
 | 
						|
        "jsdom": "^23.0.1",
 | 
						|
        "prettier": "^3.1.0",
 | 
						|
        "vite": "^4.4.12",
 | 
						|
        "vite-plugin-node-polyfills": "^0.9.0",
 | 
						|
        "vitest": "^0.34.3"
 | 
						|
    },
 | 
						|
    "packageManager": "yarn@3.6.0",
 | 
						|
    "engines": {
 | 
						|
        "node": ">=18.0.0"
 | 
						|
    }
 | 
						|
}
 |