@nebula.js/sn-text 1.3.2 → 1.3.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/api-spec/spec.json +1 -1
- package/core/esm/index.js +10 -10
- package/dist/sn-text.js +10 -10
- package/dist/sn-text.systemjs.js +9 -9
- package/package.json +43 -43
- package/sn-text-ext/dist/sn-text.js +10 -10
- 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.3",
|
|
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,12 +25,12 @@
|
|
|
25
25
|
"main": "dist/sn-text.js",
|
|
26
26
|
"systemjs": "dist/sn-text.systemjs.js",
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@babel/core": "7.
|
|
29
|
-
"@babel/preset-env": "7.
|
|
30
|
-
"@babel/preset-react": "7.
|
|
31
|
-
"@babel/preset-typescript": "7.
|
|
32
|
-
"@emotion/react": "11.
|
|
33
|
-
"@emotion/styled": "11.
|
|
28
|
+
"@babel/core": "7.27.1",
|
|
29
|
+
"@babel/preset-env": "7.27.2",
|
|
30
|
+
"@babel/preset-react": "7.27.1",
|
|
31
|
+
"@babel/preset-typescript": "7.27.1",
|
|
32
|
+
"@emotion/react": "11.14.0",
|
|
33
|
+
"@emotion/styled": "11.14.0",
|
|
34
34
|
"@jest/globals": "29.7.0",
|
|
35
35
|
"@lexical/clipboard": "0.11.2",
|
|
36
36
|
"@lexical/headless": "0.11.3",
|
|
@@ -42,62 +42,62 @@
|
|
|
42
42
|
"@lexical/utils": "0.11.2",
|
|
43
43
|
"@material-ui/core": "4.12.4",
|
|
44
44
|
"@material-ui/icons": "4.11.3",
|
|
45
|
-
"@mui/material": "5.
|
|
46
|
-
"@nebula.js/cli": "5.
|
|
47
|
-
"@nebula.js/cli-build": "5.
|
|
48
|
-
"@nebula.js/cli-sense": "5.
|
|
49
|
-
"@nebula.js/cli-serve": "5.
|
|
50
|
-
"@nebula.js/stardust": "5.
|
|
51
|
-
"@playwright/test": "1.
|
|
52
|
-
"@qlik-trial/sprout": "
|
|
45
|
+
"@mui/material": "5.17.1",
|
|
46
|
+
"@nebula.js/cli": "5.15.0",
|
|
47
|
+
"@nebula.js/cli-build": "5.15.0",
|
|
48
|
+
"@nebula.js/cli-sense": "5.15.0",
|
|
49
|
+
"@nebula.js/cli-serve": "5.15.0",
|
|
50
|
+
"@nebula.js/stardust": "5.15.0",
|
|
51
|
+
"@playwright/test": "1.52.0",
|
|
52
|
+
"@qlik-trial/sprout": "5.9.0",
|
|
53
53
|
"@qlik-trial/text-editor-kit": "1.2.10",
|
|
54
|
-
"@qlik-trial/translator": "0.
|
|
54
|
+
"@qlik-trial/translator": "0.11.2",
|
|
55
55
|
"@qlik-trial/visualization-kit": "1.0.3",
|
|
56
|
-
"@qlik/api": "
|
|
57
|
-
"@qlik/sdk": "0.
|
|
58
|
-
"@qlik/tsconfig": "0.3.
|
|
59
|
-
"@rollup/plugin-typescript": "
|
|
60
|
-
"@testing-library/jest-dom": "
|
|
61
|
-
"@testing-library/react": "
|
|
56
|
+
"@qlik/api": "1.32.0",
|
|
57
|
+
"@qlik/sdk": "0.28.0",
|
|
58
|
+
"@qlik/tsconfig": "0.3.1",
|
|
59
|
+
"@rollup/plugin-typescript": "12.1.2",
|
|
60
|
+
"@testing-library/jest-dom": "6.6.3",
|
|
61
|
+
"@testing-library/react": "16.3.0",
|
|
62
62
|
"@types/babel__core": "7.20.5",
|
|
63
|
-
"@types/eslint": "
|
|
63
|
+
"@types/eslint": "9.6.1",
|
|
64
64
|
"@types/jest": "29.5.14",
|
|
65
|
-
"@types/node": "
|
|
66
|
-
"@types/react-dom": "18.3.
|
|
65
|
+
"@types/node": "22.15.21",
|
|
66
|
+
"@types/react-dom": "18.3.7",
|
|
67
67
|
"@types/typescript": "2.0.0",
|
|
68
68
|
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
69
69
|
"@typescript-eslint/parser": "5.62.0",
|
|
70
70
|
"babel-jest": "29.7.0",
|
|
71
|
-
"date-fns": "
|
|
71
|
+
"date-fns": "4.1.0",
|
|
72
72
|
"eslint": "8.57.1",
|
|
73
73
|
"eslint-config-airbnb": "19.0.4",
|
|
74
74
|
"eslint-config-airbnb-base": "15.0.0",
|
|
75
|
-
"eslint-config-airbnb-typescript": "
|
|
76
|
-
"eslint-config-prettier": "
|
|
75
|
+
"eslint-config-airbnb-typescript": "18.0.0",
|
|
76
|
+
"eslint-config-prettier": "10.1.5",
|
|
77
77
|
"eslint-plugin-import": "2.31.0",
|
|
78
|
-
"eslint-plugin-jest": "
|
|
78
|
+
"eslint-plugin-jest": "28.11.0",
|
|
79
79
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
80
|
-
"eslint-plugin-mocha": "
|
|
80
|
+
"eslint-plugin-mocha": "11.1.0",
|
|
81
81
|
"eslint-plugin-prettier": "4.2.1",
|
|
82
|
-
"eslint-plugin-react": "7.37.
|
|
83
|
-
"eslint-plugin-react-hooks": "
|
|
84
|
-
"fs-extra": "11.
|
|
85
|
-
"i18n-js": "
|
|
86
|
-
"jest": "29.
|
|
82
|
+
"eslint-plugin-react": "7.37.5",
|
|
83
|
+
"eslint-plugin-react-hooks": "5.2.0",
|
|
84
|
+
"fs-extra": "11.3.0",
|
|
85
|
+
"i18n-js": "4.5.1",
|
|
86
|
+
"jest": "29.7.0",
|
|
87
87
|
"jest-environment-jsdom": "29.7.0",
|
|
88
88
|
"lexical": "0.11.2",
|
|
89
|
-
"moment-timezone": "0.
|
|
89
|
+
"moment-timezone": "0.6.0",
|
|
90
90
|
"node-event-emitter": "0.0.1",
|
|
91
91
|
"path": "0.12.7",
|
|
92
|
-
"prettier": "
|
|
93
|
-
"qlik-chart-modules": "0.
|
|
94
|
-
"react": "18.
|
|
95
|
-
"react-dom": "18.
|
|
96
|
-
"rollup": "
|
|
97
|
-
"ts-jest": "29.
|
|
92
|
+
"prettier": "3.5.3",
|
|
93
|
+
"qlik-chart-modules": "0.92.0",
|
|
94
|
+
"react": "18.3.1",
|
|
95
|
+
"react-dom": "18.3.1",
|
|
96
|
+
"rollup": "4.41.1",
|
|
97
|
+
"ts-jest": "29.3.4",
|
|
98
98
|
"ts-node": "10.9.2",
|
|
99
99
|
"tslib": "2.8.1",
|
|
100
|
-
"typescript": "5.
|
|
100
|
+
"typescript": "5.8.3",
|
|
101
101
|
"yargs": "17.7.2"
|
|
102
102
|
},
|
|
103
103
|
"peerDependencies": {
|