@willbooster/shared-lib-react 3.3.9 → 3.3.11
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 +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@willbooster/shared-lib-react",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.11",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "WillBooster Inc.",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -35,47 +35,47 @@
|
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@babel/core": "7.26.10",
|
|
37
37
|
"@mdx-js/react": "3.1.0",
|
|
38
|
-
"@storybook/addon-actions": "8.6.
|
|
39
|
-
"@storybook/addon-docs": "8.6.
|
|
40
|
-
"@storybook/addon-essentials": "8.6.
|
|
41
|
-
"@storybook/addon-interactions": "8.6.
|
|
42
|
-
"@storybook/addon-links": "8.6.
|
|
38
|
+
"@storybook/addon-actions": "8.6.12",
|
|
39
|
+
"@storybook/addon-docs": "8.6.12",
|
|
40
|
+
"@storybook/addon-essentials": "8.6.12",
|
|
41
|
+
"@storybook/addon-interactions": "8.6.12",
|
|
42
|
+
"@storybook/addon-links": "8.6.12",
|
|
43
43
|
"@storybook/builder-webpack4": "6.5.16",
|
|
44
44
|
"@storybook/manager-webpack4": "6.5.16",
|
|
45
|
-
"@storybook/react": "8.6.
|
|
45
|
+
"@storybook/react": "8.6.12",
|
|
46
46
|
"@storybook/testing-library": "0.2.2",
|
|
47
47
|
"@types/eslint": "8.56.10",
|
|
48
48
|
"@types/micromatch": "4.0.9",
|
|
49
|
-
"@types/react": "19.
|
|
50
|
-
"@types/react-dom": "19.
|
|
51
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
52
|
-
"@typescript-eslint/parser": "8.
|
|
49
|
+
"@types/react": "19.1.1",
|
|
50
|
+
"@types/react-dom": "19.1.2",
|
|
51
|
+
"@typescript-eslint/eslint-plugin": "8.29.1",
|
|
52
|
+
"@typescript-eslint/parser": "8.29.1",
|
|
53
53
|
"@willbooster/eslint-config-ts-react": "10.2.1",
|
|
54
54
|
"@willbooster/prettier-config": "9.1.3",
|
|
55
55
|
"babel-loader": "9.2.1",
|
|
56
|
-
"build-ts": "13.1.
|
|
56
|
+
"build-ts": "13.1.37",
|
|
57
57
|
"eslint": "8.57.0",
|
|
58
|
-
"eslint-config-prettier": "10.1.
|
|
59
|
-
"eslint-import-resolver-typescript": "3.
|
|
58
|
+
"eslint-config-prettier": "10.1.2",
|
|
59
|
+
"eslint-import-resolver-typescript": "3.10.0",
|
|
60
60
|
"eslint-plugin-import": "2.31.0",
|
|
61
|
-
"eslint-plugin-react": "7.37.
|
|
61
|
+
"eslint-plugin-react": "7.37.5",
|
|
62
62
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
63
63
|
"eslint-plugin-sort-class-members": "1.21.0",
|
|
64
64
|
"eslint-plugin-sort-destructure-keys": "2.0.0",
|
|
65
|
-
"eslint-plugin-storybook": "0.
|
|
65
|
+
"eslint-plugin-storybook": "0.12.0",
|
|
66
66
|
"eslint-plugin-unicorn": "56.0.1",
|
|
67
|
-
"lint-staged": "15.5.
|
|
67
|
+
"lint-staged": "15.5.1",
|
|
68
68
|
"micromatch": "4.0.8",
|
|
69
69
|
"prettier": "3.5.3",
|
|
70
|
-
"react": "19.
|
|
71
|
-
"react-dom": "19.
|
|
70
|
+
"react": "19.1.0",
|
|
71
|
+
"react-dom": "19.1.0",
|
|
72
72
|
"sort-package-json": "2.15.1",
|
|
73
|
-
"typescript": "5.8.
|
|
74
|
-
"vitest": "3.
|
|
73
|
+
"typescript": "5.8.3",
|
|
74
|
+
"vitest": "3.1.1"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
|
-
"react": "~18.2.0 || ~18.3.0 || ~19.0.0",
|
|
78
|
-
"react-dom": "~18.2.0 || ~18.3.0 || ~19.0.0"
|
|
77
|
+
"react": "~18.2.0 || ~18.3.0 || ~19.0.0 || ~19.1.0",
|
|
78
|
+
"react-dom": "~18.2.0 || ~18.3.0 || ~19.0.0 || ~19.1.0"
|
|
79
79
|
},
|
|
80
80
|
"publishConfig": {
|
|
81
81
|
"access": "public"
|