@willbooster/shared-lib-react 2.1.0 → 2.1.2
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 +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@willbooster/shared-lib-react",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "WillBooster Inc.",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -33,38 +33,38 @@
|
|
|
33
33
|
},
|
|
34
34
|
"prettier": "@willbooster/prettier-config",
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@babel/core": "7.22.
|
|
36
|
+
"@babel/core": "7.22.9",
|
|
37
37
|
"@mdx-js/react": "2.3.0",
|
|
38
|
-
"@storybook/addon-actions": "7.0
|
|
39
|
-
"@storybook/addon-docs": "7.0
|
|
40
|
-
"@storybook/addon-essentials": "7.0
|
|
41
|
-
"@storybook/addon-interactions": "7.0
|
|
42
|
-
"@storybook/addon-links": "7.0
|
|
38
|
+
"@storybook/addon-actions": "7.2.0",
|
|
39
|
+
"@storybook/addon-docs": "7.2.0",
|
|
40
|
+
"@storybook/addon-essentials": "7.2.0",
|
|
41
|
+
"@storybook/addon-interactions": "7.2.0",
|
|
42
|
+
"@storybook/addon-links": "7.2.0",
|
|
43
43
|
"@storybook/builder-webpack4": "6.5.16",
|
|
44
44
|
"@storybook/manager-webpack4": "6.5.16",
|
|
45
|
-
"@storybook/react": "7.0
|
|
45
|
+
"@storybook/react": "7.2.0",
|
|
46
46
|
"@storybook/testing-library": "0.2.0",
|
|
47
|
-
"@types/eslint": "8.44.
|
|
47
|
+
"@types/eslint": "8.44.1",
|
|
48
48
|
"@types/micromatch": "4.0.2",
|
|
49
49
|
"@types/prettier": "2.7.3",
|
|
50
|
-
"@types/react": "18.2.
|
|
51
|
-
"@types/react-dom": "18.2.
|
|
52
|
-
"@typescript-eslint/eslint-plugin": "6.
|
|
53
|
-
"@typescript-eslint/parser": "6.
|
|
54
|
-
"@willbooster/eslint-config-ts-react": "10.1.
|
|
50
|
+
"@types/react": "18.2.18",
|
|
51
|
+
"@types/react-dom": "18.2.7",
|
|
52
|
+
"@typescript-eslint/eslint-plugin": "6.2.1",
|
|
53
|
+
"@typescript-eslint/parser": "6.2.1",
|
|
54
|
+
"@willbooster/eslint-config-ts-react": "10.1.6",
|
|
55
55
|
"@willbooster/prettier-config": "9.1.1",
|
|
56
56
|
"babel-loader": "9.1.3",
|
|
57
|
-
"build-ts": "
|
|
58
|
-
"eslint": "8.
|
|
59
|
-
"eslint-config-prettier": "8.
|
|
57
|
+
"build-ts": "8.1.0",
|
|
58
|
+
"eslint": "8.46.0",
|
|
59
|
+
"eslint-config-prettier": "8.9.0",
|
|
60
60
|
"eslint-import-resolver-typescript": "3.5.5",
|
|
61
|
-
"eslint-plugin-import": "2.
|
|
62
|
-
"eslint-plugin-react": "7.
|
|
61
|
+
"eslint-plugin-import": "2.28.0",
|
|
62
|
+
"eslint-plugin-react": "7.33.1",
|
|
63
63
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
64
64
|
"eslint-plugin-sort-class-members": "1.18.0",
|
|
65
65
|
"eslint-plugin-sort-destructure-keys": "1.5.0",
|
|
66
|
-
"eslint-plugin-storybook": "0.6.
|
|
67
|
-
"eslint-plugin-unicorn": "
|
|
66
|
+
"eslint-plugin-storybook": "0.6.13",
|
|
67
|
+
"eslint-plugin-unicorn": "48.0.1",
|
|
68
68
|
"lint-staged": "13.2.3",
|
|
69
69
|
"micromatch": "4.0.5",
|
|
70
70
|
"prettier": "3.0.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"react-dom": "18.2.0",
|
|
73
73
|
"sort-package-json": "2.5.1",
|
|
74
74
|
"typescript": "5.1.6",
|
|
75
|
-
"vitest": "0.
|
|
75
|
+
"vitest": "0.34.1"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
78
|
"react": "~18.2.0",
|