@servicetitan/notifications 26.1.0 → 26.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/notifications",
3
- "version": "26.1.0",
3
+ "version": "26.3.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.6.0",
35
- "mobx-react": "~7.5.1",
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": "~6.6.0",
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": "a859628bb29f8f17153e2a4e23bb38f14f447b10"
58
+ "gitHead": "f2d53e9b8f0a73cfc2c9286dac5ba6c0d7c41332"
59
59
  }