@lynx-js/react-webpack-plugin 0.6.19 → 0.6.20

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @lynx-js/react-webpack-plugin
2
2
 
3
+ ## 0.6.20
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`aaca8f9`](https://github.com/lynx-family/lynx-stack/commit/aaca8f91d177061c7b0430cc5cb21a3602897534)]:
8
+ - @lynx-js/webpack-runtime-globals@0.0.6
9
+
3
10
  ## 0.6.19
4
11
 
5
12
  ### Patch Changes
@@ -161,7 +161,6 @@ class ReactWebpackPlugin {
161
161
  const runtimeFile = require.resolve(path);
162
162
  lepusCode.chunks.push({
163
163
  name: 'worklet-runtime',
164
- // @ts-expect-error Rspack x Webpack sources not match
165
164
  source: new RawSource(fs.readFileSync(runtimeFile, 'utf8')),
166
165
  info: {
167
166
  ['lynx:main-thread']: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/react-webpack-plugin",
3
- "version": "0.6.19",
3
+ "version": "0.6.20",
4
4
  "description": "A webpack plugin for ReactLynx",
5
5
  "keywords": [
6
6
  "webpack",
@@ -34,17 +34,17 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "tiny-invariant": "^1.3.3",
37
- "@lynx-js/webpack-runtime-globals": "0.0.5"
37
+ "@lynx-js/webpack-runtime-globals": "0.0.6"
38
38
  },
39
39
  "devDependencies": {
40
- "@microsoft/api-extractor": "7.52.8",
41
- "@rspack/core": "1.4.8",
40
+ "@microsoft/api-extractor": "7.52.11",
41
+ "@rspack/core": "1.4.11",
42
42
  "css-loader": "^7.1.2",
43
43
  "swc-loader": "^0.2.6",
44
- "webpack": "^5.99.9",
45
- "@lynx-js/css-extract-webpack-plugin": "0.6.0",
46
- "@lynx-js/react": "0.112.0",
47
- "@lynx-js/template-webpack-plugin": "0.8.2",
44
+ "webpack": "^5.101.3",
45
+ "@lynx-js/css-extract-webpack-plugin": "0.6.2",
46
+ "@lynx-js/react": "0.112.4",
47
+ "@lynx-js/template-webpack-plugin": "0.8.5",
48
48
  "@lynx-js/test-tools": "0.0.0",
49
49
  "@lynx-js/vitest-setup": "0.0.0"
50
50
  },