mirror of
https://github.com/elastic/kibana.git
synced 2025-04-16 22:21:06 -04:00
chore: remove react-syntax-highlighter leftovers (#213076)
## Summary Removes leftovers of react-syntax-highlighter removed in [this PR](https://github.com/elastic/kibana/pull/204902)
This commit is contained in:
parent
a16dc711fb
commit
b2dd88ec55
3 changed files with 0 additions and 35 deletions
|
@ -3670,25 +3670,6 @@
|
|||
"minimumReleaseAge": "7 days",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "react-syntax-highlighter",
|
||||
"matchDepNames": [
|
||||
"react-syntax-highlighter",
|
||||
"@types/react-syntax-highlighter"
|
||||
],
|
||||
"reviewers": [
|
||||
"team:obs-ux-infra_services-team"
|
||||
],
|
||||
"matchBaseBranches": [
|
||||
"main"
|
||||
],
|
||||
"labels": [
|
||||
"release_note:skip",
|
||||
"backport:all-open"
|
||||
],
|
||||
"minimumReleaseAge": "7 days",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "native-hdr-histogram",
|
||||
"matchDepNames": [
|
||||
|
|
|
@ -10,14 +10,6 @@
|
|||
// Storybook react doesn't declare this in its typings, but it's there.
|
||||
declare module '@storybook/react/standalone';
|
||||
|
||||
// Storybook references this module. It's @ts-ignored in the codebase but when
|
||||
// built into its dist it strips that out. Add it here to avoid a type checking
|
||||
// error.
|
||||
//
|
||||
// See https://github.com/storybookjs/storybook/issues/11684
|
||||
declare module 'react-syntax-highlighter/dist/cjs/create-element';
|
||||
declare module 'react-syntax-highlighter/dist/cjs/prism-light';
|
||||
|
||||
// Storybook uses this module and its types are defined in the source but not in the type output
|
||||
declare module 'file-system-cache' {
|
||||
interface Options {
|
||||
|
|
8
typings/index.d.ts
vendored
8
typings/index.d.ts
vendored
|
@ -9,13 +9,5 @@
|
|||
|
||||
declare module 'axios/lib/adapters/xhr';
|
||||
|
||||
// Storybook references this module. It's @ts-ignored in the codebase but when
|
||||
// built into its dist it strips that out. Add it here to avoid a type checking
|
||||
// error.
|
||||
//
|
||||
// See https://github.com/storybookjs/storybook/issues/11684
|
||||
declare module 'react-syntax-highlighter/dist/cjs/create-element';
|
||||
declare module 'react-syntax-highlighter/dist/cjs/prism-light';
|
||||
|
||||
declare module 'find-cypress-specs';
|
||||
declare module '@cypress/grep/src/plugin';
|
||||
|
|
Loading…
Add table
Reference in a new issue