Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shoonia committed Apr 15, 2024
1 parent cb2222c commit 8023b2d
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 95 deletions.
162 changes: 80 additions & 82 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/preset-typescript": "^7.24.1",
"@evilmartians/lefthook": "^1.6.9",
"@evilmartians/lefthook": "^1.6.10",
"@types/css-modules": "^1.0.5",
"@types/node": "^20.12.6",
"@types/node": "^20.12.7",
"@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.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"babel-plugin-transform-remove-polyfill": "^0.20.0",
"babel-plugin-transform-remove-polyfill": "^0.22.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.0",
"css-loader": "^7.1.1",
"css-minimizer-webpack-plugin": "^6.0.0",
"css-mqpacker-webpack-plugin": "^0.16.2",
"eslint": "^8.57.0",
Expand All @@ -57,7 +57,7 @@
"stylelint-config-standard": "^36.0.0",
"terser-webpack-plugin": "^5.3.10",
"ts-node": "^10.9.2",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
Expand Down
7 changes: 1 addition & 6 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,7 @@ const buildConfig = ({ NODE_ENV }) => {
minified: isProd,
plugins: [
resolveApp('plugins/babel.js'),
[
'babel-plugin-transform-remove-polyfill',
{
transform: true,
},
],
'babel-plugin-transform-remove-polyfill',
],
},
},
Expand Down

0 comments on commit 8023b2d

Please sign in to comment.