@rstest/adapter-rsbuild 0.11.11 → 0.12.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -24,7 +24,7 @@ export default defineConfig({
24
24
 
25
25
  Automatically loads Rsbuild config from the current working directory and converts it to Rstest config.
26
26
 
27
- More advanced usage examples can be found in the [Rsbuild integration guide](https://rstest.rs/guide/integration/rsbuild).
27
+ More advanced usage examples can be found in the [Rsbuild integration guide](https://rstest.rs/integration/rsbuild).
28
28
 
29
29
  ### `toRstestConfig`
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rstest/adapter-rsbuild",
3
- "version": "0.11.11",
3
+ "version": "0.12.0",
4
4
  "description": "Rstest adapter for rsbuild configuration",
5
5
  "keywords": [
6
6
  "rstest",
@@ -30,14 +30,14 @@
30
30
  "dist"
31
31
  ],
32
32
  "devDependencies": {
33
- "@rsbuild/core": "~2.2.0",
34
- "@rslib/core": "1.0.0-rc.2",
35
- "@rstest/core": "0.11.11",
33
+ "@rsbuild/core": "~2.2.7",
34
+ "@rslib/core": "~1.0.1",
35
+ "@rstest/core": "0.12.0",
36
36
  "@rstest/tsconfig": "0.0.1"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@rsbuild/core": "^1.0.0 || ^2.0.0",
40
- "@rstest/core": "^0.11.0"
40
+ "@rstest/core": "^0.12.0"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"