Skip to content

Commit

Permalink
chore(dev-deps): bump @babel/* and drop proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres committed Mar 24, 2024
1 parent a084659 commit 6887cc7
Show file tree
Hide file tree
Showing 3 changed files with 824 additions and 608 deletions.
6 changes: 3 additions & 3 deletions babel.config.js
Expand Up @@ -26,9 +26,9 @@ module.exports = (api) => {
},
],
'@babel/plugin-transform-object-assign',
['@babel/plugin-proposal-class-properties', { loose: true }],
['@babel/plugin-proposal-private-methods', { loose: true }],
['@babel/plugin-proposal-private-property-in-object', { loose: true }],
['@babel/plugin-transform-class-properties', { loose: true }],
['@babel/plugin-transform-private-methods', { loose: true }],
['@babel/plugin-transform-private-property-in-object', { loose: true }],
// used for stripping out the `invariant` messages in production builds
isProduction ? 'babel-plugin-dev-expression' : false,
].filter(Boolean),
Expand Down
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -85,17 +85,17 @@
"devDependencies": {
"@atlaskit/css-reset": "6.7.1",
"@atlaskit/theme": "12.6.6",
"@babel/core": "7.24.0",
"@babel/eslint-parser": "7.23.10",
"@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.11",
"@babel/plugin-transform-modules-commonjs": "7.23.3",
"@babel/plugin-transform-object-assign": "7.23.3",
"@babel/plugin-transform-runtime": "7.24.0",
"@babel/preset-env": "7.24.0",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@babel/core": "7.24.3",
"@babel/eslint-parser": "7.24.1",
"@babel/plugin-transform-class-properties": "7.24.1",
"@babel/plugin-transform-private-methods": "7.24.1",
"@babel/plugin-transform-private-property-in-object": "7.24.1",
"@babel/plugin-transform-modules-commonjs": "7.24.1",
"@babel/plugin-transform-object-assign": "7.24.1",
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/preset-env": "7.24.3",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@commitlint/cz-commitlint": "19.2.0",
Expand Down

0 comments on commit 6887cc7

Please sign in to comment.