Skip to content

Commit

Permalink
Revert unneeded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-sammons committed Jan 18, 2024
1 parent 8d1bf00 commit acc0df1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"@types/enzyme": "3.10.5",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.194",
"@types/luxon": "^3.4.0",
"@types/node": "^18.15.11",
"@types/prismjs": "1.16.5",
"@types/react": "17.0.14",
Expand Down Expand Up @@ -90,7 +89,6 @@
"@grafana/schema": "canary",
"@grafana/ui": "9.5.5",
"lodash": "4.17.21",
"luxon": "^3.4.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-use": "17.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/datasource/components/FieldValueFrequency.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react'
import React from 'react';
import { Field, ValueFrequency } from 'datasource/types';
import { Toggletip } from './Toggletip';
import { HorizontalGroup, VerticalGroup, Button } from '@grafana/ui';
Expand Down
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2756,11 +2756,6 @@
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.195.tgz"
integrity sha512-Hwx9EUgdwf2GLarOjQp5ZH8ZmblzcbTBC2wtQWNKARBSxM9ezRIAUpeDTgoQRAFB0+8CNWXVA9+MaSOzOF3nPg==

"@types/luxon@^3.4.0":
version "3.4.0"
resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-3.4.0.tgz#02c16b7c6ecea55426b404e13e4ea971fb057b87"
integrity sha512-PEVoA4MOfSsFNaPrZjIUGUZujBDxnO/tj2A2N9KfzlR+pNgpBdDuk0TmRvSMAVUP5q4q8IkMEZ8UOp3MIr+QgA==

"@types/node@*", "@types/node@^18.15.11":
version "18.16.18"
resolved "https://registry.npmjs.org/@types/node/-/node-18.16.18.tgz"
Expand Down Expand Up @@ -7459,11 +7454,6 @@ lru-cache@^6.0.0:
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.0.tgz"
integrity sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==

luxon@^3.4.4:
version "3.4.4"
resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.4.4.tgz#cf20dc27dc532ba41a169c43fdcc0063601577af"
integrity sha512-zobTr7akeGHnv7eBOXcRgMeCP6+uyYsczwmeRCauvpvaAltgNyTbLH/+VaEAPUeWBT+1GuNmz4wC/6jtQzbbVA==

lz-string@^1.4.4:
version "1.4.4"
resolved "https://registry.npmjs.org/lz-string/-/lz-string-1.4.4.tgz"
Expand Down

0 comments on commit acc0df1

Please sign in to comment.