v3/packages/design-system/package.json
dependabot[bot] 42f05cac6b
chore(deps): bump react and @types/react
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.

Updates `react` from 17.0.2 to 18.1.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.1.0/packages/react)

Updates `@types/react` from 17.0.38 to 18.0.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-01 11:56:51 +00:00

60 lines
1.9 KiB
JSON

{
"name": "@roleypoly/design-system",
"version": "0.1.0",
"scripts": {
"build": "build-storybook -o ../../dist/-/storybook",
"create-component": "node ./hack/create-component.js",
"start": "start-storybook -p 6006",
"test": "jest"
},
"dependencies": {
"@roleypoly/types": "*",
"chroma-js": "^2.3.0",
"deep-equal": "^2.0.5",
"isomorphic-unfetch": "^3.1.0",
"lodash": "^4.17.21",
"react": "^18.1.0",
"react-beautiful-dnd": "^13.1.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-is": "^17.0.2",
"react-tooltip": "^4.2.21",
"styled-components": "^5.3.3",
"styled-normalize": "^8.0.7",
"ulidx": "^0.3.0"
},
"devDependencies": {
"@icons/material": "^0.4.1",
"@storybook/addon-actions": "^6.4.17",
"@storybook/addon-essentials": "^6.4.17",
"@storybook/addon-links": "^6.4.17",
"@storybook/addons": "^6.4.17",
"@storybook/react": "^6.4.17",
"@storybook/theming": "^6.4.17",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/chroma-js": "^2.1.3",
"@types/deep-equal": "^1.0.1",
"@types/enzyme": "^3.10.11",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.13",
"@types/react": "^18.0.10",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-custom-scrollbars": "^4.0.10",
"@types/react-dom": "^17.0.11",
"@types/react-helmet": "^6.1.5",
"@types/styled-components": "^5.1.21",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
"babel-loader": "^8.2.3",
"babel-plugin-styled-components": "^2.0.2",
"change-case": "^4.1.2",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2",
"jest": "^27.4.7",
"jest-styled-components": "^7.0.8",
"typescript": "^4.5.5"
}
}