Skip to content

Commit

Permalink
bump mini-css-extract-plugin, add-asset-html-webpack-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Sep 13, 2023
1 parent cb26063 commit 4ed76d6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-transform-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-class-properties": "^7.0.0",
"@babel/plugin-transform-export-namespace-from": "^7.0.0",
"@babel/plugin-transform-numeric-separator": "^7.0.0",
"@babel/plugin-transform-private-methods": "^7.18.6",
"@babel/plugin-transform-private-property-in-object": "^7.21.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.7.4",
"@babel/preset-react": "^7.9.0",
Expand All @@ -31,7 +31,7 @@
"@cerner/duplicate-package-checker-webpack-plugin": "~2.1.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
"@svgr/webpack": "^7.0.0",
"add-asset-html-webpack-plugin": "^5.0.2",
"add-asset-html-webpack-plugin": "^6.0.0",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.0.0",
"babel-plugin-remove-jsx-attributes": "^0.0.2",
Expand All @@ -51,7 +51,7 @@
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^5.3.2",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^1.6.2",
"mini-css-extract-plugin": "^2.7.6",
"node-object-hash": "^1.2.0",
"postcss": "^8.4.2",
"postcss-calc": "^9.0.1",
Expand Down

0 comments on commit 4ed76d6

Please sign in to comment.