mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 10:48:22 +00:00
Update webpack related modules
This commit is contained in:
parent
85c5fb009e
commit
9e944e2ad7
16
package.json
16
package.json
@ -79,9 +79,9 @@
|
||||
"trezor-connect": "7.0.0-beta.2",
|
||||
"wallet-address-validator": "^0.2.4",
|
||||
"web3": "1.0.0-beta.35",
|
||||
"webpack": "^4.29.0",
|
||||
"webpack-build-notifier": "^0.1.29",
|
||||
"webpack-bundle-analyzer": "^2.13.1",
|
||||
"webpack": "^4.29.1",
|
||||
"webpack-build-notifier": "^0.1.30",
|
||||
"webpack-bundle-analyzer": "^3.0.3",
|
||||
"whatwg-fetch": "^2.0.4",
|
||||
"yarn-run-all": "^3.1.1"
|
||||
},
|
||||
@ -114,17 +114,17 @@
|
||||
"eslint-plugin-jest": "^21.18.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.1.1",
|
||||
"eslint-plugin-react": "^7.10.0",
|
||||
"file-loader": "1.1.11",
|
||||
"file-loader": "3.0.1",
|
||||
"flow-bin": "0.75.0",
|
||||
"jest": "^24.0.0",
|
||||
"stylelint": "^8.0.0",
|
||||
"stylelint": "^9.10.1",
|
||||
"stylelint-config-standard": "^18.2.0",
|
||||
"stylelint-config-styled-components": "^0.1.1",
|
||||
"stylelint-custom-processor-loader": "^0.5.0",
|
||||
"stylelint-custom-processor-loader": "^0.6.0",
|
||||
"stylelint-processor-styled-components": "^1.3.2",
|
||||
"stylelint-webpack-plugin": "^0.10.5",
|
||||
"webpack-cli": "^3.2.1",
|
||||
"webpack-dev-server": "^3.1.4",
|
||||
"webpack-cli": "^3.2.3",
|
||||
"webpack-dev-server": "^3.1.14",
|
||||
"yargs": "11.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
|
@ -64,7 +64,7 @@ module.exports = {
|
||||
{
|
||||
test: /\.(png|gif|jpg)$/,
|
||||
loader: 'file-loader?name=./images/[name].[ext]',
|
||||
query: {
|
||||
options: {
|
||||
outputPath: './images',
|
||||
name: '[name].[ext]',
|
||||
},
|
||||
@ -72,7 +72,7 @@ module.exports = {
|
||||
{
|
||||
test: /\.(ttf|eot|svg|woff|woff2)$/,
|
||||
loader: 'file-loader',
|
||||
query: {
|
||||
options: {
|
||||
outputPath: './fonts',
|
||||
name: '[name].[ext]',
|
||||
},
|
||||
@ -82,7 +82,7 @@ module.exports = {
|
||||
test: /\.json/,
|
||||
exclude: /(node_modules)/,
|
||||
loader: 'file-loader',
|
||||
query: {
|
||||
options: {
|
||||
outputPath: './data',
|
||||
name: '[name].[ext]',
|
||||
},
|
||||
|
@ -67,7 +67,7 @@ module.exports = {
|
||||
{
|
||||
test: /\.(png|gif|jpg)$/,
|
||||
loader: 'file-loader?name=./images/[name].[ext]',
|
||||
query: {
|
||||
options: {
|
||||
outputPath: './images',
|
||||
name: '[name].[ext]',
|
||||
},
|
||||
@ -75,7 +75,7 @@ module.exports = {
|
||||
{
|
||||
test: /\.(ttf|eot|svg|woff|woff2)$/,
|
||||
loader: 'file-loader',
|
||||
query: {
|
||||
options: {
|
||||
outputPath: './fonts',
|
||||
name: '[name].[ext]',
|
||||
},
|
||||
@ -85,7 +85,7 @@ module.exports = {
|
||||
test: /\.json/,
|
||||
exclude: /(node_modules)/,
|
||||
loader: 'file-loader',
|
||||
query: {
|
||||
options: {
|
||||
outputPath: './data',
|
||||
name: '[name].[ext]',
|
||||
},
|
||||
@ -94,7 +94,7 @@ module.exports = {
|
||||
type: 'javascript/auto',
|
||||
test: /\.wasm$/,
|
||||
loader: 'file-loader',
|
||||
query: {
|
||||
options: {
|
||||
name: 'js/[name].[ext]',
|
||||
},
|
||||
},
|
||||
|
@ -30,7 +30,7 @@ module.exports = {
|
||||
test: /\.(png|gif|jpg)$/,
|
||||
exclude: /(node_modules)/,
|
||||
loader: 'file-loader',
|
||||
query: {
|
||||
options: {
|
||||
outputPath: './images',
|
||||
name: '[name].[hash].[ext]',
|
||||
},
|
||||
@ -38,7 +38,7 @@ module.exports = {
|
||||
{
|
||||
test: /\.(ttf|eot|svg|woff|woff2)$/,
|
||||
loader: 'file-loader',
|
||||
query: {
|
||||
options: {
|
||||
outputPath: './fonts',
|
||||
name: '[name].[hash].[ext]',
|
||||
},
|
||||
@ -48,7 +48,7 @@ module.exports = {
|
||||
test: /\.json/,
|
||||
exclude: /(node_modules)/,
|
||||
loader: 'file-loader',
|
||||
query: {
|
||||
options: {
|
||||
outputPath: './data',
|
||||
name: '[name].[hash].[ext]',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user