package/core: bump material-table and remove package patch
This commit is contained in:
@@ -17,8 +17,7 @@
|
||||
"lint": "lerna run lint --since origin/master --",
|
||||
"lint:all": "lerna run lint --",
|
||||
"create-plugin": "backstage-cli create-plugin",
|
||||
"remove-plugin": "backstage-cli remove-plugin",
|
||||
"postinstall": "patch-package"
|
||||
"remove-plugin": "backstage-cli remove-plugin"
|
||||
},
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
@@ -29,7 +28,6 @@
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^{{version}}",
|
||||
"lerna": "^3.20.2",
|
||||
"patch-package": "^6.2.2",
|
||||
"prettier": "^1.19.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
# patches
|
||||
|
||||
This folder contains patches for dependency type declarations. Typescript doesn't provide a way to override of fix types that are installed as a part of the dependent package itself.
|
||||
|
||||
Do not add any more patches here, these patches were added as a part of getting the entire repo type-checked, and we depended on some packages with bad types.
|
||||
|
||||
As soon as the below issues are fixed, we should remove the patching functionality completely.
|
||||
|
||||
## material-table
|
||||
|
||||
Fixed in master but not released yet, tracked here: https://github.com/mbrn/material-table/pull/1624
|
||||
@@ -1,12 +0,0 @@
|
||||
diff --git a/node_modules/material-table/types/index.d.ts b/node_modules/material-table/types/index.d.ts
|
||||
index 06b700b..5b3c765 100644
|
||||
--- a/node_modules/material-table/types/index.d.ts
|
||||
+++ b/node_modules/material-table/types/index.d.ts
|
||||
@@ -228,7 +228,6 @@ export interface Options {
|
||||
showTitle?: boolean;
|
||||
showTextRowsSelected?: boolean;
|
||||
search?: boolean;
|
||||
- searchText?: string;
|
||||
searchFieldAlignment?: 'left' | 'right';
|
||||
searchFieldStyle?: React.CSSProperties;
|
||||
searchText?: string;
|
||||
Reference in New Issue
Block a user