create-rslib 0.1.5 → 0.2.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.
- package/package.json +4 -4
- package/template-[react]-[]-js/package.json +1 -1
- package/template-[react]-[]-ts/package.json +2 -2
- package/template-[react]-[storybook,vitest]-js/package.json +2 -2
- package/template-[react]-[storybook,vitest]-ts/package.json +3 -3
- package/template-[react]-[storybook]-js/package.json +2 -2
- package/template-[react]-[storybook]-ts/package.json +3 -3
- package/template-[react]-[vitest]-js/package.json +1 -1
- package/template-[react]-[vitest]-ts/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-rslib",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Create a new Rslib project",
|
|
5
5
|
"homepage": "https://lib.rsbuild.dev",
|
|
6
6
|
"repository": {
|
|
@@ -29,11 +29,11 @@
|
|
|
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.1.
|
|
32
|
+
"rslib": "npm:@rslib/core@0.1.5",
|
|
33
33
|
"tsx": "^4.19.2",
|
|
34
34
|
"typescript": "^5.6.3",
|
|
35
|
-
"@rslib/
|
|
36
|
-
"@rslib/
|
|
35
|
+
"@rslib/core": "0.2.0",
|
|
36
|
+
"@rslib/tsconfig": "0.0.1"
|
|
37
37
|
},
|
|
38
38
|
"engines": {
|
|
39
39
|
"node": ">=16.7.0"
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dev": "rslib build --watch"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@rsbuild/plugin-react": "^1.0
|
|
21
|
+
"@rsbuild/plugin-react": "^1.1.0",
|
|
22
22
|
"@rslib/core": "workspace:*",
|
|
23
|
-
"@types/react": "^19.0.
|
|
23
|
+
"@types/react": "^19.0.2",
|
|
24
24
|
"react": "^19.0.0",
|
|
25
25
|
"typescript": "^5.6.3"
|
|
26
26
|
},
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"test": "vitest run"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@rsbuild/core": "~1.1.
|
|
23
|
-
"@rsbuild/plugin-react": "^1.0
|
|
22
|
+
"@rsbuild/core": "~1.1.12",
|
|
23
|
+
"@rsbuild/plugin-react": "^1.1.0",
|
|
24
24
|
"@rslib/core": "workspace:*",
|
|
25
25
|
"@storybook/addon-essentials": "^8.4.7",
|
|
26
26
|
"@storybook/addon-interactions": "^8.4.7",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"test": "vitest run"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@rsbuild/core": "~1.1.
|
|
25
|
-
"@rsbuild/plugin-react": "^1.0
|
|
24
|
+
"@rsbuild/core": "~1.1.12",
|
|
25
|
+
"@rsbuild/plugin-react": "^1.1.0",
|
|
26
26
|
"@rslib/core": "workspace:*",
|
|
27
27
|
"@storybook/addon-essentials": "^8.4.7",
|
|
28
28
|
"@storybook/addon-interactions": "^8.4.7",
|
|
@@ -33,7 +33,7 @@
|
|
|
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.
|
|
36
|
+
"@types/react": "^19.0.2",
|
|
37
37
|
"jsdom": "^25.0.1",
|
|
38
38
|
"react": "^19.0.0",
|
|
39
39
|
"storybook": "^8.4.7",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"storybook": "storybook dev"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@rsbuild/core": "~1.1.
|
|
22
|
-
"@rsbuild/plugin-react": "^1.0
|
|
21
|
+
"@rsbuild/core": "~1.1.12",
|
|
22
|
+
"@rsbuild/plugin-react": "^1.1.0",
|
|
23
23
|
"@rslib/core": "workspace:*",
|
|
24
24
|
"@storybook/addon-essentials": "^8.4.7",
|
|
25
25
|
"@storybook/addon-interactions": "^8.4.7",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"storybook": "storybook dev"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@rsbuild/core": "~1.1.
|
|
24
|
-
"@rsbuild/plugin-react": "^1.0
|
|
23
|
+
"@rsbuild/core": "~1.1.12",
|
|
24
|
+
"@rsbuild/plugin-react": "^1.1.0",
|
|
25
25
|
"@rslib/core": "workspace:*",
|
|
26
26
|
"@storybook/addon-essentials": "^8.4.7",
|
|
27
27
|
"@storybook/addon-interactions": "^8.4.7",
|
|
@@ -30,7 +30,7 @@
|
|
|
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.
|
|
33
|
+
"@types/react": "^19.0.2",
|
|
34
34
|
"react": "^19.0.0",
|
|
35
35
|
"storybook": "^8.4.7",
|
|
36
36
|
"storybook-addon-rslib": "^0.1.6",
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"test": "vitest run"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@rsbuild/plugin-react": "^1.0
|
|
22
|
+
"@rsbuild/plugin-react": "^1.1.0",
|
|
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.
|
|
26
|
+
"@types/react": "^19.0.2",
|
|
27
27
|
"jsdom": "^25.0.1",
|
|
28
28
|
"react": "^19.0.0",
|
|
29
29
|
"typescript": "^5.6.3",
|