@nebula.js/sn-text 1.3.0 → 1.3.2
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/api-spec/spec.json +1 -1
- package/core/esm/index.js +3 -3
- package/dist/sn-text.js +3 -3
- package/dist/sn-text.systemjs.js +3 -3
- package/package.json +52 -52
- package/sn-text-ext/dist/sn-text.js +3 -3
- package/sn-text-ext/sn-text.qext +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nebula.js/sn-text",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"description": "Display text, links, and measures. Add tables with rows and columns. Format and color the text. Add background image and color.",
|
|
5
5
|
"author": "QlikTech International AB",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,80 +25,80 @@
|
|
|
25
25
|
"main": "dist/sn-text.js",
|
|
26
26
|
"systemjs": "dist/sn-text.systemjs.js",
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@babel/core": "
|
|
29
|
-
"@babel/preset-env": "
|
|
30
|
-
"@babel/preset-react": "
|
|
31
|
-
"@babel/preset-typescript": "
|
|
28
|
+
"@babel/core": "7.26.0",
|
|
29
|
+
"@babel/preset-env": "7.26.0",
|
|
30
|
+
"@babel/preset-react": "7.25.9",
|
|
31
|
+
"@babel/preset-typescript": "7.26.0",
|
|
32
32
|
"@emotion/react": "11.11.0",
|
|
33
33
|
"@emotion/styled": "11.11.0",
|
|
34
|
-
"@jest/globals": "
|
|
34
|
+
"@jest/globals": "29.7.0",
|
|
35
35
|
"@lexical/clipboard": "0.11.2",
|
|
36
|
-
"@lexical/headless": "
|
|
36
|
+
"@lexical/headless": "0.11.3",
|
|
37
37
|
"@lexical/link": "0.11.2",
|
|
38
38
|
"@lexical/list": "0.11.2",
|
|
39
39
|
"@lexical/react": "0.11.2",
|
|
40
40
|
"@lexical/rich-text": "0.11.2",
|
|
41
41
|
"@lexical/selection": "0.11.2",
|
|
42
42
|
"@lexical/utils": "0.11.2",
|
|
43
|
-
"@material-ui/core": "
|
|
44
|
-
"@material-ui/icons": "
|
|
43
|
+
"@material-ui/core": "4.12.4",
|
|
44
|
+
"@material-ui/icons": "4.11.3",
|
|
45
45
|
"@mui/material": "5.12.1",
|
|
46
46
|
"@nebula.js/cli": "5.8.1",
|
|
47
47
|
"@nebula.js/cli-build": "5.8.1",
|
|
48
48
|
"@nebula.js/cli-sense": "5.8.1",
|
|
49
49
|
"@nebula.js/cli-serve": "5.8.1",
|
|
50
50
|
"@nebula.js/stardust": "5.8.1",
|
|
51
|
-
"@playwright/test": "
|
|
51
|
+
"@playwright/test": "1.49.0",
|
|
52
52
|
"@qlik-trial/sprout": "4.2.0",
|
|
53
|
-
"@qlik-trial/text-editor-kit": "
|
|
54
|
-
"@qlik-trial/translator": "
|
|
53
|
+
"@qlik-trial/text-editor-kit": "1.2.10",
|
|
54
|
+
"@qlik-trial/translator": "0.10.9",
|
|
55
55
|
"@qlik-trial/visualization-kit": "1.0.3",
|
|
56
|
-
"@qlik/api": "
|
|
57
|
-
"@qlik/sdk": "
|
|
56
|
+
"@qlik/api": "0.3.0",
|
|
57
|
+
"@qlik/sdk": "0.22.0",
|
|
58
58
|
"@qlik/tsconfig": "0.3.0",
|
|
59
|
-
"@rollup/plugin-typescript": "
|
|
60
|
-
"@testing-library/jest-dom": "
|
|
61
|
-
"@testing-library/react": "
|
|
62
|
-
"@types/babel__core": "
|
|
63
|
-
"@types/eslint": "
|
|
64
|
-
"@types/jest": "
|
|
65
|
-
"@types/node": "
|
|
66
|
-
"@types/react-dom": "
|
|
67
|
-
"@types/typescript": "
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "
|
|
69
|
-
"@typescript-eslint/parser": "
|
|
70
|
-
"babel-jest": "
|
|
71
|
-
"date-fns": "
|
|
72
|
-
"eslint": "
|
|
73
|
-
"eslint-config-airbnb": "
|
|
74
|
-
"eslint-config-airbnb-base": "
|
|
75
|
-
"eslint-config-airbnb-typescript": "
|
|
76
|
-
"eslint-config-prettier": "
|
|
77
|
-
"eslint-plugin-import": "
|
|
78
|
-
"eslint-plugin-jest": "
|
|
79
|
-
"eslint-plugin-jsx-a11y": "
|
|
80
|
-
"eslint-plugin-mocha": "
|
|
81
|
-
"eslint-plugin-prettier": "
|
|
82
|
-
"eslint-plugin-react": "
|
|
83
|
-
"eslint-plugin-react-hooks": "
|
|
84
|
-
"fs-extra": "
|
|
59
|
+
"@rollup/plugin-typescript": "11.1.6",
|
|
60
|
+
"@testing-library/jest-dom": "5.17.0",
|
|
61
|
+
"@testing-library/react": "14.3.1",
|
|
62
|
+
"@types/babel__core": "7.20.5",
|
|
63
|
+
"@types/eslint": "8.56.12",
|
|
64
|
+
"@types/jest": "29.5.14",
|
|
65
|
+
"@types/node": "18.19.64",
|
|
66
|
+
"@types/react-dom": "18.3.1",
|
|
67
|
+
"@types/typescript": "2.0.0",
|
|
68
|
+
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
69
|
+
"@typescript-eslint/parser": "5.62.0",
|
|
70
|
+
"babel-jest": "29.7.0",
|
|
71
|
+
"date-fns": "2.30.0",
|
|
72
|
+
"eslint": "8.57.1",
|
|
73
|
+
"eslint-config-airbnb": "19.0.4",
|
|
74
|
+
"eslint-config-airbnb-base": "15.0.0",
|
|
75
|
+
"eslint-config-airbnb-typescript": "17.1.0",
|
|
76
|
+
"eslint-config-prettier": "8.10.0",
|
|
77
|
+
"eslint-plugin-import": "2.31.0",
|
|
78
|
+
"eslint-plugin-jest": "27.9.0",
|
|
79
|
+
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
80
|
+
"eslint-plugin-mocha": "10.5.0",
|
|
81
|
+
"eslint-plugin-prettier": "4.2.1",
|
|
82
|
+
"eslint-plugin-react": "7.37.2",
|
|
83
|
+
"eslint-plugin-react-hooks": "4.6.2",
|
|
84
|
+
"fs-extra": "11.2.0",
|
|
85
85
|
"i18n-js": "3.9.2",
|
|
86
86
|
"jest": "29.5.0",
|
|
87
|
-
"jest-environment-jsdom": "
|
|
87
|
+
"jest-environment-jsdom": "29.7.0",
|
|
88
88
|
"lexical": "0.11.2",
|
|
89
|
-
"moment-timezone": "
|
|
89
|
+
"moment-timezone": "0.5.46",
|
|
90
90
|
"node-event-emitter": "0.0.1",
|
|
91
|
-
"path": "
|
|
92
|
-
"prettier": "
|
|
91
|
+
"path": "0.12.7",
|
|
92
|
+
"prettier": "2.8.7",
|
|
93
93
|
"qlik-chart-modules": "0.63.0",
|
|
94
|
-
"react": "
|
|
95
|
-
"react-dom": "
|
|
96
|
-
"rollup": "
|
|
97
|
-
"ts-jest": "
|
|
98
|
-
"ts-node": "
|
|
99
|
-
"tslib": "
|
|
100
|
-
"typescript": "
|
|
101
|
-
"yargs": "
|
|
94
|
+
"react": "18.2.0",
|
|
95
|
+
"react-dom": "18.2.0",
|
|
96
|
+
"rollup": "3.29.5",
|
|
97
|
+
"ts-jest": "29.2.5",
|
|
98
|
+
"ts-node": "10.9.2",
|
|
99
|
+
"tslib": "2.8.1",
|
|
100
|
+
"typescript": "5.3.3",
|
|
101
|
+
"yargs": "17.7.2"
|
|
102
102
|
},
|
|
103
103
|
"peerDependencies": {
|
|
104
104
|
"@nebula.js/stardust": ">=5.0.0"
|