grafana/public/app/features/variables/pickers
kay delaney bad048b7ba
Performance: Standardize lodash imports to use destructured members (#33040)
* Performance: Standardize lodash imports to use destructured members
Changes lodash imports of the form `import x from 'lodash/x'` to
`import { x } from 'lodash'` to reduce bundle size.

* Remove unnecessary _ import from Graph component

* Enforce lodash import style

* Fix remaining lodash imports
2021-04-21 09:38:00 +02:00
..
OptionsPicker Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
shared Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
index.ts Chore: reduce strict errors for variables (#31241) 2021-02-18 06:21:35 +01:00
PickerRenderer.tsx Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
types.ts Variables: Extend option pickers to accept custom onChange callback (#30913) 2021-02-12 16:00:12 +02:00