@willbooster/shared-lib-react 3.0.14 → 3.1.0
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.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "WillBooster Inc.",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -26,56 +26,56 @@
|
|
|
26
26
|
"format": "sort-package-json && yarn prettify",
|
|
27
27
|
"lint": "eslint --color \"./{scripts,src,tests}/**/*.{cjs,cts,js,jsx,mjs,mts,ts,tsx}\"",
|
|
28
28
|
"lint-fix": "yarn lint --fix --rule \"{ react-hooks/exhaustive-deps: 0 }\"",
|
|
29
|
-
"prettify": "prettier --cache --color --write \"**/{.*/,}*.{cjs,css,cts,htm,html,js,json,json5,jsx,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}\" \"!**/test-fixtures/**\"",
|
|
29
|
+
"prettify": "prettier --cache --color --write \"**/{.*/,}*.{cjs,css,cts,htm,html,js,json,json5,jsonc,jsx,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}\" \"!**/test-fixtures/**\"",
|
|
30
30
|
"storybook": "start-storybook -p 6006",
|
|
31
31
|
"test/ci": "yarn build-storybook",
|
|
32
32
|
"typecheck": "tsc --noEmit --Pretty"
|
|
33
33
|
},
|
|
34
34
|
"prettier": "@willbooster/prettier-config",
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@babel/core": "7.24.
|
|
36
|
+
"@babel/core": "7.24.5",
|
|
37
37
|
"@mdx-js/react": "3.0.1",
|
|
38
|
-
"@storybook/addon-actions": "8.0
|
|
39
|
-
"@storybook/addon-docs": "8.0
|
|
40
|
-
"@storybook/addon-essentials": "8.0
|
|
41
|
-
"@storybook/addon-interactions": "8.0
|
|
42
|
-
"@storybook/addon-links": "8.0
|
|
38
|
+
"@storybook/addon-actions": "8.1.0",
|
|
39
|
+
"@storybook/addon-docs": "8.1.0",
|
|
40
|
+
"@storybook/addon-essentials": "8.1.0",
|
|
41
|
+
"@storybook/addon-interactions": "8.1.0",
|
|
42
|
+
"@storybook/addon-links": "8.1.0",
|
|
43
43
|
"@storybook/builder-webpack4": "6.5.16",
|
|
44
44
|
"@storybook/manager-webpack4": "6.5.16",
|
|
45
|
-
"@storybook/react": "8.0
|
|
45
|
+
"@storybook/react": "8.1.0",
|
|
46
46
|
"@storybook/testing-library": "0.2.2",
|
|
47
47
|
"@types/eslint": "8.56.10",
|
|
48
48
|
"@types/micromatch": "4.0.7",
|
|
49
|
-
"@types/react": "18.2
|
|
50
|
-
"@types/react-dom": "18.
|
|
51
|
-
"@typescript-eslint/eslint-plugin": "7.
|
|
52
|
-
"@typescript-eslint/parser": "7.
|
|
53
|
-
"@willbooster/eslint-config-ts-react": "10.
|
|
49
|
+
"@types/react": "18.3.2",
|
|
50
|
+
"@types/react-dom": "18.3.0",
|
|
51
|
+
"@typescript-eslint/eslint-plugin": "7.9.0",
|
|
52
|
+
"@typescript-eslint/parser": "7.9.0",
|
|
53
|
+
"@willbooster/eslint-config-ts-react": "10.2.0",
|
|
54
54
|
"@willbooster/prettier-config": "9.1.2",
|
|
55
55
|
"babel-loader": "9.1.3",
|
|
56
|
-
"build-ts": "13.
|
|
56
|
+
"build-ts": "13.1.5",
|
|
57
57
|
"eslint": "8.57.0",
|
|
58
58
|
"eslint-config-prettier": "9.1.0",
|
|
59
59
|
"eslint-import-resolver-typescript": "3.6.1",
|
|
60
60
|
"eslint-plugin-import": "2.29.1",
|
|
61
61
|
"eslint-plugin-react": "7.34.1",
|
|
62
|
-
"eslint-plugin-react-hooks": "4.6.
|
|
62
|
+
"eslint-plugin-react-hooks": "4.6.2",
|
|
63
63
|
"eslint-plugin-sort-class-members": "1.20.0",
|
|
64
|
-
"eslint-plugin-sort-destructure-keys": "
|
|
64
|
+
"eslint-plugin-sort-destructure-keys": "2.0.0",
|
|
65
65
|
"eslint-plugin-storybook": "0.8.0",
|
|
66
|
-
"eslint-plugin-unicorn": "
|
|
66
|
+
"eslint-plugin-unicorn": "53.0.0",
|
|
67
67
|
"lint-staged": "15.2.2",
|
|
68
68
|
"micromatch": "4.0.5",
|
|
69
69
|
"prettier": "3.2.5",
|
|
70
|
-
"react": "18.
|
|
71
|
-
"react-dom": "18.
|
|
70
|
+
"react": "18.3.1",
|
|
71
|
+
"react-dom": "18.3.1",
|
|
72
72
|
"sort-package-json": "2.10.0",
|
|
73
73
|
"typescript": "5.4.5",
|
|
74
|
-
"vitest": "1.
|
|
74
|
+
"vitest": "1.6.0"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
|
-
"react": "~18.2.0",
|
|
78
|
-
"react-dom": "~18.2.0"
|
|
77
|
+
"react": "~18.2.0 || ~18.3.0",
|
|
78
|
+
"react-dom": "~18.2.0 || ~18.3.0"
|
|
79
79
|
},
|
|
80
80
|
"publishConfig": {
|
|
81
81
|
"access": "public"
|