@gooddata/sdk-ui 11.4.0-alpha.2 → 11.4.0-alpha.3
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 +8 -9
    
        package/package.json
    CHANGED
    
    | @@ -1,6 +1,6 @@ | |
| 1 1 | 
             
            {
         | 
| 2 2 | 
             
              "name": "@gooddata/sdk-ui",
         | 
| 3 | 
            -
              "version": "11.4.0-alpha. | 
| 3 | 
            +
              "version": "11.4.0-alpha.3",
         | 
| 4 4 | 
             
              "description": "GoodData.UI SDK - Core",
         | 
| 5 5 | 
             
              "repository": {
         | 
| 6 6 | 
             
                "type": "git",
         | 
| @@ -44,9 +44,9 @@ | |
| 44 44 | 
             
                "ts-invariant": "^0.7.5",
         | 
| 45 45 | 
             
                "tslib": "2.8.1",
         | 
| 46 46 | 
             
                "uuid": "^11.1.0",
         | 
| 47 | 
            -
                "@gooddata/sdk-backend-spi": "11.4.0-alpha. | 
| 48 | 
            -
                "@gooddata/sdk-model": "11.4.0-alpha. | 
| 49 | 
            -
                "@gooddata/util": "11.4.0-alpha. | 
| 47 | 
            +
                "@gooddata/sdk-backend-spi": "11.4.0-alpha.3",
         | 
| 48 | 
            +
                "@gooddata/sdk-model": "11.4.0-alpha.3",
         | 
| 49 | 
            +
                "@gooddata/util": "11.4.0-alpha.3"
         | 
| 50 50 | 
             
              },
         | 
| 51 51 | 
             
              "devDependencies": {
         | 
| 52 52 | 
             
                "@gooddata/stylelint-config": "^5.0.0",
         | 
| @@ -70,7 +70,6 @@ | |
| 70 70 | 
             
                "eslint-plugin-header": "3.1.1",
         | 
| 71 71 | 
             
                "eslint-plugin-import": "2.32.0",
         | 
| 72 72 | 
             
                "eslint-plugin-import-esm": "1.2.1",
         | 
| 73 | 
            -
                "eslint-plugin-jest": "^29.0.1",
         | 
| 74 73 | 
             
                "eslint-plugin-no-only-tests": "2.6.0",
         | 
| 75 74 | 
             
                "eslint-plugin-prettier": "5.5.4",
         | 
| 76 75 | 
             
                "eslint-plugin-react": "7.37.5",
         | 
| @@ -93,10 +92,10 @@ | |
| 93 92 | 
             
                "vitest-dom": "0.1.1",
         | 
| 94 93 | 
             
                "@gooddata/eslint-config": "1.0.0",
         | 
| 95 94 | 
             
                "@gooddata/eslint-plugin": "1.0.0",
         | 
| 96 | 
            -
                "@gooddata/i18n-toolkit": "11.4.0-alpha. | 
| 97 | 
            -
                "@gooddata/ | 
| 98 | 
            -
                "@gooddata/ | 
| 99 | 
            -
                "@gooddata/sdk-backend-base": "11.4.0-alpha. | 
| 95 | 
            +
                "@gooddata/i18n-toolkit": "11.4.0-alpha.3",
         | 
| 96 | 
            +
                "@gooddata/reference-workspace": "11.4.0-alpha.3",
         | 
| 97 | 
            +
                "@gooddata/sdk-backend-mockingbird": "11.4.0-alpha.3",
         | 
| 98 | 
            +
                "@gooddata/sdk-backend-base": "11.4.0-alpha.3"
         | 
| 100 99 | 
             
              },
         | 
| 101 100 | 
             
              "peerDependencies": {
         | 
| 102 101 | 
             
                "react": "^18.0.0 || ^19.0.0",
         |