Skip to content

Commit

Permalink
[core] Fix package.json repository rule
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 13, 2024
1 parent 298e1b6 commit dc7b629
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/public/_headers
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
X-XSS-Protection: 1; mode=block
Referrer-Policy: strict-origin-when-cross-origin
# TODO: progressively reduce the CSP scopes
# Start with a wildcard, using https://github.com/oliviertassinari/mui-toolpad/blob/f4c4eb046b352e4fc00729c3bed605e671b040c4/packages/toolpad-studio/src/server/index.ts#L241
# Start with a wildcard, using https://github.com/mui/mui-toolpad/blob/f4c4eb046b352e4fc00729c3bed605e671b040c4/packages/toolpad-studio/src/server/index.ts#L241
Content-Security-Policy: default-src * data: mediastream: blob: filesystem: about: ws: wss: 'unsafe-eval' 'wasm-unsafe-eval' 'unsafe-inline'; script-src * data: blob: 'unsafe-inline' 'unsafe-eval'; script-src-elem * data: blob: 'unsafe-inline'; connect-src * data: blob: 'unsafe-inline'; img-src * data: blob: 'unsafe-inline'; media-src * data: blob: 'unsafe-inline'; frame-src * data: blob: ; style-src * data: blob: 'unsafe-inline'; font-src * data: blob: 'unsafe-inline'; frame-ancestors *;
2 changes: 1 addition & 1 deletion packages/eslint-plugin-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mui/mui-x.git"
"url": "git+https://github.com/mui/mui-x.git"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion packages/x-charts-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mui/mui-x.git",
"url": "git+https://github.com/mui/mui-x.git",
"directory": "packages/x-charts-pro"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-charts-vendor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/mui/mui-x.git",
"url": "git+https://github.com/mui/mui-x.git",
"directory": "packages/x-charts-vendor"
},
"license": "MIT AND ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mui/mui-x.git",
"url": "git+https://github.com/mui/mui-x.git",
"directory": "packages/x-charts"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mui/mui-x.git",
"url": "git+https://github.com/mui/mui-x.git",
"directory": "packages/x-codemod"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-data-grid-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mui/mui-x.git",
"url": "git+https://github.com/mui/mui-x.git",
"directory": "packages/x-data-grid-generator"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-data-grid-premium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mui/mui-x.git",
"url": "git+https://github.com/mui/mui-x.git",
"directory": "packages/x-data-grid-premium"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-data-grid-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mui/mui-x.git",
"url": "git+https://github.com/mui/mui-x.git",
"directory": "packages/x-data-grid-pro"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-data-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mui/mui-x.git",
"url": "git+https://github.com/mui/mui-x.git",
"directory": "packages/x-data-grid"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mui/mui-x.git",
"url": "git+https://github.com/mui/mui-x.git",
"directory": "packages/x-date-pickers-pro"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mui/mui-x.git",
"url": "git+https://github.com/mui/mui-x.git",
"directory": "packages/x-date-pickers"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-internals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mui/mui-x.git",
"url": "git+https://github.com/mui/mui-x.git",
"directory": "packages/x-internals"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-license/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mui/mui-x.git",
"url": "git+https://github.com/mui/mui-x.git",
"directory": "packages/x-license"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-tree-view-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mui/mui-x.git",
"url": "git+https://github.com/mui/mui-x.git",
"directory": "packages/x-tree-view-pro"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-tree-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mui/mui-x.git",
"url": "git+https://github.com/mui/mui-x.git",
"directory": "packages/x-tree-view"
},
"dependencies": {
Expand Down

0 comments on commit dc7b629

Please sign in to comment.