@servicetitan/notifications 27.2.0 → 27.3.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@servicetitan/notifications",
|
3
|
-
"version": "27.
|
3
|
+
"version": "27.3.0",
|
4
4
|
"description": "",
|
5
5
|
"homepage": "https://docs.st.dev/docs/frontend/notifications-center",
|
6
6
|
"repository": {
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"@types/react": "~18.2.55",
|
31
31
|
"@types/react-router": "~5.1.17",
|
32
32
|
"@types/react-shadow-dom-retarget-events": "~1.0.0",
|
33
|
-
"axios": "~0.
|
33
|
+
"axios": "~0.28.1",
|
34
34
|
"mobx": "~6.10.2",
|
35
35
|
"mobx-react": "~9.0.2",
|
36
36
|
"react": "~18.2.0",
|
@@ -42,7 +42,7 @@
|
|
42
42
|
"@servicetitan/log-service": ">21.0.0",
|
43
43
|
"@servicetitan/react-ioc": ">21.0.0",
|
44
44
|
"@servicetitan/web-components": ">21.0.0",
|
45
|
-
"axios": "~0.
|
45
|
+
"axios": "~0.28.1",
|
46
46
|
"mobx": ">=6.6.0",
|
47
47
|
"mobx-react": ">=7.5.1",
|
48
48
|
"react": ">=17.0.2",
|
@@ -55,5 +55,5 @@
|
|
55
55
|
"cli": {
|
56
56
|
"webpack": false
|
57
57
|
},
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "46f8d87559e231af4f1b49765a155aa4bb0a10b3"
|
59
59
|
}
|