@lynx-js/react-rsbuild-plugin 0.16.3 → 0.17.1

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.
@@ -1,4 +1,6 @@
1
- import { createLazyResolver, node_path, fileURLToPath } from "./208.js";
1
+ import node_path from "node:path";
2
+ import { fileURLToPath } from "node:url";
3
+ import { createLazyResolver } from "@lynx-js/react-alias-rsbuild-plugin";
2
4
  const resolve_dirname = node_path.dirname(fileURLToPath(import.meta.url));
3
5
  const getImportResolver = (()=>{
4
6
  let resolver = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/react-rsbuild-plugin",
3
- "version": "0.16.3",
3
+ "version": "0.17.1",
4
4
  "description": "A rsbuild plugin for ReactLynx",
5
5
  "keywords": [
6
6
  "rsbuild",
@@ -33,36 +33,37 @@
33
33
  ],
34
34
  "dependencies": {
35
35
  "tiny-invariant": "^1.3.3",
36
- "@lynx-js/css-extract-webpack-plugin": "0.7.1",
37
- "@lynx-js/react-alias-rsbuild-plugin": "0.16.3",
38
- "@lynx-js/react-refresh-webpack-plugin": "0.3.6",
39
- "@lynx-js/react-webpack-plugin": "0.9.3",
40
- "@lynx-js/runtime-wrapper-webpack-plugin": "0.1.3",
41
- "@lynx-js/template-webpack-plugin": "0.11.2",
36
+ "@lynx-js/css-extract-webpack-plugin": "0.8.0",
37
+ "@lynx-js/react-alias-rsbuild-plugin": "0.17.1",
38
+ "@lynx-js/react-refresh-webpack-plugin": "0.4.0",
39
+ "@lynx-js/react-webpack-plugin": "0.9.4",
40
+ "@lynx-js/runtime-wrapper-webpack-plugin": "0.2.0",
41
+ "@lynx-js/template-webpack-plugin": "0.12.1",
42
42
  "@lynx-js/use-sync-external-store": "1.5.0",
43
43
  "background-only": "^0.0.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@microsoft/api-extractor": "7.58.2",
47
- "@rollup/plugin-typescript": "^12.3.0",
48
- "@rsbuild/core": "1.7.5",
49
- "@rsbuild/plugin-sass": "1.5.0",
47
+ "@rsbuild/core": "2.0.11",
48
+ "@rsbuild/plugin-sass": "1.5.2",
50
49
  "@rsbuild/plugin-typed-css-modules": "1.2.2",
51
- "rsbuild-plugin-arethetypeswrong": "0.2.0",
50
+ "@rstest/core": "0.10.5",
51
+ "rsbuild-plugin-arethetypeswrong": "0.3.1",
52
52
  "rsbuild-plugin-publint": "0.3.4",
53
53
  "source-map": "^0.7.6",
54
54
  "tailwindcss": "^3.4.19",
55
55
  "type-fest": "^5.4.4",
56
- "typia": "10.1.0",
57
- "typia-rspack-plugin": "2.2.2",
58
- "@lynx-js/config-rsbuild-plugin": "0.0.2",
59
- "@lynx-js/react": "0.121.1",
56
+ "typia": "12.1.1",
57
+ "typia-rspack-plugin": "3.0.1",
58
+ "@lynx-js/config-rsbuild-plugin": "0.1.0",
59
+ "@lynx-js/debug-metadata": "0.1.0",
60
+ "@lynx-js/react": "0.122.0",
60
61
  "@lynx-js/react-transform": "0.2.0",
61
- "@lynx-js/rspeedy": "0.14.5",
62
- "@lynx-js/vitest-setup": "0.0.0"
62
+ "@lynx-js/rspeedy": "0.15.1",
63
+ "@lynx-js/test-tools": "0.0.0"
63
64
  },
64
65
  "peerDependencies": {
65
- "@lynx-js/react": "^0.103.0 || ^0.104.0 || ^0.105.0 || ^0.106.0 || ^0.107.0 || ^0.108.0 || ^0.109.0 || ^0.110.0 || ^0.111.0 || ^0.112.0 || ^0.113.0 || ^0.114.0 || ^0.115.0 || ^0.116.0 || ^0.117.0 || ^0.118.0 || ^0.119.0 || ^0.120.0 || ^0.121.0"
66
+ "@lynx-js/react": "^0.103.0 || ^0.104.0 || ^0.105.0 || ^0.106.0 || ^0.107.0 || ^0.108.0 || ^0.109.0 || ^0.110.0 || ^0.111.0 || ^0.112.0 || ^0.113.0 || ^0.114.0 || ^0.115.0 || ^0.116.0 || ^0.117.0 || ^0.118.0 || ^0.119.0 || ^0.120.0 || ^0.121.0 || ^0.122.0"
66
67
  },
67
68
  "peerDependenciesMeta": {
68
69
  "@lynx-js/react": {
@@ -78,6 +79,6 @@
78
79
  "scripts": {
79
80
  "api-extractor": "api-extractor run --verbose",
80
81
  "build": "rslib build",
81
- "test": "pnpm -w run test --project rspeedy/react"
82
+ "test": "rstest"
82
83
  }
83
84
  }