@gooddata/sdk-ui 8.13.0-alpha.15 → 8.13.0-alpha.17
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 +9 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui",
|
|
3
|
-
"version": "8.13.0-alpha.
|
|
3
|
+
"version": "8.13.0-alpha.17",
|
|
4
4
|
"description": "GoodData.UI SDK - Core",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@gooddata/numberjs": "^4.0.3",
|
|
39
|
-
"@gooddata/sdk-backend-spi": "^8.13.0-alpha.
|
|
40
|
-
"@gooddata/sdk-model": "^8.13.0-alpha.
|
|
41
|
-
"@gooddata/util": "^8.13.0-alpha.
|
|
39
|
+
"@gooddata/sdk-backend-spi": "^8.13.0-alpha.17",
|
|
40
|
+
"@gooddata/sdk-model": "^8.13.0-alpha.17",
|
|
41
|
+
"@gooddata/util": "^8.13.0-alpha.17",
|
|
42
42
|
"hoist-non-react-statics": "^3.3.0",
|
|
43
43
|
"http-status-codes": "^2.1.4",
|
|
44
44
|
"json-stable-stringify": "^1.0.1",
|
|
@@ -54,22 +54,22 @@
|
|
|
54
54
|
"react-dom": "^16.10.0 || ^17.0.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@gooddata/i18n-toolkit": "^8.13.0-alpha.
|
|
57
|
+
"@gooddata/i18n-toolkit": "^8.13.0-alpha.17",
|
|
58
58
|
"@gooddata/eslint-config": "^4.1.0",
|
|
59
|
-
"@gooddata/reference-workspace": "^8.13.0-alpha.
|
|
60
|
-
"@gooddata/sdk-backend-base": "^8.13.0-alpha.
|
|
61
|
-
"@gooddata/sdk-backend-mockingbird": "^8.13.0-alpha.
|
|
59
|
+
"@gooddata/reference-workspace": "^8.13.0-alpha.17",
|
|
60
|
+
"@gooddata/sdk-backend-base": "^8.13.0-alpha.17",
|
|
61
|
+
"@gooddata/sdk-backend-mockingbird": "^8.13.0-alpha.17",
|
|
62
62
|
"@gooddata/stylelint-config": "^5.0.0",
|
|
63
63
|
"@microsoft/api-documenter": "^7.17.0",
|
|
64
64
|
"@microsoft/api-extractor": "^7.20.0",
|
|
65
65
|
"@testing-library/jest-dom": "^5.12.0",
|
|
66
66
|
"@testing-library/react": "^12.1.5",
|
|
67
67
|
"@testing-library/user-event": "^14.4.2",
|
|
68
|
-
"@types/enzyme": "^3.10.3",
|
|
69
68
|
"@types/hoist-non-react-statics": "^3.3.1",
|
|
70
69
|
"@types/jest": "^27.0.1",
|
|
71
70
|
"@types/json-stable-stringify": "^1.0.32",
|
|
72
71
|
"@types/lodash": "^4.14.158",
|
|
72
|
+
"@types/node": "^16.11.11",
|
|
73
73
|
"@types/raf": "^3.4.0",
|
|
74
74
|
"@types/react-dom": "^17.0.11",
|
|
75
75
|
"@types/react": "^17.0.34",
|
|
@@ -77,10 +77,8 @@
|
|
|
77
77
|
"@types/uuid": "^8.3.4",
|
|
78
78
|
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
|
79
79
|
"@typescript-eslint/parser": "^5.45.0",
|
|
80
|
-
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
|
|
81
80
|
"concurrently": "^6.0.2",
|
|
82
81
|
"dependency-cruiser": "^10.1.1",
|
|
83
|
-
"enzyme": "^3.10.0",
|
|
84
82
|
"eslint": "^8.25.0",
|
|
85
83
|
"eslint-plugin-header": "^3.0.0",
|
|
86
84
|
"eslint-plugin-import": "^2.22.0",
|
|
@@ -94,7 +92,6 @@
|
|
|
94
92
|
"eslint-plugin-tsdoc": "^0.2.14",
|
|
95
93
|
"full-icu": "^1.3.0",
|
|
96
94
|
"jest": "^27.5.1",
|
|
97
|
-
"jest-enzyme": "^7.1.2",
|
|
98
95
|
"jest-junit": "^3.0.0",
|
|
99
96
|
"prettier": "~2.5.0",
|
|
100
97
|
"raf": "^3.4.1",
|