@servicetitan/table 32.5.0 → 32.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
                "name": "@servicetitan/table",
         
     | 
| 
       3 
     | 
    
         
            -
                "version": "32. 
     | 
| 
      
 3 
     | 
    
         
            +
                "version": "32.6.1",
         
     | 
| 
       4 
4 
     | 
    
         
             
                "description": "",
         
     | 
| 
       5 
5 
     | 
    
         
             
                "homepage": "https://docs.st.dev/docs/frontend/table",
         
     | 
| 
       6 
6 
     | 
    
         
             
                "repository": {
         
     | 
| 
         @@ -29,9 +29,9 @@ 
     | 
|
| 
       29 
29 
     | 
    
         
             
                    "@progress/kendo-react-grid": "~5.5.0",
         
     | 
| 
       30 
30 
     | 
    
         
             
                    "@progress/kendo-react-inputs": "~5.5.0",
         
     | 
| 
       31 
31 
     | 
    
         
             
                    "@progress/kendo-react-pdf": "~5.5.0",
         
     | 
| 
       32 
     | 
    
         
            -
                    "@servicetitan/data-query": "^32. 
     | 
| 
      
 32 
     | 
    
         
            +
                    "@servicetitan/data-query": "^32.6.1",
         
     | 
| 
       33 
33 
     | 
    
         
             
                    "@servicetitan/design-system": "~14.5.1",
         
     | 
| 
       34 
     | 
    
         
            -
                    "@servicetitan/form": "^32. 
     | 
| 
      
 34 
     | 
    
         
            +
                    "@servicetitan/form": "^32.6.1",
         
     | 
| 
       35 
35 
     | 
    
         
             
                    "@servicetitan/react-ioc": "^31.6.0",
         
     | 
| 
       36 
36 
     | 
    
         
             
                    "@servicetitan/suppress-warnings": "^31.6.0",
         
     | 
| 
       37 
37 
     | 
    
         
             
                    "@types/accounting": "~0.4.2",
         
     | 
| 
         @@ -51,9 +51,9 @@ 
     | 
|
| 
       51 
51 
     | 
    
         
             
                    "@progress/kendo-react-grid": "~5.5.0",
         
     | 
| 
       52 
52 
     | 
    
         
             
                    "@progress/kendo-react-inputs": "~5.5.0",
         
     | 
| 
       53 
53 
     | 
    
         
             
                    "@progress/kendo-react-pdf": "~5.5.0",
         
     | 
| 
       54 
     | 
    
         
            -
                    "@servicetitan/data-query": "^32. 
     | 
| 
      
 54 
     | 
    
         
            +
                    "@servicetitan/data-query": "^32.6.1",
         
     | 
| 
       55 
55 
     | 
    
         
             
                    "@servicetitan/design-system": ">=13.2.1",
         
     | 
| 
       56 
     | 
    
         
            -
                    "@servicetitan/form": "^32. 
     | 
| 
      
 56 
     | 
    
         
            +
                    "@servicetitan/form": "^32.6.1",
         
     | 
| 
       57 
57 
     | 
    
         
             
                    "@servicetitan/react-ioc": ">21.0.0",
         
     | 
| 
       58 
58 
     | 
    
         
             
                    "@servicetitan/suppress-warnings": ">21.0.0",
         
     | 
| 
       59 
59 
     | 
    
         
             
                    "accounting": "~0.4.1",
         
     | 
| 
         @@ -70,5 +70,5 @@ 
     | 
|
| 
       70 
70 
     | 
    
         
             
                "cli": {
         
     | 
| 
       71 
71 
     | 
    
         
             
                    "webpack": false
         
     | 
| 
       72 
72 
     | 
    
         
             
                },
         
     | 
| 
       73 
     | 
    
         
            -
                "gitHead": " 
     | 
| 
      
 73 
     | 
    
         
            +
                "gitHead": "0a1b8d2487f81f39aa9f500b514525865a02376a"
         
     | 
| 
       74 
74 
     | 
    
         
             
            }
         
     |