@servicetitan/notifications 28.4.0 → 28.4.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@servicetitan/notifications",
|
3
|
-
"version": "28.4.
|
3
|
+
"version": "28.4.1",
|
4
4
|
"description": "",
|
5
5
|
"homepage": "https://docs.st.dev/docs/frontend/notifications-center",
|
6
6
|
"repository": {
|
@@ -28,6 +28,7 @@
|
|
28
28
|
"@testing-library/jest-dom": "^6.4.2",
|
29
29
|
"@testing-library/react": "^14.2.1",
|
30
30
|
"@types/react": "~18.2.55",
|
31
|
+
"@types/react-dom": "^18.2.19",
|
31
32
|
"@types/react-router": "~5.1.17",
|
32
33
|
"@types/react-shadow-dom-retarget-events": "~1.0.0",
|
33
34
|
"axios": "~0.28.1",
|
@@ -55,5 +56,5 @@
|
|
55
56
|
"cli": {
|
56
57
|
"webpack": false
|
57
58
|
},
|
58
|
-
"gitHead": "
|
59
|
+
"gitHead": "17fc7d50aebf18316775bddae960a29a2c79b1b0"
|
59
60
|
}
|