Skip to content

Commit

Permalink
Bump minor deps
Browse files Browse the repository at this point in the history
  • Loading branch information
juliewongbandue committed Jun 23, 2023
1 parent 79e1339 commit 8d13b44
Show file tree
Hide file tree
Showing 3 changed files with 1,786 additions and 1,665 deletions.
29 changes: 19 additions & 10 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
module.exports = {
typescript: {
check: true,
checkOptions: {}
checkOptions: {},
},
features: {
postcss: false,
previewCsfV3: false,
buildStoriesJson: false,
storyStoreV7: false
storyStoreV7: false,
},
reactOptions: {
fastRefresh: true,
strictMode: true,
},
stories: ['../src/**/*.story.tsx', '../src/**/*.story.mdx'],
addons: ['@storybook/addon-essentials', '@storybook/addon-a11y', '@storybook/addon-storysource', '@nox/addon-themes/dist/register'],
webpackFinal: config => {
addons: [
'@storybook/addon-essentials',
'@storybook/addon-a11y',
'@storybook/addon-storysource',
'@nox/addon-themes/dist/register',
],
webpackFinal: (config) => {
config.module.rules.push(storySource);
return config;
},
Expand All @@ -20,16 +29,16 @@ module.exports = {
name: '@storybook/react-webpack5',
options: {
fastRefresh: true,
strictMode: true
}
strictMode: true,
},
},
docs: {
autodocs: true
}
autodocs: true,
},
};
const storySource = {
test: /\.(stories|story)\.[tj]sx?$/,
loader: require.resolve('@storybook/source-loader'),
exclude: [/node_modules/],
enforce: 'pre'
};
enforce: 'pre',
};
51 changes: 26 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,54 +14,55 @@
"types": "index.d.ts",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.22.0",
"@babel/runtime": "^7.22.5",
"react-colorful": "^5.6.1"
},
"devDependencies": {
"@babel/core": "^7.22.0",
"@babel/core": "^7.22.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.22.0",
"@babel/preset-env": "^7.22.0",
"@babel/preset-react": "^7.22.0",
"@babel/preset-typescript": "^7.21.5",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-runtime": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@nox/addon-themes": "^1.1.3",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.5.0",
"@storybook/addon-a11y": "7.0.17",
"@storybook/addon-essentials": "7.0.17",
"@storybook/addon-a11y": "7.0.21",
"@storybook/addon-docs": "^7.0.21",
"@storybook/addon-essentials": "7.0.21",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-storysource": "7.0.17",
"@storybook/cli": "^7.0.17",
"@storybook/components": "7.0.17",
"@storybook/react": "7.0.17",
"@storybook/react-webpack5": "7.0.17",
"@storybook/source-loader": "^7.0.17",
"@storybook/theming": "7.0.17",
"@storybook/addon-storysource": "7.0.21",
"@storybook/cli": "^7.0.21",
"@storybook/components": "7.0.21",
"@storybook/react": "7.0.21",
"@storybook/react-webpack5": "7.0.21",
"@storybook/source-loader": "^7.0.21",
"@storybook/theming": "7.0.21",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^28.1.8",
"@types/node": "^14.18.48",
"@types/react": "^17.0.60",
"@types/node": "^14.18.51",
"@types/react": "^17.0.62",
"@types/react-dom": "^17.0.20",
"@types/styled-components": "^5.1.26",
"@types/testing-library__jest-dom": "^5.14.6",
"@types/webpack": "^5.28.1",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"babel-jest": "^28.1.3",
"babel-loader": "^8.3.0",
"babel-plugin-polished": "^1.1.0",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-styled-components": "^2.1.3",
"circular-dependency-plugin": "^5.2.2",
"core-js": "^3.30.2",
"core-js": "^3.31.0",
"csstype": "^3.1.2",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react": "^1.1.7",
"eslint-formatter-codeframe": "^7.32.1",
Expand All @@ -84,16 +85,16 @@
"rollup": "^2.79.1",
"rollup-plugin-multi-input": "^1.4.1",
"rollup-plugin-terser": "^7.0.2",
"storybook": "7.0.17",
"storybook": "7.0.21",
"styled-components": "^5.3.11",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^4.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"tslib": "^2.5.2",
"tslib": "^2.5.3",
"typescript": "4.9.5",
"typescript-plugin-styled-components": "^2.0.0",
"webpack": "^5.84.1"
"webpack": "^5.87.0"
},
"peerDependencies": {
"polished": "^4.2.2",
Expand Down
Loading

0 comments on commit 8d13b44

Please sign in to comment.