@nebula.js/sn-text 1.6.0 → 1.6.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nebula.js/sn-text",
3
- "version": "1.6.0",
3
+ "version": "1.6.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",
@@ -26,7 +26,7 @@
26
26
  "systemjs": "dist/sn-text.systemjs.js",
27
27
  "devDependencies": {
28
28
  "@babel/core": "7.29.0",
29
- "@babel/preset-env": "7.29.0",
29
+ "@babel/preset-env": "7.29.2",
30
30
  "@babel/preset-react": "7.28.5",
31
31
  "@babel/preset-typescript": "7.28.5",
32
32
  "@emotion/react": "11.14.0",
@@ -43,21 +43,23 @@
43
43
  "@material-ui/core": "4.12.4",
44
44
  "@material-ui/icons": "4.11.3",
45
45
  "@mui/material": "5.18.0",
46
- "@nebula.js/cli": "6.6.0",
47
- "@nebula.js/cli-build": "6.6.0",
48
- "@nebula.js/cli-sense": "6.6.0",
49
- "@nebula.js/cli-serve": "6.6.0",
50
- "@nebula.js/stardust": "6.6.0",
46
+ "@nebula.js/cli": "6.7.0",
47
+ "@nebula.js/cli-build": "6.7.0",
48
+ "@nebula.js/cli-sense": "6.7.0",
49
+ "@nebula.js/cli-serve": "6.7.0",
50
+ "@nebula.js/stardust": "6.7.0",
51
51
  "@playwright/test": "1.58.2",
52
- "@qlik-trial/sprout": "5.18.1",
52
+ "@qlik-trial/sprout": "5.19.0",
53
53
  "@qlik-trial/text-editor-kit": "1.6.0",
54
54
  "@qlik-trial/translator": "1.0.0",
55
55
  "@qlik-trial/visualization-kit": "1.0.3",
56
56
  "@qlik/api": "2.5.0",
57
- "@qlik/eslint-config": "1.4.23",
57
+ "@qlik/eslint-config": "1.4.25",
58
58
  "@qlik/sdk": "0.28.0",
59
59
  "@qlik/tsconfig": "0.3.1",
60
60
  "@rollup/plugin-typescript": "12.3.0",
61
+ "@scriptappy/cli": "0.10.1",
62
+ "@scriptappy/from-jsdoc": "0.19.4",
61
63
  "@testing-library/jest-dom": "6.9.1",
62
64
  "@testing-library/react": "16.3.2",
63
65
  "@types/babel__core": "7.20.5",
@@ -75,7 +77,7 @@
75
77
  "jest": "30.3.0",
76
78
  "jest-environment-jsdom": "30.3.0",
77
79
  "lexical": "0.41.0",
78
- "moment-timezone": "0.6.0",
80
+ "moment-timezone": "0.6.1",
79
81
  "node-event-emitter": "0.0.1",
80
82
  "path": "0.12.7",
81
83
  "prettier": "3.8.1",
@@ -107,6 +109,6 @@
107
109
  "prettier": "prettier '**' --ignore-unknown",
108
110
  "format:check": "pnpm run prettier --check",
109
111
  "format:write": "pnpm run prettier --write",
110
- "spec": "npx @scriptappy/cli from-jsdoc -c ./api-spec/props.conf.js"
112
+ "spec": "sy from-jsdoc -c ./api-spec/props.conf.js"
111
113
  }
112
114
  }