create-rslib 0.16.0 → 0.16.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]-[]-ts/package.json +1 -1
- package/template-[node-dual]-[rstest]-js/package.json +1 -1
- package/template-[node-dual]-[rstest]-ts/package.json +2 -2
- package/template-[node-dual]-[vitest]-ts/package.json +1 -1
- package/template-[node-esm]-[]-ts/package.json +1 -1
- package/template-[node-esm]-[rstest]-js/package.json +1 -1
- package/template-[node-esm]-[rstest]-ts/package.json +2 -2
- package/template-[node-esm]-[vitest]-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.16.
|
|
3
|
+
"version": "0.16.1",
|
|
4
4
|
"description": "Create a new Rslib project",
|
|
5
5
|
"homepage": "https://rslib.rs",
|
|
6
6
|
"repository": {
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/fs-extra": "^11.0.4",
|
|
29
|
-
"@types/node": "^22.18.
|
|
29
|
+
"@types/node": "^22.18.12",
|
|
30
30
|
"fs-extra": "^11.3.2",
|
|
31
31
|
"rsbuild-plugin-publint": "^0.3.3",
|
|
32
|
-
"rslib": "npm:@rslib/core@0.
|
|
32
|
+
"rslib": "npm:@rslib/core@0.16.0",
|
|
33
33
|
"tsx": "^4.20.6",
|
|
34
34
|
"typescript": "^5.9.3",
|
|
35
35
|
"@rslib/tsconfig": "0.0.1"
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"test": "rstest"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@rsbuild/core": "1.6.0-beta.
|
|
21
|
+
"@rsbuild/core": "1.6.0-beta.1",
|
|
22
22
|
"@rsbuild/plugin-react": "^1.4.1",
|
|
23
23
|
"@rslib/core": "workspace:*",
|
|
24
|
-
"@rstest/core": "^0.5.
|
|
24
|
+
"@rstest/core": "^0.5.4",
|
|
25
25
|
"@storybook/addon-docs": "^9.1.13",
|
|
26
26
|
"@storybook/addon-onboarding": "^9.1.13",
|
|
27
27
|
"@storybook/react": "^9.1.13",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"test": "rstest"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@rsbuild/core": "1.6.0-beta.
|
|
23
|
+
"@rsbuild/core": "1.6.0-beta.1",
|
|
24
24
|
"@rsbuild/plugin-react": "^1.4.1",
|
|
25
25
|
"@rslib/core": "workspace:*",
|
|
26
|
-
"@rstest/core": "^0.5.
|
|
26
|
+
"@rstest/core": "^0.5.4",
|
|
27
27
|
"@storybook/addon-docs": "^9.1.13",
|
|
28
28
|
"@storybook/addon-onboarding": "^9.1.13",
|
|
29
29
|
"@storybook/react": "^9.1.13",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@rsbuild/plugin-react": "^1.4.1",
|
|
22
22
|
"@rslib/core": "workspace:*",
|
|
23
|
-
"@rstest/core": "^0.5.
|
|
23
|
+
"@rstest/core": "^0.5.4",
|
|
24
24
|
"@testing-library/jest-dom": "^6.9.1",
|
|
25
25
|
"@testing-library/react": "^16.3.0",
|
|
26
26
|
"@types/react": "^19.2.2",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"test": "rstest"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@rsbuild/core": "1.6.0-beta.
|
|
23
|
+
"@rsbuild/core": "1.6.0-beta.1",
|
|
24
24
|
"@rslib/core": "workspace:*",
|
|
25
|
-
"@rstest/core": "^0.5.
|
|
25
|
+
"@rstest/core": "^0.5.4",
|
|
26
26
|
"@storybook/addon-docs": "^9.1.13",
|
|
27
27
|
"@storybook/addon-onboarding": "^9.1.13",
|
|
28
28
|
"@storybook/vue3": "^9.1.13",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"test": "rstest"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@rsbuild/core": "1.6.0-beta.
|
|
23
|
+
"@rsbuild/core": "1.6.0-beta.1",
|
|
24
24
|
"@rslib/core": "workspace:*",
|
|
25
|
-
"@rstest/core": "^0.5.
|
|
25
|
+
"@rstest/core": "^0.5.4",
|
|
26
26
|
"@storybook/addon-docs": "^9.1.13",
|
|
27
27
|
"@storybook/addon-onboarding": "^9.1.13",
|
|
28
28
|
"@storybook/vue3": "^9.1.13",
|