@toptal/davinci-monorepo 8.2.5 → 8.2.6-alpha-fx-4370-fix-eslint-e744b310.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 +10 -9
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@toptal/davinci-monorepo",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "8.2. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "8.2.6-alpha-fx-4370-fix-eslint-e744b310.1+e744b310",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "Monorepo utility tools",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "publishConfig": {
         
     | 
| 
       6 
6 
     | 
    
         
             
                "access": "public"
         
     | 
| 
         @@ -33,25 +33,26 @@ 
     | 
|
| 
       33 
33 
     | 
    
         
             
                "url": "https://github.com/toptal/davinci/issues"
         
     | 
| 
       34 
34 
     | 
    
         
             
              },
         
     | 
| 
       35 
35 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
      
 36 
     | 
    
         
            +
                "@nodelib/fs.walk": "^1.2.6",
         
     | 
| 
       36 
37 
     | 
    
         
             
                "@oclif/core": "^1.16.1",
         
     | 
| 
       37 
     | 
    
         
            -
                "@toptal/davinci-cli-shared": "2.3. 
     | 
| 
      
 38 
     | 
    
         
            +
                "@toptal/davinci-cli-shared": "2.3.6-alpha-fx-4370-fix-eslint-e744b310.1+e744b310",
         
     | 
| 
       38 
39 
     | 
    
         
             
                "chalk": "^4.1.2",
         
     | 
| 
      
 40 
     | 
    
         
            +
                "codeowners": "5.1.1",
         
     | 
| 
       39 
41 
     | 
    
         
             
                "dependency-cruiser": "^12.5.0",
         
     | 
| 
      
 42 
     | 
    
         
            +
                "ervy": "^1.0.7",
         
     | 
| 
       40 
43 
     | 
    
         
             
                "execa": "^5.1.1",
         
     | 
| 
      
 44 
     | 
    
         
            +
                "find-up": "5.0.0",
         
     | 
| 
       41 
45 
     | 
    
         
             
                "find-yarn-workspace-root": "^2.0.0",
         
     | 
| 
       42 
46 
     | 
    
         
             
                "glob": "^8.0.3",
         
     | 
| 
       43 
     | 
    
         
            -
                "ramda": "^0.28.0",
         
     | 
| 
       44 
     | 
    
         
            -
                "@nodelib/fs.walk": "^1.2.6",
         
     | 
| 
       45 
     | 
    
         
            -
                "ervy": "^1.0.7",
         
     | 
| 
       46 
     | 
    
         
            -
                "find-up": "5.0.0",
         
     | 
| 
       47 
47 
     | 
    
         
             
                "ignore": "^5.2.0",
         
     | 
| 
       48 
48 
     | 
    
         
             
                "is-directory": "^0.3.1",
         
     | 
| 
       49 
49 
     | 
    
         
             
                "lodash": "4.17.21",
         
     | 
| 
       50 
50 
     | 
    
         
             
                "ora": "^5.4.1",
         
     | 
| 
       51 
     | 
    
         
            -
                " 
     | 
| 
       52 
     | 
    
         
            -
                " 
     | 
| 
      
 51 
     | 
    
         
            +
                "ramda": "^0.28.0",
         
     | 
| 
      
 52 
     | 
    
         
            +
                "true-case-path": "^1.0.3"
         
     | 
| 
       53 
53 
     | 
    
         
             
              },
         
     | 
| 
       54 
54 
     | 
    
         
             
              "devDependencies": {
         
     | 
| 
       55 
55 
     | 
    
         
             
                "@jest/globals": "^29.4.2"
         
     | 
| 
       56 
     | 
    
         
            -
              }
         
     | 
| 
      
 56 
     | 
    
         
            +
              },
         
     | 
| 
      
 57 
     | 
    
         
            +
              "gitHead": "e744b310e176c70aafba851512dd0d8d2af00452"
         
     | 
| 
       57 
58 
     | 
    
         
             
            }
         
     |