Giter Club home page Giter Club logo

cast-ui's Introduction

TAC Component Library

Component Documentation

Usage

Installation

The library depends on styled-components as well as React.

To install with all peer dependencies:

npm install @tkxs/cast-ui styled-components react react-dom --save

or

yarn add @tkxs/cast-ui styled-components react react-dom

The package includes UMD (/lib-umd), CommonJS (/lib-cjs), and ES5 modules (/lib-esm). Type definitions are included with CommonJS and ES5 modules.

Components

Components in this library must receive a theme object as documented. To achieve this, use the ThemeProvider, which is passed on from styled-components. If no theme is provided, components will fall back to a default theme.

import React, { Component } from "react";
import logo from "./logo.svg";
import { Button, ThemeProvider, Themes } from "@tkxs/cast-ui";
import "./App.css";

class App extends Component {
  render() {
    return (
      <ThemeProvider theme={Themes.defaultTheme}>
        <Button btnStyle="primary">Click for Awesomeness</Button>
      </ThemeProvider>
    );
  }
}

export default App;

Import and use the desired component.

import { Button } from '@tkxs/cast-ui';
...

const AwesomeButton = () => {
  return (
    <Button btnStyle="success">Click for Awesomeness</Button>
  )
}

Running Cast Locally

git checkout beta
npm i
npm run start

Visit http://localhost:6006/ to view the app.

Cast Development Workflow

Cast uses semantic-release to manage versions and releases. The master branch automatically deploys a release where versioning is calculated based on commits since the last git tag.

Commit Formatting

These commits must follow the default Angular commit conventions. Commitizen is available to assist in constructing commits with the appropriate format. To use this, run yarn commit or npm run commit instead of git commit. This will walk through a series of questions to build the right commit meessage. When PRs are squashed, the title of the PR is used as the header.

Branches

We currently use two main branches for releases:

  • beta is a pre-release branch
  • master is the production branch

Commits on these branches will trigger new releases.

When starting a new feature or bugfix, create a branch from beta. This will add your work to the collection of work going out in the next release and allow for a beta release to be tested by QA and other teams before going out in production.

Example branch names:

  • fix(select): update select border
  • feat(button): add new prop
  • BREAKING CHANGE: remove a certain prop from all components

Note: a space after the : is necessary for the build to work

Local Testing

Local testing should be covered by the developer. To test locally, follow these steps:

In cast-ui:

  1. Branch from beta using the above conventions
  2. Make changes
  3. Change version number in package.json
  4. npm run build
  5. npm pack => creates a .tgz file in the project

In project using the package:

  1. npm uninstall @tkxs/cast-ui
  2. npm install path/to/pacakage.tgz
  3. Test changes thoroughly

Suggestion: Since the .tgz files create clutter over time, create a script to create the pack, move it somewhere you can clean up later, and copy the path to your clipboard.

When the developer is confident in the work, a PR should be opened against beta for approval.

Releases

When merging to beta:

  • The feature branch should be squashed with a single commit message that follows the commit conventions above. This helps keeps sanity when looking at the commit history.
  • The single commit should represent the most impactful change. For example, if 3 commits (a fix, feat, and a BREAKING CHANGE) get squashed to one, the prefix should be BREAKING CHANGE. Or if 2 commits (a fix and feat) get squashed, the prefix should be feat.
  • If the single commit does not contain a prefix, the build will fail and no beta release will be created.

When merging from beta to master:

  • beta should be merged into master, not squashed, preserving the commits.

Linting

Ideally you have lint integration setup in you editor (Vim, VSCode etc). If not or for mass lint checks run.

npm run lint

cast-ui's People

Contributors

hamholla avatar tdakhla avatar ben-dalton avatar dantiff avatar dependabot[bot] avatar andrey-liventsev-ontarget avatar dorokhovich-mikhail avatar dependabot-support avatar kalpananagan avatar bankai254 avatar kynazeras avatar pnzau avatar ndalonzo avatar nchhibbatelus avatar nkalpana12 avatar mwanyalo avatar semantic-release-bot avatar pinguinjkeke avatar johnallen3d avatar ccarro30 avatar emayo16 avatar dependabot-preview[bot] avatar dgunkin-ot avatar

