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