Skip to content

Commit

Permalink
Merge pull request #112 from sasaki77/update-packages
Browse files Browse the repository at this point in the history
MAINT: Update packages version
  • Loading branch information
sasaki77 authored Nov 7, 2022
2 parents a4e737e + ccd2097 commit 16fb225
Show file tree
Hide file tree
Showing 4 changed files with 1,070 additions and 708 deletions.
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,34 +23,36 @@
},
"engineStrict": true,
"devDependencies": {
"@grafana/data": "9.0.6",
"@grafana/runtime": "9.0.6",
"@grafana/toolkit": "9.0.6",
"@grafana/ui": "9.0.6",
"@grafana/data": "9.2.3",
"@grafana/runtime": "9.2.3",
"@grafana/toolkit": "9.2.3",
"@grafana/ui": "9.2.3",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/react": "^13.4.0",
"@types/enzyme": "3.10.12",
"@types/enzyme-adapter-react-16": "1.0.6",
"@types/grafana": "github:CorpGlory/types-grafana",
"@types/jquery": "3.5.14",
"@types/lodash": "^4.14.182",
"@types/lodash": "^4.14.188",
"@types/mathjs": "^9.4.1",
"@types/ms": "^0.7.31",
"@types/react-autosuggest": "^10.1.5",
"@types/react-test-renderer": "18.0.0",
"@types/uuid": "^8.3.4",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"enzyme-adapter-react-16": "1.15.7",
"enzyme-to-json": "3.6.2",
"mathjs": "^11.0.1",
"mathjs": "^11.3.3",
"ms": "^2.1.3",
"react": "^18.2.0",
"react-autosuggest": "^10.1.0",
"react-dom": "^18.2.0",
"react-test-renderer": "18.2.0",
"uuid": "^8.3.2"
"uuid": "^9.0.0"
},
"resolutions": {
"rxjs": "7.3.0"
},
"homepage": "https://github.com/sasaki77/archiverappliance-datasource#readme",
"dependencies": {}
}
}
2 changes: 1 addition & 1 deletion src/components/__snapshots__/ConfigEditor.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ exports[`Render should render component 1`] = `
<div
className="gf-form"
>
<Switch$2
<Switch$1
checked={false}
label="Use Backend"
labelClass="width-13"
Expand Down
20 changes: 10 additions & 10 deletions src/components/__snapshots__/QueryEditor.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ exports[`Render Editor with basic options should render normally 1`] = `
}
/>
</div>
<Switch$2
<Switch$1
checked={false}
label="Regex"
labelClass="width-7 query-keyword"
Expand Down Expand Up @@ -180,7 +180,7 @@ exports[`Render Editor with basic options should render normally 1`] = `
}
/>
</div>
<Switch$2
<Switch$1
checked={false}
label="Stream"
labelClass="width-7 query-keyword"
Expand Down Expand Up @@ -404,7 +404,7 @@ exports[`Render Editor with basic options should render regex mode 1`] = `
}
/>
</div>
<Switch$2
<Switch$1
checked={true}
label="Regex"
labelClass="width-7 query-keyword"
Expand Down Expand Up @@ -508,7 +508,7 @@ exports[`Render Editor with basic options should render regex mode 1`] = `
}
/>
</div>
<Switch$2
<Switch$1
checked={false}
label="Stream"
labelClass="width-7 query-keyword"
Expand Down Expand Up @@ -730,7 +730,7 @@ exports[`Render Editor with basic options should render with alias pattern 1`] =
}
/>
</div>
<Switch$2
<Switch$1
checked={false}
label="Regex"
labelClass="width-7 query-keyword"
Expand Down Expand Up @@ -834,7 +834,7 @@ exports[`Render Editor with basic options should render with alias pattern 1`] =
}
/>
</div>
<Switch$2
<Switch$1
checked={false}
label="Stream"
labelClass="width-7 query-keyword"
Expand Down Expand Up @@ -1060,7 +1060,7 @@ exports[`Render Editor with basic options should render with stream 1`] = `
}
/>
</div>
<Switch$2
<Switch$1
checked={false}
label="Regex"
labelClass="width-7 query-keyword"
Expand Down Expand Up @@ -1164,7 +1164,7 @@ exports[`Render Editor with basic options should render with stream 1`] = `
}
/>
</div>
<Switch$2
<Switch$1
checked={true}
label="Stream"
labelClass="width-7 query-keyword"
Expand Down Expand Up @@ -1386,7 +1386,7 @@ exports[`Render Editor with basic options should render with top function 1`] =
}
/>
</div>
<Switch$2
<Switch$1
checked={false}
label="Regex"
labelClass="width-7 query-keyword"
Expand Down Expand Up @@ -1490,7 +1490,7 @@ exports[`Render Editor with basic options should render with top function 1`] =
}
/>
</div>
<Switch$2
<Switch$1
checked={false}
label="Stream"
labelClass="width-7 query-keyword"
Expand Down
Loading

0 comments on commit 16fb225

Please sign in to comment.