Skip to content

Commit

Permalink
dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiHotz committed Jul 9, 2023
1 parent ed72cda commit a3562a3
Show file tree
Hide file tree
Showing 4 changed files with 2,260 additions and 1,418 deletions.
2 changes: 1 addition & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { StorybookConfig } from '@storybook/react-webpack5';
import custom from './webpack.config.js';
import custom from './webpack.config.cjs';

const config: StorybookConfig = {
stories: [
Expand Down
File renamed without changes.
92 changes: 47 additions & 45 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,62 +50,62 @@
"classnames": "^2.3.2"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/eslint-parser": "^7.21.8",
"@babel/core": "^7.22.8",
"@babel/eslint-parser": "^7.22.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-flow": "^7.21.4",
"@babel/plugin-transform-react-jsx": "^7.22.3",
"@babel/plugin-transform-runtime": "^7.22.4",
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"@babel/preset-typescript": "^7.21.5",
"@babel/runtime": "^7.22.3",
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.7",
"@babel/preset-env": "^7.22.7",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/runtime": "^7.22.6",
"@popperjs/core": "^2.11.8",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-url": "^8.0.1",
"@storybook/addon-actions": "^7.0.18",
"@storybook/addon-docs": "^7.0.18",
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-interactions": "^7.0.18",
"@storybook/addon-links": "^7.0.18",
"@storybook/addons": "^7.0.18",
"@storybook/blocks": "^7.0.18",
"@storybook/node-logger": "^7.0.18",
"@storybook/react": "^7.0.18",
"@storybook/react-webpack5": "^7.0.18",
"@storybook/testing-library": "^0.1.0",
"@storybook/addon-actions": "^7.0.26",
"@storybook/addon-docs": "^7.0.26",
"@storybook/addon-essentials": "^7.0.26",
"@storybook/addon-interactions": "^7.0.26",
"@storybook/addon-links": "^7.0.26",
"@storybook/addons": "^7.0.26",
"@storybook/blocks": "^7.0.26",
"@storybook/node-logger": "^7.0.26",
"@storybook/react": "^7.0.26",
"@storybook/react-webpack5": "^7.0.26",
"@storybook/testing-library": "^0.2.0",
"@svgr/rollup": "^8.0.1",
"@svgr/webpack": "^8.0.1",
"@testing-library/dom": "^9.3.0",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@types/bluebird": "^3.5.38",
"@types/jest": "^27.4.1",
"@types/node": "^20.2.5",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"babel-jest": "^28.0.2",
"babel-loader": "^9.1.2",
"@types/node": "^20.4.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"babel-jest": "^27.5.1",
"babel-loader": "^9.1.3",
"babel-plugin-css-modules-transform": "^1.6.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-preset-react-app": "^10.0.1",
"css-loader": "^6.8.1",
"eslint": "^8.41.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
Expand All @@ -114,11 +114,11 @@
"file-loader": "^6.2.0",
"gh-pages": "^5.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.3",
"jest": "^27.5.1",
"jest-environment-jsdom": "^27.5.1",
"jest-pnp-resolver": "^1.2.3",
"jest-watch-typeahead": "^1.1.0",
"postcss": "^8.4.24",
"postcss": "^8.4.25",
"postcss-scss": "^4.0.6",
"prettier": "^2.8.8",
"process": "^0.11.10",
Expand All @@ -129,30 +129,32 @@
"react-test-renderer": "^18.2.0",
"react-transition-group": "^4.4.5",
"regenerator-runtime": "^0.13.11",
"remark-gfm": "^3.0.1",
"resolve-url-loader": "^5.0.0",
"rimraf": "^5.0.1",
"rollup": "^3.23.0",
"rollup": "^3.26.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"sass": "^1.62.1",
"sass-loader": "^13.3.1",
"storybook": "^7.0.18",
"rollup-plugin-typescript2": "^0.35.0",
"sass": "^1.63.6",
"sass-loader": "^13.3.2",
"storybook": "^7.0.26",
"style-loader": "^3.3.3",
"stylelint": "^15.6.2",
"stylelint": "^15.10.1",
"stylelint-prettier": "^3.0.0",
"stylelint-scss": "^5.0.0",
"stylelint-scss": "^5.0.1",
"ts-toolbelt": "^9.6.0",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"url-loader": "^4.1.1",
"webpack": "^5.84.1",
"yarn-audit-fix": "^9.3.10"
"webpack": "^5.88.1",
"yarn-audit-fix": "^9.3.12"
},
"resolutions": {
"postcss": "^8.4.23",
"loader-utils": "^1.4.1",
"json5": "^1.0.2"
"json5": "^1.0.2",
"semver": "^7.5.2"
}
}
Loading

0 comments on commit a3562a3

Please sign in to comment.