@synerise/ds-alert 0.7.40 → 0.7.41
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/package.json +11 -8
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [0.7.41](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.7.40...@synerise/ds-alert@0.7.41) (2023-09-05)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @synerise/ds-alert
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## [0.7.40](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.7.39...@synerise/ds-alert@0.7.40) (2023-08-30)
|
7
15
|
|
8
16
|
**Note:** Version bump only for package @synerise/ds-alert
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@synerise/ds-alert",
|
3
|
-
"version": "0.7.
|
3
|
+
"version": "0.7.41",
|
4
4
|
"description": "Alert UI Component for the Synerise Design System",
|
5
5
|
"license": "ISC",
|
6
6
|
"repository": "Synerise/synerise-design",
|
@@ -32,20 +32,23 @@
|
|
32
32
|
],
|
33
33
|
"types": "dist/index.d.ts",
|
34
34
|
"dependencies": {
|
35
|
-
"@synerise/ds-button": "^0.18.
|
36
|
-
"@synerise/ds-icon": "^0.58.
|
37
|
-
"@synerise/ds-typography": "^0.12.8",
|
38
|
-
"@synerise/ds-unordered-list": "^0.2.49",
|
35
|
+
"@synerise/ds-button": "^0.18.1",
|
36
|
+
"@synerise/ds-icon": "^0.58.1",
|
39
37
|
"animate.css": "^4.1.1",
|
40
38
|
"react-animate-height": "^2.0.23",
|
39
|
+
"react-dom": "16.13.0",
|
41
40
|
"react-mount-animation": "0.0.9"
|
42
41
|
},
|
43
42
|
"peerDependencies": {
|
44
43
|
"@synerise/ds-core": "*",
|
45
|
-
"
|
44
|
+
"antd": "4.7.0",
|
45
|
+
"react": ">=16.9.0 < 17.0.0",
|
46
|
+
"styled-components": "5.0.1"
|
46
47
|
},
|
47
48
|
"devDependencies": {
|
48
|
-
"@synerise/ds-utils": "^0.
|
49
|
+
"@synerise/ds-utils": "^0.24.15",
|
50
|
+
"@testing-library/jest-dom": "5.1.1",
|
51
|
+
"@testing-library/react": "10.0.1"
|
49
52
|
},
|
50
|
-
"gitHead": "
|
53
|
+
"gitHead": "a2b1a3a78d87edfdbe97ae2f66573f4736f30e8b"
|
51
54
|
}
|