create-rslib 0.3.0 → 0.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rslib",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Create a new Rslib project",
5
5
  "homepage": "https://lib.rsbuild.dev",
6
6
  "repository": {
@@ -29,10 +29,10 @@
29
29
  "@types/node": "^22.8.1",
30
30
  "fs-extra": "^11.2.0",
31
31
  "rsbuild-plugin-publint": "^0.2.1",
32
- "rslib": "npm:@rslib/core@0.2.2",
32
+ "rslib": "npm:@rslib/core@0.3.0",
33
33
  "tsx": "^4.19.2",
34
- "typescript": "^5.7.2",
35
- "@rslib/core": "0.3.0",
34
+ "typescript": "^5.7.3",
35
+ "@rslib/core": "0.3.1",
36
36
  "@rslib/tsconfig": "0.0.1"
37
37
  },
38
38
  "engines": {
@@ -22,6 +22,6 @@
22
22
  "devDependencies": {
23
23
  "@rslib/core": "workspace:*",
24
24
  "@types/node": "^22.8.1",
25
- "typescript": "^5.7.2"
25
+ "typescript": "^5.7.3"
26
26
  }
27
27
  }
@@ -23,7 +23,7 @@
23
23
  "devDependencies": {
24
24
  "@rslib/core": "workspace:*",
25
25
  "@types/node": "^22.8.1",
26
- "typescript": "^5.7.2",
26
+ "typescript": "^5.7.3",
27
27
  "vitest": "^2.1.8"
28
28
  }
29
29
  }
@@ -20,6 +20,6 @@
20
20
  "devDependencies": {
21
21
  "@rslib/core": "workspace:*",
22
22
  "@types/node": "^22.8.1",
23
- "typescript": "^5.7.2"
23
+ "typescript": "^5.7.3"
24
24
  }
25
25
  }
@@ -21,7 +21,7 @@
21
21
  "devDependencies": {
22
22
  "@rslib/core": "workspace:*",
23
23
  "@types/node": "^22.8.1",
24
- "typescript": "^5.7.2",
24
+ "typescript": "^5.7.3",
25
25
  "vitest": "^2.1.8"
26
26
  }
27
27
  }
@@ -20,9 +20,9 @@
20
20
  "devDependencies": {
21
21
  "@rsbuild/plugin-react": "^1.1.0",
22
22
  "@rslib/core": "workspace:*",
23
- "@types/react": "^19.0.2",
23
+ "@types/react": "^19.0.4",
24
24
  "react": "^19.0.0",
25
- "typescript": "^5.7.2"
25
+ "typescript": "^5.7.3"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": ">=16.9.0",
@@ -19,7 +19,7 @@
19
19
  "test": "vitest run"
20
20
  },
21
21
  "devDependencies": {
22
- "@rsbuild/core": "1.2.0-alpha.0",
22
+ "@rsbuild/core": "1.2.0-beta.0",
23
23
  "@rsbuild/plugin-react": "^1.1.0",
24
24
  "@rslib/core": "workspace:*",
25
25
  "@storybook/addon-essentials": "^8.4.7",
@@ -31,7 +31,7 @@
31
31
  "@storybook/test": "^8.4.7",
32
32
  "@testing-library/jest-dom": "^6.6.3",
33
33
  "@testing-library/react": "^16.1.0",
34
- "jsdom": "^25.0.1",
34
+ "jsdom": "^26.0.0",
35
35
  "react": "^19.0.0",
36
36
  "storybook": "^8.4.7",
37
37
  "storybook-addon-rslib": "^0.1.7",
@@ -21,7 +21,7 @@
21
21
  "test": "vitest run"
22
22
  },
23
23
  "devDependencies": {
24
- "@rsbuild/core": "1.2.0-alpha.0",
24
+ "@rsbuild/core": "1.2.0-beta.0",
25
25
  "@rsbuild/plugin-react": "^1.1.0",
26
26
  "@rslib/core": "workspace:*",
27
27
  "@storybook/addon-essentials": "^8.4.7",
@@ -33,13 +33,13 @@
33
33
  "@storybook/test": "^8.4.7",
34
34
  "@testing-library/jest-dom": "^6.6.3",
35
35
  "@testing-library/react": "^16.1.0",
36
- "@types/react": "^19.0.2",
37
- "jsdom": "^25.0.1",
36
+ "@types/react": "^19.0.4",
37
+ "jsdom": "^26.0.0",
38
38
  "react": "^19.0.0",
39
39
  "storybook": "^8.4.7",
40
40
  "storybook-addon-rslib": "^0.1.7",
41
41
  "storybook-react-rsbuild": "^0.1.7",
42
- "typescript": "^5.7.2",
42
+ "typescript": "^5.7.3",
43
43
  "vitest": "^2.1.8"
44
44
  },
45
45
  "peerDependencies": {
@@ -18,7 +18,7 @@
18
18
  "storybook": "storybook dev"
19
19
  },
20
20
  "devDependencies": {
21
- "@rsbuild/core": "1.2.0-alpha.0",
21
+ "@rsbuild/core": "1.2.0-beta.0",
22
22
  "@rsbuild/plugin-react": "^1.1.0",
23
23
  "@rslib/core": "workspace:*",
24
24
  "@storybook/addon-essentials": "^8.4.7",
@@ -20,7 +20,7 @@
20
20
  "storybook": "storybook dev"
21
21
  },
22
22
  "devDependencies": {
23
- "@rsbuild/core": "1.2.0-alpha.0",
23
+ "@rsbuild/core": "1.2.0-beta.0",
24
24
  "@rsbuild/plugin-react": "^1.1.0",
25
25
  "@rslib/core": "workspace:*",
26
26
  "@storybook/addon-essentials": "^8.4.7",
@@ -30,12 +30,12 @@
30
30
  "@storybook/blocks": "^8.4.7",
31
31
  "@storybook/react": "^8.4.7",
32
32
  "@storybook/test": "^8.4.7",
33
- "@types/react": "^19.0.2",
33
+ "@types/react": "^19.0.4",
34
34
  "react": "^19.0.0",
35
35
  "storybook": "^8.4.7",
36
36
  "storybook-addon-rslib": "^0.1.7",
37
37
  "storybook-react-rsbuild": "^0.1.7",
38
- "typescript": "^5.7.2"
38
+ "typescript": "^5.7.3"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "react": ">=16.9.0",
@@ -21,7 +21,7 @@
21
21
  "@rslib/core": "workspace:*",
22
22
  "@testing-library/jest-dom": "^6.6.3",
23
23
  "@testing-library/react": "^16.1.0",
24
- "jsdom": "^25.0.1",
24
+ "jsdom": "^26.0.0",
25
25
  "react": "^19.0.0",
26
26
  "vitest": "^2.1.8"
27
27
  },
@@ -23,10 +23,10 @@
23
23
  "@rslib/core": "workspace:*",
24
24
  "@testing-library/jest-dom": "^6.6.3",
25
25
  "@testing-library/react": "^16.1.0",
26
- "@types/react": "^19.0.2",
27
- "jsdom": "^25.0.1",
26
+ "@types/react": "^19.0.4",
27
+ "jsdom": "^26.0.0",
28
28
  "react": "^19.0.0",
29
- "typescript": "^5.7.2",
29
+ "typescript": "^5.7.3",
30
30
  "vitest": "^2.1.8"
31
31
  },
32
32
  "peerDependencies": {