create-rslib 0.13.0 → 0.13.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 +3 -3
- package/template-[node-dual]-[rstest]-js/package.json +1 -1
- package/template-[node-dual]-[rstest]-ts/package.json +1 -1
- package/template-[node-esm]-[rstest]-js/package.json +1 -1
- package/template-[node-esm]-[rstest]-ts/package.json +1 -1
- package/template-[react]-[rstest,storybook]-js/package.json +2 -2
- package/template-[react]-[rstest,storybook]-ts/package.json +2 -2
- package/template-[react]-[rstest]-js/package.json +1 -1
- package/template-[react]-[rstest]-ts/package.json +1 -1
- package/template-[react]-[storybook,vitest]-js/package.json +1 -1
- package/template-[react]-[storybook,vitest]-ts/package.json +1 -1
- package/template-[react]-[storybook]-js/package.json +1 -1
- package/template-[react]-[storybook]-ts/package.json +1 -1
- package/template-[vue]-[rstest,storybook]-js/package.json +2 -2
- package/template-[vue]-[rstest,storybook]-ts/package.json +2 -2
- package/template-[vue]-[rstest]-js/package.json +1 -1
- package/template-[vue]-[rstest]-ts/package.json +1 -1
- package/template-[vue]-[storybook,vitest]-js/package.json +1 -1
- package/template-[vue]-[storybook,vitest]-ts/package.json +1 -1
- package/template-[vue]-[storybook]-js/package.json +1 -1
- package/template-[vue]-[storybook]-ts/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-rslib",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.1",
|
|
4
4
|
"description": "Create a new Rslib project",
|
|
5
5
|
"homepage": "https://rslib.rs",
|
|
6
6
|
"repository": {
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"dist"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"create-rstack": "1.6.
|
|
25
|
+
"create-rstack": "1.6.1"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/fs-extra": "^11.0.4",
|
|
29
29
|
"@types/node": "^22.18.1",
|
|
30
30
|
"fs-extra": "^11.3.1",
|
|
31
31
|
"rsbuild-plugin-publint": "^0.3.3",
|
|
32
|
-
"rslib": "npm:@rslib/core@0.
|
|
32
|
+
"rslib": "npm:@rslib/core@0.13.0",
|
|
33
33
|
"tsx": "^4.20.5",
|
|
34
34
|
"typescript": "^5.9.2",
|
|
35
35
|
"@rslib/tsconfig": "0.0.1"
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"test": "rstest"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@rsbuild/core": "~1.5.
|
|
21
|
+
"@rsbuild/core": "~1.5.5",
|
|
22
22
|
"@rsbuild/plugin-react": "^1.4.0",
|
|
23
23
|
"@rslib/core": "workspace:*",
|
|
24
|
-
"@rstest/core": "^0.3.
|
|
24
|
+
"@rstest/core": "^0.3.3",
|
|
25
25
|
"@storybook/addon-docs": "^9.1.5",
|
|
26
26
|
"@storybook/addon-essentials": "^9.0.0-alpha.12",
|
|
27
27
|
"@storybook/addon-interactions": "^9.0.0-alpha.10",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"test": "rstest"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@rsbuild/core": "~1.5.
|
|
23
|
+
"@rsbuild/core": "~1.5.5",
|
|
24
24
|
"@rsbuild/plugin-react": "^1.4.0",
|
|
25
25
|
"@rslib/core": "workspace:*",
|
|
26
|
-
"@rstest/core": "^0.3.
|
|
26
|
+
"@rstest/core": "^0.3.3",
|
|
27
27
|
"@storybook/addon-docs": "^9.1.5",
|
|
28
28
|
"@storybook/addon-essentials": "^9.0.0-alpha.12",
|
|
29
29
|
"@storybook/addon-interactions": "^9.0.0-alpha.10",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@rsbuild/plugin-react": "^1.4.0",
|
|
22
22
|
"@rslib/core": "workspace:*",
|
|
23
|
-
"@rstest/core": "^0.3.
|
|
23
|
+
"@rstest/core": "^0.3.3",
|
|
24
24
|
"@testing-library/jest-dom": "^6.8.0",
|
|
25
25
|
"@testing-library/react": "^16.3.0",
|
|
26
26
|
"@types/react": "^19.1.12",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"test": "rstest"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@rsbuild/core": "~1.5.
|
|
23
|
+
"@rsbuild/core": "~1.5.5",
|
|
24
24
|
"@rslib/core": "workspace:*",
|
|
25
|
-
"@rstest/core": "^0.3.
|
|
25
|
+
"@rstest/core": "^0.3.3",
|
|
26
26
|
"@storybook/addon-docs": "^9.1.5",
|
|
27
27
|
"@storybook/addon-essentials": "^9.0.0-alpha.12",
|
|
28
28
|
"@storybook/addon-interactions": "^9.0.0-alpha.10",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"test": "rstest"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@rsbuild/core": "~1.5.
|
|
23
|
+
"@rsbuild/core": "~1.5.5",
|
|
24
24
|
"@rslib/core": "workspace:*",
|
|
25
|
-
"@rstest/core": "^0.3.
|
|
25
|
+
"@rstest/core": "^0.3.3",
|
|
26
26
|
"@storybook/addon-docs": "^9.1.5",
|
|
27
27
|
"@storybook/addon-essentials": "^9.0.0-alpha.12",
|
|
28
28
|
"@storybook/addon-interactions": "^9.0.0-alpha.10",
|