create-rslib 0.6.7 → 0.6.8
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-[node-dual]-[]-js/package.json +0 -1
- package/template-[node-dual]-[]-ts/package.json +0 -1
- package/template-[node-dual]-[vitest]-js/package.json +0 -1
- package/template-[node-dual]-[vitest]-ts/package.json +0 -1
- package/template-[node-esm]-[]-js/package.json +0 -1
- package/template-[node-esm]-[]-ts/package.json +0 -1
- package/template-[node-esm]-[vitest]-js/package.json +0 -1
- package/template-[node-esm]-[vitest]-ts/package.json +0 -1
- package/template-[react]-[]-js/package.json +1 -2
- package/template-[react]-[]-ts/package.json +1 -2
- package/template-[react]-[storybook,vitest]-js/package.json +2 -3
- package/template-[react]-[storybook,vitest]-ts/package.json +2 -3
- package/template-[react]-[storybook]-js/package.json +2 -3
- package/template-[react]-[storybook]-ts/package.json +2 -3
- package/template-[react]-[vitest]-js/package.json +1 -2
- package/template-[react]-[vitest]-ts/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-rslib",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.8",
|
|
4
4
|
"description": "Create a new Rslib project",
|
|
5
5
|
"homepage": "https://lib.rsbuild.dev",
|
|
6
6
|
"repository": {
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"@types/fs-extra": "^11.0.4",
|
|
29
29
|
"@types/node": "^22.8.1",
|
|
30
30
|
"fs-extra": "^11.3.0",
|
|
31
|
-
"rsbuild-plugin-publint": "^0.3.
|
|
32
|
-
"rslib": "npm:@rslib/core@0.6.
|
|
33
|
-
"tsx": "^4.19.
|
|
31
|
+
"rsbuild-plugin-publint": "^0.3.1",
|
|
32
|
+
"rslib": "npm:@rslib/core@0.6.7",
|
|
33
|
+
"tsx": "^4.19.4",
|
|
34
34
|
"typescript": "^5.8.3",
|
|
35
35
|
"@rslib/tsconfig": "0.0.1"
|
|
36
36
|
},
|
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
"import": "./dist/index.js"
|
|
8
8
|
}
|
|
9
9
|
},
|
|
10
|
-
"module": "./dist/index.js",
|
|
11
10
|
"files": [
|
|
12
11
|
"dist"
|
|
13
12
|
],
|
|
@@ -16,7 +15,7 @@
|
|
|
16
15
|
"dev": "rslib build --watch"
|
|
17
16
|
},
|
|
18
17
|
"devDependencies": {
|
|
19
|
-
"@rsbuild/plugin-react": "^1.
|
|
18
|
+
"@rsbuild/plugin-react": "^1.3.0",
|
|
20
19
|
"@rslib/core": "workspace:*",
|
|
21
20
|
"react": "^19.1.0"
|
|
22
21
|
},
|
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
"import": "./dist/index.js"
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
|
-
"module": "./dist/index.js",
|
|
12
11
|
"types": "./dist/index.d.ts",
|
|
13
12
|
"files": [
|
|
14
13
|
"dist"
|
|
@@ -18,7 +17,7 @@
|
|
|
18
17
|
"dev": "rslib build --watch"
|
|
19
18
|
},
|
|
20
19
|
"devDependencies": {
|
|
21
|
-
"@rsbuild/plugin-react": "^1.
|
|
20
|
+
"@rsbuild/plugin-react": "^1.3.0",
|
|
22
21
|
"@rslib/core": "workspace:*",
|
|
23
22
|
"@types/react": "^19.1.2",
|
|
24
23
|
"react": "^19.1.0",
|
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
"import": "./dist/index.js"
|
|
8
8
|
}
|
|
9
9
|
},
|
|
10
|
-
"module": "./dist/index.js",
|
|
11
10
|
"files": [
|
|
12
11
|
"dist"
|
|
13
12
|
],
|
|
@@ -19,8 +18,8 @@
|
|
|
19
18
|
"test": "vitest run"
|
|
20
19
|
},
|
|
21
20
|
"devDependencies": {
|
|
22
|
-
"@rsbuild/core": "1.3.
|
|
23
|
-
"@rsbuild/plugin-react": "^1.
|
|
21
|
+
"@rsbuild/core": "1.3.14",
|
|
22
|
+
"@rsbuild/plugin-react": "^1.3.0",
|
|
24
23
|
"@rslib/core": "workspace:*",
|
|
25
24
|
"@storybook/addon-essentials": "^8.6.12",
|
|
26
25
|
"@storybook/addon-interactions": "^8.6.12",
|
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
"import": "./dist/index.js"
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
|
-
"module": "./dist/index.js",
|
|
12
11
|
"types": "./dist/index.d.ts",
|
|
13
12
|
"files": [
|
|
14
13
|
"dist"
|
|
@@ -21,8 +20,8 @@
|
|
|
21
20
|
"test": "vitest run"
|
|
22
21
|
},
|
|
23
22
|
"devDependencies": {
|
|
24
|
-
"@rsbuild/core": "1.3.
|
|
25
|
-
"@rsbuild/plugin-react": "^1.
|
|
23
|
+
"@rsbuild/core": "1.3.14",
|
|
24
|
+
"@rsbuild/plugin-react": "^1.3.0",
|
|
26
25
|
"@rslib/core": "workspace:*",
|
|
27
26
|
"@storybook/addon-essentials": "^8.6.12",
|
|
28
27
|
"@storybook/addon-interactions": "^8.6.12",
|
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
"import": "./dist/index.js"
|
|
8
8
|
}
|
|
9
9
|
},
|
|
10
|
-
"module": "./dist/index.js",
|
|
11
10
|
"files": [
|
|
12
11
|
"dist"
|
|
13
12
|
],
|
|
@@ -18,8 +17,8 @@
|
|
|
18
17
|
"storybook": "storybook dev"
|
|
19
18
|
},
|
|
20
19
|
"devDependencies": {
|
|
21
|
-
"@rsbuild/core": "1.3.
|
|
22
|
-
"@rsbuild/plugin-react": "^1.
|
|
20
|
+
"@rsbuild/core": "1.3.14",
|
|
21
|
+
"@rsbuild/plugin-react": "^1.3.0",
|
|
23
22
|
"@rslib/core": "workspace:*",
|
|
24
23
|
"@storybook/addon-essentials": "^8.6.12",
|
|
25
24
|
"@storybook/addon-interactions": "^8.6.12",
|
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
"import": "./dist/index.js"
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
|
-
"module": "./dist/index.js",
|
|
12
11
|
"types": "./dist/index.d.ts",
|
|
13
12
|
"files": [
|
|
14
13
|
"dist"
|
|
@@ -20,8 +19,8 @@
|
|
|
20
19
|
"storybook": "storybook dev"
|
|
21
20
|
},
|
|
22
21
|
"devDependencies": {
|
|
23
|
-
"@rsbuild/core": "1.3.
|
|
24
|
-
"@rsbuild/plugin-react": "^1.
|
|
22
|
+
"@rsbuild/core": "1.3.14",
|
|
23
|
+
"@rsbuild/plugin-react": "^1.3.0",
|
|
25
24
|
"@rslib/core": "workspace:*",
|
|
26
25
|
"@storybook/addon-essentials": "^8.6.12",
|
|
27
26
|
"@storybook/addon-interactions": "^8.6.12",
|
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
"import": "./dist/index.js"
|
|
8
8
|
}
|
|
9
9
|
},
|
|
10
|
-
"module": "./dist/index.js",
|
|
11
10
|
"files": [
|
|
12
11
|
"dist"
|
|
13
12
|
],
|
|
@@ -17,7 +16,7 @@
|
|
|
17
16
|
"test": "vitest run"
|
|
18
17
|
},
|
|
19
18
|
"devDependencies": {
|
|
20
|
-
"@rsbuild/plugin-react": "^1.
|
|
19
|
+
"@rsbuild/plugin-react": "^1.3.0",
|
|
21
20
|
"@rslib/core": "workspace:*",
|
|
22
21
|
"@testing-library/jest-dom": "^6.6.3",
|
|
23
22
|
"@testing-library/react": "^16.3.0",
|
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
"import": "./dist/index.js"
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
|
-
"module": "./dist/index.js",
|
|
12
11
|
"types": "./dist/index.d.ts",
|
|
13
12
|
"files": [
|
|
14
13
|
"dist"
|
|
@@ -19,7 +18,7 @@
|
|
|
19
18
|
"test": "vitest run"
|
|
20
19
|
},
|
|
21
20
|
"devDependencies": {
|
|
22
|
-
"@rsbuild/plugin-react": "^1.
|
|
21
|
+
"@rsbuild/plugin-react": "^1.3.0",
|
|
23
22
|
"@rslib/core": "workspace:*",
|
|
24
23
|
"@testing-library/jest-dom": "^6.6.3",
|
|
25
24
|
"@testing-library/react": "^16.3.0",
|