Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
],
"plugins": [
"@babel/plugin-transform-runtime",
"@babel/plugin-proposal-object-rest-spread",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these were all promoted

["@babel/plugin-proposal-private-property-in-object", { "loose": true }],
["@babel/plugin-proposal-private-methods", { "loose": true }],
"@babel/plugin-transform-object-rest-spread",
["@babel/plugin-transform-private-property-in-object", { "loose": true }],
["@babel/plugin-transform-private-methods", { "loose": true }],
["module-resolver", {
"alias": {
"src": "./src",
Expand All @@ -23,7 +23,7 @@
"production": {
"plugins": [
[
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-class-properties",
{
"loose": true
}
Expand All @@ -39,7 +39,7 @@
"test": {
"plugins": [
[
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-class-properties",
{
"loose": true
}
Expand Down
64 changes: 31 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The 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",
Expand All @@ -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",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The 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",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The 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",
Expand All @@ -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": {
Expand Down
Loading