-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade Storybook@8.6 and Babel@7.26.10 #1317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
"react-transition-group": "^4.4.5", | ||
"sanitize-html": "^2.14.0", | ||
"tippy.js": "^6.3.7", | ||
"uuid": "^11.0.5" | ||
"uuid": "^11.1.0" | ||
}, | ||
"scripts": { | ||
"build": "NODE_ENV=production babel src --out-dir lib --copy-files --extensions '.js,.jsx,.ts,.tsx' && tsc", | ||
|
@@ -82,37 +82,37 @@ | |
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.26.4", | ||
"@babel/core": "^7.26.7", | ||
"@babel/eslint-parser": "^7.26.5", | ||
"@babel/eslint-plugin": "^7.25.9", | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.20.7", | ||
"@babel/plugin-proposal-private-methods": "^7.18.6", | ||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11", | ||
"@babel/plugin-transform-runtime": "^7.25.9", | ||
"@babel/preset-env": "^7.26.7", | ||
"@babel/core": "^7.26.10", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. upgraded anything babel related |
||
"@babel/eslint-parser": "^7.26.10", | ||
"@babel/eslint-plugin": "^7.26.10", | ||
"@babel/plugin-transform-class-properties": "^7.25.9", | ||
"@babel/plugin-transform-object-rest-spread": "^7.25.9", | ||
"@babel/plugin-transform-private-methods": "^7.25.9", | ||
"@babel/plugin-transform-private-property-in-object": "^7.25.9", | ||
"@babel/plugin-transform-runtime": "^7.26.10", | ||
"@babel/preset-env": "^7.26.9", | ||
"@babel/preset-react": "^7.26.3", | ||
"@babel/preset-typescript": "^7.26.0", | ||
"@babel/runtime": "^7.26.7", | ||
"@eslint/compat": "^1.2.5", | ||
"@babel/runtime": "^7.26.10", | ||
"@eslint/compat": "^1.2.7", | ||
"@fortawesome/fontawesome-svg-core": "^6.5.2", | ||
"@fortawesome/free-brands-svg-icons": "^6.5.2", | ||
"@fortawesome/pro-regular-svg-icons": "^6.5.2", | ||
"@fortawesome/pro-solid-svg-icons": "^6.5.2", | ||
"@fortawesome/react-fontawesome": "^0.2.0", | ||
"@popperjs/core": "^2.11.8", | ||
"@storybook/addon-a11y": "^8.5.2", | ||
"@storybook/addon-actions": "^8.5.2", | ||
"@storybook/addon-backgrounds": "^8.5.2", | ||
"@storybook/addon-controls": "^8.5.2", | ||
"@storybook/addon-docs": "^8.5.2", | ||
"@storybook/addon-jest": "^8.5.2", | ||
"@storybook/addon-links": "^8.5.2", | ||
"@storybook/addon-storysource": "^8.5.2", | ||
"@storybook/addon-a11y": "^8.6.4", | ||
"@storybook/addon-actions": "^8.6.4", | ||
"@storybook/addon-backgrounds": "^8.6.4", | ||
"@storybook/addon-controls": "^8.6.4", | ||
"@storybook/addon-docs": "^8.6.4", | ||
"@storybook/addon-jest": "^8.6.4", | ||
"@storybook/addon-links": "^8.6.4", | ||
"@storybook/addon-storysource": "^8.6.4", | ||
"@storybook/addon-styling-webpack": "^1.0.1", | ||
"@storybook/addon-webpack5-compiler-babel": "^3.0.5", | ||
"@storybook/react": "^8.5.2", | ||
"@storybook/react-webpack5": "^8.5.2", | ||
"@storybook/react": "^8.6.4", | ||
"@storybook/react-webpack5": "^8.6.4", | ||
"@testing-library/dom": "^10.4.0", | ||
"@testing-library/jest-dom": "^6.6.3", | ||
"@testing-library/react": "^16.2.0", | ||
|
@@ -122,26 +122,24 @@ | |
"@types/react-dom": "^18.3.5", | ||
"@types/react-toggle": "^4.0.5", | ||
"@types/react-transition-group": "^4.4.12", | ||
"@types/testing-library__jest-dom": "^6.0.0", | ||
"@typescript-eslint/eslint-plugin": "^8.22.0", | ||
"@typescript-eslint/parser": "^8.22.0", | ||
"babel-eslint": "^10.1.0", | ||
"@typescript-eslint/eslint-plugin": "^8.26.1", | ||
"@typescript-eslint/parser": "^8.26.1", | ||
"babel-jest": "^29.7.0", | ||
"babel-loader": "^9.2.1", | ||
"babel-plugin-module-resolver": "^5.0.2", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"babel-preset-react": "^6.24.1", | ||
"bootstrap": "5.1.3", | ||
"chromatic": "^11.25.1", | ||
"chromatic": "^11.27.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. figured since it will run and test anyway |
||
"classnames": "^2.5.1", | ||
"css-loader": "^7.1.2", | ||
"eslint": "^9.19.0", | ||
"eslint": "^9.22.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. lint seemed to work ok |
||
"eslint-plugin-import": "^2.31.0", | ||
"eslint-plugin-jsx-a11y": "^6.10.2", | ||
"eslint-plugin-local-rules": "^3.0.2", | ||
"eslint-plugin-no-only-tests": "^3.3.0", | ||
"eslint-plugin-react": "^7.37.4", | ||
"eslint-plugin-react-hooks": "^5.1.0", | ||
"eslint-plugin-react-hooks": "^5.2.0", | ||
"eslint-utils": "^3.0.0", | ||
"file-loader": "^6.2.0", | ||
"jest": "^29.7.0", | ||
|
@@ -158,12 +156,12 @@ | |
"react-popper": "^2.3.0", | ||
"react-test-renderer": "^18.3.1", | ||
"react-tracking": "^9.3.2", | ||
"sass-loader": "^16.0.4", | ||
"storybook": "^8.5.2", | ||
"sass-loader": "^16.0.5", | ||
"storybook": "^8.6.4", | ||
"storybook-addon-designs": "6.3.1", | ||
"style-loader": "^4.0.0", | ||
"typescript": "^5.7.3", | ||
"webpack": "^5.97.1", | ||
"typescript": "^5.8.2", | ||
"webpack": "^5.98.0", | ||
"yalc": "^1.0.0-pre.53" | ||
}, | ||
"resolutions": { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these were all promoted