@servicetitan/table 21.7.3 → 21.8.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 +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/table",
3
- "version": "21.7.3",
3
+ "version": "21.8.0",
4
4
  "description": "",
5
5
  "homepage": "https://docs.st.dev/docs/frontend/table",
6
6
  "repository": {
@@ -36,19 +36,19 @@
36
36
  "memoize-one": "~6.0.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@servicetitan/data-query": "^21.7.3",
39
+ "@servicetitan/data-query": "^21.8.0",
40
40
  "@servicetitan/design-system": "~11.9.0",
41
- "@servicetitan/form": "^21.7.3",
42
- "@servicetitan/react-ioc": "^21.7.3",
43
- "@servicetitan/suppress-warnings": "^21.7.3",
41
+ "@servicetitan/form": "^21.8.0",
42
+ "@servicetitan/react-ioc": "^21.8.0",
43
+ "@servicetitan/suppress-warnings": "^21.8.0",
44
44
  "@types/accounting": "~0.4.2",
45
45
  "@types/react": "~17.0.38",
46
46
  "accounting": "~0.4.1",
47
47
  "formstate": "~2.0.0",
48
- "mobx": "~6.6.0",
49
- "mobx-react": "~7.5.1",
48
+ "mobx": "~6.6.1",
49
+ "mobx-react": "~7.5.2",
50
50
  "mobx-utils": "~6.0.5",
51
- "moment": "~2.29.3",
51
+ "moment": "~2.29.4",
52
52
  "react": "~17.0.2"
53
53
  },
54
54
  "peerDependencies": {
@@ -59,10 +59,10 @@
59
59
  "@servicetitan/suppress-warnings": "^20.0.0",
60
60
  "accounting": "~0.4.1",
61
61
  "formstate": "~2.0.0",
62
- "mobx": "~6.6.0",
63
- "mobx-react": "~7.5.1",
62
+ "mobx": "~6.6.1",
63
+ "mobx-react": "~7.5.2",
64
64
  "mobx-utils": "~6.0.5",
65
- "moment": "~2.29.3",
65
+ "moment": "~2.29.4",
66
66
  "react": "~17.0.2"
67
67
  },
68
68
  "publishConfig": {
@@ -71,5 +71,5 @@
71
71
  "cli": {
72
72
  "webpack": false
73
73
  },
74
- "gitHead": "84a4b3e0c3642680d8fc6e710f9736e99e19c3d7"
74
+ "gitHead": "e9026448c165e2159c74ea23ed0ac09d5d0fac36"
75
75
  }