Skip to content

Commit

Permalink
bump electron-esbuild from 1.1.5 to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyozz committed Mar 13, 2021
1 parent c07297a commit 7bcd1a8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"electron-builder": "~22.10.5",
"electron-default-menu": "~1.0.2",
"electron-devtools-installer": "~3.1.1",
"electron-esbuild": "~1.1.5",
"electron-esbuild": "~1.1.6",
"electron-log": "~4.3.2",
"electron-store": "~7.0.2",
"electron-util": "~0.14.2",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

8 changes: 4 additions & 4 deletions webpack.renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
* All rights reserved.
*/

const path = require('path')
const ReactRefreshWebpackPlugin = require('@pmmmwh/react-refresh-webpack-plugin')
const CssMinimizerWebpackPlugin = require('css-minimizer-webpack-plugin')
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin')
const HtmlWebpackPlugin = require('html-webpack-plugin')
const MiniCssExtractPlugin = require('mini-css-extract-plugin')
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin')
const ReactRefreshWebpackPlugin = require('@pmmmwh/react-refresh-webpack-plugin')
const path = require('path')
const TerserPlugin = require('terser-webpack-plugin')
const CssMinimizerWebpackPlugin = require('css-minimizer-webpack-plugin')
const webpack = require('webpack')

/**
Expand Down

0 comments on commit 7bcd1a8

Please sign in to comment.