Skip to content

Commit

Permalink
Merge pull request #58 from grafana/feat/auth-component
Browse files Browse the repository at this point in the history
Add Auth component
  • Loading branch information
cletter7 authored May 9, 2023
2 parents cc4997b + 88f90f5 commit 8417d21
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 4 additions & 0 deletions llm-frontend-libs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## v1.3.0

- Add Auth component

## v1.2.0

- Add new ConfigSection, ConfigSubSection and DataSourceDescription components
Expand Down
4 changes: 2 additions & 2 deletions llm-frontend-libs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/experimental",
"version": "1.2.0",
"version": "1.3.0",
"description": "Experimental Grafana components and APIs",
"main": "index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@testing-library/react-hooks": "^5.1.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "10.14.1",
"@types/react": "16.8.16",
"@types/react": "^17.0.0",
"@types/react-test-renderer": "^17.0.1",
"@types/rollup-plugin-visualizer": "2.6.0",
"node-notifier": "^10.0.1",
Expand Down
22 changes: 9 additions & 13 deletions llm-frontend-libs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2927,14 +2927,6 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/[email protected]":
version "16.8.16"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.16.tgz#2bf980b4fb29cceeb01b2c139b3e185e57d3e08e"
integrity sha512-A0+6kS6zwPtvubOLiCJmZ8li5bm3wKIkoKV0h3RdMDOnCj9cYkUnj3bWbE03/lcICdQmwBmUfoFiHeNhbFiyHQ==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/react@^17":
version "17.0.50"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.50.tgz#39abb4f7098f546cfcd6b51207c90c4295ee81fc"
Expand All @@ -2944,6 +2936,15 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@^17.0.0":
version "17.0.58"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.58.tgz#c8bbc82114e5c29001548ebe8ed6c4ba4d3c9fb0"
integrity sha512-c1GzVY97P0fGxwGxhYq989j4XwlcHQoto6wQISOC2v6wm3h0PORRWJFHlkRjfGsiG3y1609WdQ+J+tKxvrEd6A==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/relateurl@*":
version "0.2.29"
resolved "https://registry.yarnpkg.com/@types/relateurl/-/relateurl-0.2.29.tgz#68ccecec3d4ffdafb9c577fe764f912afc050fe6"
Expand Down Expand Up @@ -4439,11 +4440,6 @@ cssstyle@^2.3.0:
dependencies:
cssom "~0.3.6"

csstype@^2.2.0:
version "2.6.21"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.21.tgz#2efb85b7cc55c80017c66a5ad7cbd931fda3a90e"
integrity sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==

csstype@^3.0.2, csstype@^3.0.6:
version "3.1.1"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.1.tgz#841b532c45c758ee546a11d5bd7b7b473c8c30b9"
Expand Down

0 comments on commit 8417d21

Please sign in to comment.