Skip to content

Commit

Permalink
feat: updated packages to 8.1.11 and removed unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
guidari committed Jul 4, 2024
1 parent 1b0ba25 commit bf5e221
Show file tree
Hide file tree
Showing 50 changed files with 189 additions and 592 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 5 additions & 1 deletion packages/react/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import remarkGfm from 'remark-gfm';
const fs = require('fs');
const glob = require('fast-glob');
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const path = require('path');

// We can't use .mdx files in conjuction with `storyStoreV7`, which we are using to preload stories for CI purposes only.
Expand Down Expand Up @@ -134,6 +133,11 @@ const config = {
},
},
},
// resolve: {
// alias: {
// ALIAS_STORY_STYLE_CONFIG: path.resolve('../scss/_config.scss'),
// },
// },
});
},
docs: {
Expand Down
23 changes: 9 additions & 14 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,18 @@
"@rollup/plugin-commonjs": "^26.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@storybook/addon-a11y": "^8.1.10",
"@storybook/addon-actions": "^8.1.10",
"@storybook/addon-docs": "^8.1.10",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-a11y": "^8.1.11",
"@storybook/addon-actions": "^8.1.11",
"@storybook/addon-docs": "^8.1.11",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-links": "^8.1.10",
"@storybook/addon-storysource": "^8.1.10",
"@storybook/blocks": "^8.1.10",
"@storybook/addon-storysource": "^8.1.11",
"@storybook/blocks": "^8.1.11",
"@storybook/builder-vite": "^8.1.11",
"@storybook/manager-api": "^8.1.11",
"@storybook/react": "^8.1.10",
"@storybook/react": "^8.1.11",
"@storybook/react-vite": "^8.1.11",
"@storybook/theming": "^8.1.10",
"@storybook/theming": "^8.1.11",
"@types/react-is": "~18.3.0",
"autoprefixer": "^10.4.0",
"babel-loader": "^9.0.0",
Expand All @@ -107,14 +107,10 @@
"browserify-zlib": "^0.2.0",
"browserslist-config-carbon": "^11.2.0",
"clipboardy": "^2.1.0",
"css-loader": "^7.0.0",
"enquirer": "^2.3.6",
"fast-glob": "^3.2.7",
"fs-extra": "^11.0.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.5",
"postcss": "^8.4.5",
"postcss-loader": "^8.0.0",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"react": "^18.2.0",
Expand All @@ -125,8 +121,7 @@
"rollup": "^2.79.1",
"rollup-plugin-strip-banner": "^3.0.0",
"sass": "^1.51.0",
"sass-loader": "^14.0.0",
"storybook": "^8.1.10",
"storybook": "^8.1.11",
"storybook-addon-accessibility-checker": "^3.1.61-rc.3",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.1",
Expand Down
Loading

0 comments on commit bf5e221

Please sign in to comment.