@bitrise/bitkit 12.124.0 → 12.125.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 +18 -26
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitrise/bitkit",
|
|
3
3
|
"description": "Bitrise React component library",
|
|
4
|
-
"version": "12.
|
|
4
|
+
"version": "12.125.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+ssh://git@github.com/bitrise-io/bitkit.git"
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"@floating-ui/react-dom-interactions": "^0.8.1",
|
|
39
39
|
"@fontsource/figtree": "^5.0.18",
|
|
40
40
|
"@fontsource/source-code-pro": "^5.0.16",
|
|
41
|
-
"framer-motion": "^11.0.
|
|
41
|
+
"framer-motion": "^11.0.6",
|
|
42
42
|
"luxon": "^3.4.4",
|
|
43
43
|
"react": "^18.2.0",
|
|
44
44
|
"react-dom": "^18.2.0",
|
|
45
|
-
"react-focus-lock": "^2.
|
|
45
|
+
"react-focus-lock": "^2.11.1",
|
|
46
46
|
"react-imask": "^7.4.0",
|
|
47
47
|
"react-markdown": "^9.0.1"
|
|
48
48
|
},
|
|
@@ -55,46 +55,38 @@
|
|
|
55
55
|
"@babel/preset-env": "^7.23.9",
|
|
56
56
|
"@babel/preset-react": "^7.23.3",
|
|
57
57
|
"@babel/preset-typescript": "^7.23.3",
|
|
58
|
-
"@bitrise/eslint-plugin": "^2.
|
|
58
|
+
"@bitrise/eslint-plugin": "^2.7.0",
|
|
59
59
|
"@chakra-ui/cli": "^2.4.1",
|
|
60
60
|
"@google-cloud/storage": "^7.7.0",
|
|
61
|
-
"@storybook/addon-actions": "^7.6.
|
|
62
|
-
"@storybook/addon-essentials": "^7.6.
|
|
63
|
-
"@storybook/addon-interactions": "^7.6.
|
|
64
|
-
"@storybook/addon-links": "^7.6.
|
|
65
|
-
"@storybook/addons": "^7.6.
|
|
66
|
-
"@storybook/blocks": "^7.6.
|
|
67
|
-
"@storybook/react": "^7.6.
|
|
68
|
-
"@storybook/react-webpack5": "^7.6.
|
|
69
|
-
"@storybook/theming": "^7.6.
|
|
61
|
+
"@storybook/addon-actions": "^7.6.17",
|
|
62
|
+
"@storybook/addon-essentials": "^7.6.17",
|
|
63
|
+
"@storybook/addon-interactions": "^7.6.17",
|
|
64
|
+
"@storybook/addon-links": "^7.6.17",
|
|
65
|
+
"@storybook/addons": "^7.6.17",
|
|
66
|
+
"@storybook/blocks": "^7.6.17",
|
|
67
|
+
"@storybook/react": "^7.6.17",
|
|
68
|
+
"@storybook/react-webpack5": "^7.6.17",
|
|
69
|
+
"@storybook/theming": "^7.6.17",
|
|
70
70
|
"@testing-library/dom": "^9.3.4",
|
|
71
71
|
"@testing-library/jest-dom": "^6.4.2",
|
|
72
72
|
"@testing-library/react": "^14.2.1",
|
|
73
73
|
"@testing-library/user-event": "^14.5.2",
|
|
74
74
|
"@types/jest": "^29.5.12",
|
|
75
75
|
"@types/luxon": "^3.4.2",
|
|
76
|
-
"@types/react": "^18.2.
|
|
76
|
+
"@types/react": "^18.2.58",
|
|
77
77
|
"@types/react-dom": "^18.2.19",
|
|
78
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
79
|
-
"@typescript-eslint/parser": "^
|
|
78
|
+
"@typescript-eslint/eslint-plugin": "^7.0.2",
|
|
79
|
+
"@typescript-eslint/parser": "^7.0.2",
|
|
80
80
|
"axios": "^1.6.7",
|
|
81
81
|
"eslint": "^8.56.0",
|
|
82
|
-
"eslint-plugin-import": "^2.29.1",
|
|
83
|
-
"eslint-plugin-jest": "^27.8.0",
|
|
84
|
-
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
85
|
-
"eslint-plugin-prettier": "^5.1.3",
|
|
86
|
-
"eslint-plugin-react": "^7.33.2",
|
|
87
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
88
|
-
"eslint-plugin-storybook": "^0.6.15",
|
|
89
|
-
"eslint-plugin-testing-library": "^6.2.0",
|
|
90
82
|
"glob": "^10.3.10",
|
|
91
83
|
"jest": "^29.7.0",
|
|
92
84
|
"jest-environment-jsdom": "^29.7.0",
|
|
93
85
|
"jsdom": "^24.0.0",
|
|
94
86
|
"prettier": "^3.2.5",
|
|
95
87
|
"react-hook-form": "^7.50.1",
|
|
96
|
-
"release-it": "^17.
|
|
97
|
-
"storybook": "^7.6.
|
|
88
|
+
"release-it": "^17.1.1",
|
|
89
|
+
"storybook": "^7.6.17",
|
|
98
90
|
"ts-jest": "^29.1.2",
|
|
99
91
|
"typescript": "^5.3.3"
|
|
100
92
|
},
|