@digest/webpack 4.1.1 → 4.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -558,7 +558,7 @@ const configuration = {
558
558
  resolve: {
559
559
  alias: Object.assign({}, scripts_1.config.react && scripts_1.config.reactNative && scripts_1.config.reactNativeWeb && scripts_1.config.webpackReactNative ?
560
560
  {
561
- 'react-native$': '@gravitylabs/react-native-web',
561
+ 'react-native$': 'react-native-web',
562
562
  'react-native-vector-icons': 'react-native-vector-icons/dist'
563
563
  } :
564
564
  {}),
@@ -577,7 +577,7 @@ const configuration = {
577
577
  resolveLoader: {
578
578
  alias: Object.assign({}, scripts_1.config.react && scripts_1.config.reactNative && scripts_1.config.reactNativeWeb && scripts_1.config.webpackReactNative ?
579
579
  {
580
- 'react-native$': '@gravitylabs/react-native-web',
580
+ 'react-native$': 'react-native-web',
581
581
  'react-native-vector-icons': 'react-native-vector-icons/dist'
582
582
  } :
583
583
  {}),
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@digest/webpack",
3
3
  "title": "Webpack Digest",
4
4
  "license": "LGPL-3.0-or-later",
5
- "version": "4.1.1",
5
+ "version": "4.1.3",
6
6
  "description": "Digested Webpack Configurations",
7
7
  "author": {
8
8
  "name": "wallzero @wallzeroblog",
@@ -47,15 +47,15 @@
47
47
  "clean": "rimraf node_modules dist package-lock.json npm-debug.log"
48
48
  },
49
49
  "dependencies": {
50
- "@digest/scripts": "^4.1.1",
51
- "@swc/core": "^1.3.17",
50
+ "@digest/scripts": "^4.1.3",
51
+ "@swc/core": "^1.3.27",
52
52
  "@vue/preload-webpack-plugin": "^2.0.0",
53
53
  "case-sensitive-paths-webpack-plugin": "^2.4.0",
54
54
  "circular-dependency-plugin": "^5.2.2",
55
55
  "clean-terminal-webpack-plugin": "^3.0.0",
56
56
  "clean-webpack-plugin": "^4.0.0",
57
57
  "compression-webpack-plugin": "^10.0.0",
58
- "css-loader": "^6.7.2",
58
+ "css-loader": "^6.7.3",
59
59
  "css-minimizer-webpack-plugin": "^4.2.2",
60
60
  "duplicate-package-checker-webpack-plugin": "^3.0.0",
61
61
  "html-loader": "^4.2.0",
@@ -64,7 +64,7 @@
64
64
  "html-webpack-plugin": "^5.5.0",
65
65
  "identity-obj-proxy": "^3.0.0",
66
66
  "ip": "^1.1.8",
67
- "mini-css-extract-plugin": "^2.6.1",
67
+ "mini-css-extract-plugin": "^2.7.2",
68
68
  "raw-loader": "^4.0.2",
69
69
  "source-map-loader": "^4.0.1",
70
70
  "stats-webpack-plugin": "~0.7.0",
@@ -74,17 +74,17 @@
74
74
  "url-loader": "^4.1.1",
75
75
  "webpack": "^5.75.0",
76
76
  "webpack-bundle-analyzer": "^4.7.0",
77
- "webpack-cli": "^4.10.0",
77
+ "webpack-cli": "^5.0.1",
78
78
  "webpack-favicons": "^1.3.8",
79
79
  "webpack-node-externals": "^3.0.0",
80
80
  "webpack-subresource-integrity": "^5.1.0"
81
81
  },
82
82
  "devDependencies": {
83
- "@digest/webpack-workbox": "^4.1.1",
83
+ "@digest/webpack-workbox": "^4.1.3",
84
84
  "@types/clean-webpack-plugin": "^0.1.3",
85
85
  "@types/ip": "^1.1.0",
86
86
  "@types/mini-css-extract-plugin": "^2.5.1",
87
- "@types/node": "^18.11.9",
87
+ "@types/node": "^18.11.18",
88
88
  "@types/terser-webpack-plugin": "^5.2.0",
89
89
  "@types/webpack-bundle-analyzer": "^4.6.0",
90
90
  "@types/webpack-env": "^1.18.0"
@@ -94,5 +94,5 @@
94
94
  "build",
95
95
  "hmr"
96
96
  ],
97
- "gitHead": "eb0da3a7fe80ac49b7beb7a5e6a57b7f010536d2"
97
+ "gitHead": "406aa46a407edf4c09fafe0ef4305faf8589aaa0"
98
98
  }