Skip to content

Commit

Permalink
Dependency update - Nov 2024 pt 2 (#835)
Browse files Browse the repository at this point in the history
* Fresh install, rebuild package-lock.json. Add ajv@8

* Upgrade ZRC

* Remove extract-text-webpack-plugin

* Fresh reinstall. Remove transform-es2025-modules-commonjs. Add babel runtine. Upgrade react-rnd
  • Loading branch information
shaunanoordin authored Nov 12, 2024
1 parent ff82a46 commit 10f795d
Show file tree
Hide file tree
Showing 5 changed files with 6,538 additions and 21,671 deletions.
12 changes: 0 additions & 12 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ module.exports = function (api) {
[
'@babel/plugin-transform-react-jsx',
],
[
'transform-es2015-modules-commonjs',
],
],
},
staging: {
Expand All @@ -33,9 +30,6 @@ module.exports = function (api) {
[
'@babel/plugin-transform-react-jsx',
],
[
'transform-es2015-modules-commonjs',
],
],
},
production: {
Expand All @@ -49,9 +43,6 @@ module.exports = function (api) {
[
'@babel/plugin-transform-react-jsx',
],
[
'transform-es2015-modules-commonjs',
],
],
},
test: {
Expand All @@ -68,9 +59,6 @@ module.exports = function (api) {
[
'@babel/plugin-transform-react-jsx',
],
[
'transform-es2015-modules-commonjs',
],
],
},
},
Expand Down
Loading

0 comments on commit 10f795d

Please sign in to comment.