Stargazers

 avatar  avatar  avatar  avatar Simmy avatar  avatar  avatar Trent Cullinan avatar Adam Ferguson avatar  avatar

Watchers

Jack A Ross avatar Tom Zmyslo avatar Scott Helm avatar James Cloos avatar Niels Toft avatar Tracy avatar  avatar  avatar  avatar Steve Amedio avatar Kevin Falank avatar Denis Mihaylov avatar Bryan Markham avatar Scott Miner avatar  avatar  avatar Dmitriy Suzdorf avatar Randi.Cosler avatar  avatar Josh Hnath avatar TAC-QWCAMPBELL avatar  avatar  avatar  avatar  avatar  avatar Kevin Ochieng avatar Ed R Zahurak avatar  avatar

cast-ui's Issues

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-knobs in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-knobs - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-knobs in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-knobs - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-knobs in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-knobs - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-knobs in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-knobs - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-knobs in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-knobs - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-actions in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-actions - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__react in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__react - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-actions in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-actions - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-actions in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-actions - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__react in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__react - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-knobs in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-knobs - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__react in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__react - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-knobs in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-knobs - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-actions in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-actions - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-knobs in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-knobs - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-knobs in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-knobs - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-actions in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-actions - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Collapsible Panel Issues

A couple issues with collapsible panels. Here is my MVCE:

const PanelTest = () => {
    const [panelOpen, setPanelOpen] = React.useState(true)

    return (
        <Panel panelStyle={"primary"}>
            <PanelHeader
                panelStyle={"primary"}
                title="someTitle"
                toggleItem={() => setPanelOpen(!panelOpen)}
                isCollapsed={!panelOpen}
            />
            <Collapse isOpen={panelOpen}>
                <PanelBody panelStyle={"primary"}>
                    Lorem ipsum...
                </PanelBody>
            </Collapse>
        </Panel>
    )
}
  1. There seems to be a typing issue with the Collapse component:
    collapseIssue
    The MVCE works if typings are ignored.

  2. I feel like the direction the chevron is facing is the opposite of what you would expect. For example, when isCollapsed is true, the chevron points up.
    Theoretically, the values of isCollapsed and isOpen should be the opposite, right?

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-actions in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-actions - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-knobs in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-knobs - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-actions in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-actions - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-actions in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-actions - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-actions in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-actions - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-actions in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-actions - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-knobs in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-knobs - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-actions in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-actions - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-actions in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-actions - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-knobs in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-knobs - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-knobs in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-knobs - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-actions in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-actions - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-knobs in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-knobs - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-knobs in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-knobs - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Border Radius on Select component selector visual issue

If I adjust the borderRadius on the Select component to say 40px, the menu border radius is also changed. For menu items that are hovered or selected, the radius is ignored and creates a visual issue. Would there be a way to separate those two properties? Otherwise make the hover and active be affected by the radius as well?

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-knobs in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-knobs - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-actions in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-actions - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-actions in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-actions - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-actions in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-actions - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-actions in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-actions - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Runtime error in styled components

styled-components is throwing a StyledComponentsError exception when using cast-ui. I believe that this is due to the Modal.component.tsx component incorrectly importing ReactModal and then trying to extend styles. If I'm reading the types right, this should not be a namespace import.

The stack trace that I'm getting shows that the error is being thrown in the constructWithOptions function and the tag being provided is an object of the structure:

{
    default: function,
    __moduleExports: function 
}

I'll also be looking into to make sure that this isn't an issue with my babel setup.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-actions in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-actions - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-actions in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-actions - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-actions in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-actions - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-actions in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-actions - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__react in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__react - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/storybook__addon-knobs in /package-lock.json:
404 Not Found - GET https://registry.npmjs.org/storybook__addon-knobs - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.