@bookjane2/bookjane-design-library 8.2.28 → 8.3.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 +43 -57
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bookjane2/bookjane-design-library",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.3.0",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"typings": "./lib/index.d.ts",
|
|
6
6
|
"engines": {
|
|
@@ -28,83 +28,69 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@popperjs/core": "2.9.2",
|
|
31
|
-
"@react-aria/textfield": "
|
|
32
|
-
"@reduxjs/toolkit": "
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"fast-deep-equal": "^3.1.3",
|
|
38
|
-
"flat": "^5.0.2",
|
|
39
|
-
"geojson": "^0.5.0",
|
|
40
|
-
"google-map-react": "^2.1.10",
|
|
31
|
+
"@react-aria/textfield": "3.18.2",
|
|
32
|
+
"@reduxjs/toolkit": "1.9.7",
|
|
33
|
+
"downshift": "6.1.12",
|
|
34
|
+
"fast-deep-equal": "3.1.3",
|
|
35
|
+
"flat": "5.0.2",
|
|
36
|
+
"google-map-react": "2.2.5",
|
|
41
37
|
"i18next": "20.3.2",
|
|
42
|
-
"imask": "
|
|
43
|
-
"lodash": "
|
|
44
|
-
"match-sorter": "
|
|
38
|
+
"imask": "6.6.3",
|
|
39
|
+
"lodash": "4.17.21",
|
|
40
|
+
"match-sorter": "6.3.4",
|
|
45
41
|
"react": "17.0.2",
|
|
46
42
|
"react-dom": "17.0.2",
|
|
47
43
|
"react-i18next": "11.11.4",
|
|
48
44
|
"react-popper": "2.2.5",
|
|
49
|
-
"react-
|
|
50
|
-
"react-
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"use-supercluster": "^0.4.0",
|
|
57
|
-
"uuid": "^8.3.2"
|
|
45
|
+
"react-toastify": "8.2.0",
|
|
46
|
+
"react-virtual": "2.10.4",
|
|
47
|
+
"resize-observer-polyfill": "1.5.1",
|
|
48
|
+
"serialize-javascript": "6.0.2",
|
|
49
|
+
"supercluster": "7.1.5",
|
|
50
|
+
"use-supercluster": "0.4.0",
|
|
51
|
+
"uuid": "8.3.2"
|
|
58
52
|
},
|
|
59
53
|
"devDependencies": {
|
|
60
|
-
"@chromatic-com/storybook": "
|
|
61
|
-
"@storybook/addon-essentials": "
|
|
62
|
-
"@storybook/addon-interactions": "
|
|
63
|
-
"@storybook/addon-onboarding": "
|
|
64
|
-
"@storybook/
|
|
65
|
-
"@storybook/react": "
|
|
66
|
-
"@storybook/react-vite": "^8.4.7",
|
|
67
|
-
"@storybook/test": "^8.4.7",
|
|
54
|
+
"@chromatic-com/storybook": "3.2.7",
|
|
55
|
+
"@storybook/addon-essentials": "8.6.14",
|
|
56
|
+
"@storybook/addon-interactions": "8.6.14",
|
|
57
|
+
"@storybook/addon-onboarding": "8.6.14",
|
|
58
|
+
"@storybook/react": "8.6.14",
|
|
59
|
+
"@storybook/react-vite": "8.6.14",
|
|
68
60
|
"@testing-library/jest-dom": "5.12.0",
|
|
69
61
|
"@testing-library/react": "11.2.7",
|
|
70
|
-
"@
|
|
71
|
-
"@types/
|
|
72
|
-
"@types/
|
|
73
|
-
"@types/google
|
|
74
|
-
"@types/
|
|
75
|
-
"@types/
|
|
62
|
+
"@types/flat": "5.0.5",
|
|
63
|
+
"@types/geojson": "7946.0.16",
|
|
64
|
+
"@types/google-map-react": "2.1.10",
|
|
65
|
+
"@types/google.maps": "3.58.1",
|
|
66
|
+
"@types/jest": "26.0.23",
|
|
67
|
+
"@types/lodash": "4.17.20",
|
|
76
68
|
"@types/node": "20.17.0",
|
|
77
69
|
"@types/react": "17.0.8",
|
|
78
70
|
"@types/react-dom": "17.0.5",
|
|
79
|
-
"@types/
|
|
80
|
-
"@types/
|
|
81
|
-
"@types/
|
|
82
|
-
"@vitejs/plugin-react": "
|
|
71
|
+
"@types/serialize-javascript": "5.0.4",
|
|
72
|
+
"@types/supercluster": "7.1.3",
|
|
73
|
+
"@types/uuid": "8.3.4",
|
|
74
|
+
"@vitejs/plugin-react": "4.7.0",
|
|
83
75
|
"auto": "10.16.8",
|
|
84
|
-
"babel-plugin-styled-components": "^1.12.0",
|
|
85
76
|
"chromatic": "5.6.2",
|
|
86
77
|
"cross-env": "7.0.3",
|
|
87
78
|
"dotenv-cli": "4.0.0",
|
|
88
|
-
"eslint": "
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"husky": "^6.0.0",
|
|
93
|
-
"jest": "^29.7.0",
|
|
94
|
-
"jest-environment-jsdom": "^29.7.0",
|
|
79
|
+
"eslint": "9.37.0",
|
|
80
|
+
"husky": "6.0.0",
|
|
81
|
+
"jest": "29.7.0",
|
|
82
|
+
"jest-environment-jsdom": "29.7.0",
|
|
95
83
|
"lint-staged": "11.0.0",
|
|
96
84
|
"prettier": "2.3.0",
|
|
97
|
-
"pretty-quick": "3.1.0",
|
|
98
85
|
"react": "17.0.2",
|
|
99
86
|
"react-dom": "17.0.2",
|
|
100
|
-
"react-refresh": "^0.10.0",
|
|
101
|
-
"react-router-dom": "5.2.0",
|
|
102
87
|
"semantic-release": "17.4.2",
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
88
|
+
"storybook": "8.6.14",
|
|
89
|
+
"styled-components": "6.1.19",
|
|
90
|
+
"ts-jest": "29.4.6",
|
|
91
|
+
"tsc-alias": "1.8.16",
|
|
92
|
+
"typescript": "5.9.3",
|
|
93
|
+
"vite": "6.4.0"
|
|
108
94
|
},
|
|
109
95
|
"pre-commit": [
|
|
110
96
|
"npm run build"
|