mirror of
https://github.com/dzeiocom/components.git
synced 2025-04-22 19:02:15 +00:00
Bumps [loader-utils](https://github.com/webpack/loader-utils) to 2.0.4 and updates ancestor dependencies [loader-utils](https://github.com/webpack/loader-utils), [loader-utils](https://github.com/webpack/loader-utils), [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/addons/essentials), [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/renderers/react) and [next](https://github.com/vercel/next.js). These dependencies need to be updated together. Updates `loader-utils` from 1.4.0 to 2.0.4 - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v2.0.4) Updates `loader-utils` from 2.0.0 to 2.0.4 - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v2.0.4) Updates `@storybook/addon-essentials` from 6.3.0 to 6.5.16 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.16/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v6.5.16/addons/essentials) Updates `@storybook/react` from 6.3.0 to 6.5.16 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Commits](https://github.com/storybookjs/storybook/commits/v6.5.16/renderers/react) Updates `next` from 10.2.3 to 13.3.1 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v10.2.3...v13.3.1) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect - dependency-name: loader-utils dependency-type: indirect - dependency-name: "@storybook/addon-essentials" dependency-type: direct:development - dependency-name: "@storybook/react" dependency-type: direct:development - dependency-name: next dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "@dzeio/components",
|
|
"version": "0.11.3",
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"types": "./types/index.d.ts",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.16",
|
|
"@babel/preset-env": "^7.12.16",
|
|
"@babel/preset-react": "^7.12.13",
|
|
"@storybook/addon-essentials": "^6.5.16",
|
|
"@storybook/cli": "^6.1.14",
|
|
"@storybook/react": "^6.5.16",
|
|
"@types/node": "^15.12.1",
|
|
"@types/react": "^17.0.2",
|
|
"@types/react-dom": "^17.0.1",
|
|
"babel-loader": "^8.2.2",
|
|
"css-loader": "^5.0.2",
|
|
"lucide-react": "^0.15.19",
|
|
"next": "^13.3.1",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"style-loader": "^2.0.0",
|
|
"stylus": "^0.54.8",
|
|
"stylus-loader": "^4.3.3",
|
|
"ts-loader": "^8.0.17",
|
|
"typescript": "^4.2.3",
|
|
"webpack": "^4.44.2"
|
|
},
|
|
"peerDependencies": {
|
|
"lucide-react": "^0.15.19",
|
|
"next": "^10.0.0 || ^11.0.0",
|
|
"react": "^16.0.0 || ^17.0.0",
|
|
"react-dom": "^16.0.0 || ^17.0.0",
|
|
"stylus": "^0.54.8",
|
|
"typescript": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "start-storybook -s ./.storybook/public -p 6006",
|
|
"build": "rollup --config",
|
|
"prepublishOnly": "npm run build",
|
|
"postinstall": "rollup --config"
|
|
},
|
|
"dependencies": {
|
|
"rollup": "^2.44.0",
|
|
"rollup-plugin-styles": "^3.14.1",
|
|
"rollup-plugin-typescript2": "^0.30.0",
|
|
"tslib": "^2.1.0"
|
|
}
|
|
}
|