Skip to content

Commit

Permalink
build(deps-dev): bump @storybook/react from 6.3.10 to 6.3.12 in /ui
Browse files Browse the repository at this point in the history
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react) from 6.3.10 to 6.3.12.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.12/app/react)

---
updated-dependencies:
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2021
1 parent 146510f commit 55a0f9d
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 362 deletions.
8 changes: 4 additions & 4 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@improbable-eng/grpc-web-node-http-transport": "^0.14.1",
"@types/google-protobuf": "^3.15.5",
"classnames": "^2.3.1",
"date-fns": "^2.23.0",
"date-fns": "^2.25.0",
"google-protobuf": "^3.17.3",
"next": "^11.1.0",
"react": "^17.0.2",
Expand All @@ -35,7 +35,7 @@
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@mdx-js/loader": "^1.6.22",
"@next/bundle-analyzer": "^11.1.0",
"@next/bundle-analyzer": "^11.1.2",
"@next/eslint-plugin-next": "^11.1.2",
"@next/mdx": "^11.1.2",
"@storybook/addon-actions": "^6.3.12",
Expand All @@ -45,7 +45,7 @@
"@storybook/addon-storyshots": "^6.3.7",
"@storybook/builder-webpack5": "^6.3.12",
"@storybook/manager-webpack5": "^6.3.12",
"@storybook/react": "^6.3.10",
"@storybook/react": "^6.3.12",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
Expand Down Expand Up @@ -79,7 +79,7 @@
"jest-runtime": "^27.3.1",
"local-web-server": "^5.1.1",
"next-transpile-modules": "^8.0.0",
"plop": "^2.7.5",
"plop": "^2.7.6",
"pm2": "^4.5.0",
"postcss": "^8.3.6",
"prettier": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion ui/packages/app/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@parca/functions": "0.0.0"
},
"devDependencies": {
"@storybook/react": "^6.3.10"
"@storybook/react": "^6.3.12"
}
}
2 changes: 1 addition & 1 deletion ui/packages/app/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"zustand": "^3.5.13"
},
"devDependencies": {
"@storybook/react": "^6.3.10",
"@storybook/react": "^6.3.12",
"react-dom": "^17.0.2"
}
}
Loading

0 comments on commit 55a0f9d

Please sign in to comment.