Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shoonia committed Apr 7, 2024
1 parent 1f06691 commit 36f3990
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"@babel/preset-typescript": "^7.24.1",
"@evilmartians/lefthook": "^1.6.8",
"@types/css-modules": "^1.0.5",
"@types/node": "^20.12.4",
"@types/node": "^20.12.5",
"@types/react-hint": "^3.2.3",
"@types/react-modal": "^3.16.3",
"@types/wicg-file-system-access": "^2023.10.5",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"babel-plugin-transform-remove-polyfill": "^0.17.0",
"babel-plugin-transform-remove-polyfill": "^0.19.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^6.0.0",
Expand Down
4 changes: 1 addition & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,7 @@ const buildConfig = ({ NODE_ENV }) => {
[
'babel-plugin-transform-remove-polyfill',
{
transform: {
'Object.hasOwn': true,
},
transform: true,
},
],
],
Expand Down

0 comments on commit 36f3990

Please sign in to comment.