@willbooster/shared-lib-react 4.1.1 → 4.1.3
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 +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@willbooster/shared-lib-react",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.3",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "WillBooster Inc.",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -35,25 +35,25 @@
|
|
|
35
35
|
},
|
|
36
36
|
"prettier": "@willbooster/prettier-config",
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@babel/core": "7.28.
|
|
39
|
-
"@mdx-js/react": "3.1.
|
|
38
|
+
"@babel/core": "7.28.4",
|
|
39
|
+
"@mdx-js/react": "3.1.1",
|
|
40
40
|
"@storybook/addon-actions": "9.0.8",
|
|
41
|
-
"@storybook/addon-docs": "9.1.
|
|
41
|
+
"@storybook/addon-docs": "9.1.10",
|
|
42
42
|
"@storybook/addon-essentials": "8.6.14",
|
|
43
43
|
"@storybook/addon-interactions": "8.6.14",
|
|
44
|
-
"@storybook/addon-links": "9.1.
|
|
44
|
+
"@storybook/addon-links": "9.1.10",
|
|
45
45
|
"@storybook/builder-webpack4": "6.5.16",
|
|
46
46
|
"@storybook/manager-webpack4": "6.5.16",
|
|
47
|
-
"@storybook/react": "9.1.
|
|
47
|
+
"@storybook/react": "9.1.10",
|
|
48
48
|
"@storybook/testing-library": "0.2.2",
|
|
49
49
|
"@types/eslint": "9.6.1",
|
|
50
50
|
"@types/micromatch": "4.0.9",
|
|
51
|
-
"@types/react": "19.
|
|
52
|
-
"@types/react-dom": "19.
|
|
53
|
-
"@willbooster/eslint-config-ts-react": "11.5.
|
|
51
|
+
"@types/react": "19.2.0",
|
|
52
|
+
"@types/react-dom": "19.2.0",
|
|
53
|
+
"@willbooster/eslint-config-ts-react": "11.5.6",
|
|
54
54
|
"@willbooster/prettier-config": "10.2.0",
|
|
55
55
|
"babel-loader": "10.0.0",
|
|
56
|
-
"build-ts": "
|
|
56
|
+
"build-ts": "16.0.6",
|
|
57
57
|
"eslint": "9.33.0",
|
|
58
58
|
"eslint-config-flat-gitignore": "2.1.0",
|
|
59
59
|
"eslint-config-prettier": "10.1.8",
|
|
@@ -64,24 +64,24 @@
|
|
|
64
64
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
65
65
|
"eslint-plugin-sort-class-members": "1.21.0",
|
|
66
66
|
"eslint-plugin-sort-destructure-keys": "2.0.0",
|
|
67
|
-
"eslint-plugin-storybook": "9.1.
|
|
67
|
+
"eslint-plugin-storybook": "9.1.10",
|
|
68
68
|
"eslint-plugin-unicorn": "60.0.0",
|
|
69
69
|
"eslint-plugin-unused-imports": "4.2.0",
|
|
70
|
-
"globals": "16.
|
|
71
|
-
"lint-staged": "16.
|
|
70
|
+
"globals": "16.4.0",
|
|
71
|
+
"lint-staged": "16.2.3",
|
|
72
72
|
"micromatch": "4.0.8",
|
|
73
73
|
"prettier": "3.6.2",
|
|
74
|
-
"prettier-plugin-java": "2.7.
|
|
75
|
-
"react": "19.
|
|
76
|
-
"react-dom": "19.
|
|
74
|
+
"prettier-plugin-java": "2.7.5",
|
|
75
|
+
"react": "19.2.0",
|
|
76
|
+
"react-dom": "19.2.0",
|
|
77
77
|
"sort-package-json": "3.4.0",
|
|
78
|
-
"typescript": "5.9.
|
|
79
|
-
"typescript-eslint": "8.
|
|
78
|
+
"typescript": "5.9.3",
|
|
79
|
+
"typescript-eslint": "8.45.0",
|
|
80
80
|
"vitest": "3.2.4"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
|
-
"react": "~18.2.0 || ~18.3.0 || ~19.0.0 || ~19.1.0",
|
|
84
|
-
"react-dom": "~18.2.0 || ~18.3.0 || ~19.0.0 || ~19.1.0"
|
|
83
|
+
"react": "~18.2.0 || ~18.3.0 || ~19.0.0 || ~19.1.0 || ~19.2.0",
|
|
84
|
+
"react-dom": "~18.2.0 || ~18.3.0 || ~19.0.0 || ~19.1.0 || ~19.2.0"
|
|
85
85
|
},
|
|
86
86
|
"publishConfig": {
|
|
87
87
|
"access": "public"
|