Skip to content

Commit

Permalink
Merge pull request #87 from agility/dlo/plenum2.1.16
Browse files Browse the repository at this point in the history
Updating Plenum to 2.1.16
  • Loading branch information
DerekAgility authored Nov 11, 2024
2 parents a905f43 + 6ed62ac commit ead2fd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agility/plenum-ui",
"version": "2.1.15",
"version": "2.1.16",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion stories/molecules/inputs/InputLabel/InputLabel.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// If we remove React from this import, manager app fails with no React reference found
// TODO: investigate this further
// eslint-disable-next-line @typescript-eslint/no-unused-vars
//@ts-ignore
import React, { FC } from "react";
import { default as cn } from "classnames";

Expand Down

0 comments on commit ead2fd2

Please sign in to comment.