Skip to content

Commit

Permalink
Merge pull request #12 from oxctl/ui-lti-update
Browse files Browse the repository at this point in the history
Pull in newer ui-lti.
  • Loading branch information
buckett authored Jan 30, 2024
2 parents fa7b0d7 + 7d7e882 commit 07316d6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 43 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@instructure/ui-text": "^8.43.1",
"@instructure/ui-themes": "^8.43.1",
"@instructure/ui-view": "^8.43.1",
"@oxctl/ui-lti": "^1.4.4",
"@oxctl/ui-lti": "^1.5.1",
"jwt-decode": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
3 changes: 1 addition & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import React, {useState} from 'react'
import jwtDecode from 'jwt-decode'
import {LtiHeightLimit, LtiTokenRetriever} from '@oxctl/ui-lti'
import {LtiHeightLimit, LtiTokenRetriever, LtiApplyTheme} from '@oxctl/ui-lti'
import {Heading} from "@instructure/ui-heading";
import {Text} from "@instructure/ui-text"
import LtiApplyTheme from "./LtiApplyTheme.jsx";
import {View} from "@instructure/ui-view";

function App() {
Expand Down
33 changes: 0 additions & 33 deletions src/LtiApplyTheme.jsx

This file was deleted.

0 comments on commit 07316d6

Please sign in to comment.