@nebula.js/sn-table 1.4.2 → 1.7.0
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/README.md +64 -4
- package/api-specifications/properties.json +64 -21
- package/core/esm/index.js +1638 -5562
- package/core/package.json +1 -1
- package/dist/sn-table.js +11 -18
- package/package.json +34 -33
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nebula.js/sn-table",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"description": "table supernova",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "QlikTech International AB",
|
|
@@ -46,56 +46,57 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@after-work.js/aw": "6.0.14",
|
|
49
|
-
"@babel/cli": "
|
|
50
|
-
"@babel/core": "
|
|
51
|
-
"@babel/eslint-parser": "
|
|
52
|
-
"@babel/preset-env": "
|
|
53
|
-
"@babel/preset-react": "
|
|
54
|
-
"@commitlint/cli": "
|
|
55
|
-
"@commitlint/config-conventional": "
|
|
56
|
-
"@mui/icons-material": "5.
|
|
57
|
-
"@mui/material": "5.3
|
|
49
|
+
"@babel/cli": "7.17.6",
|
|
50
|
+
"@babel/core": "7.17.5",
|
|
51
|
+
"@babel/eslint-parser": "7.17.0",
|
|
52
|
+
"@babel/preset-env": "7.16.11",
|
|
53
|
+
"@babel/preset-react": "7.16.7",
|
|
54
|
+
"@commitlint/cli": "16.2.1",
|
|
55
|
+
"@commitlint/config-conventional": "16.2.1",
|
|
56
|
+
"@mui/icons-material": "5.4.2",
|
|
57
|
+
"@mui/material": "5.4.3",
|
|
58
58
|
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest",
|
|
59
|
-
"@mui/styles": "5.
|
|
60
|
-
"@
|
|
61
|
-
"@nebula.js/cli
|
|
62
|
-
"@nebula.js/cli-
|
|
63
|
-
"@nebula.js/cli-
|
|
64
|
-
"@
|
|
59
|
+
"@mui/styles": "5.4.2",
|
|
60
|
+
"@mui/system": "5.4.3",
|
|
61
|
+
"@nebula.js/cli": "2.6.1",
|
|
62
|
+
"@nebula.js/cli-build": "2.6.1",
|
|
63
|
+
"@nebula.js/cli-sense": "2.6.1",
|
|
64
|
+
"@nebula.js/cli-serve": "2.6.1",
|
|
65
|
+
"@testing-library/react": "12.1.3",
|
|
65
66
|
"@testing-library/react-hooks": "7.0.2",
|
|
66
|
-
"babel-plugin-istanbul": "
|
|
67
|
-
"chai": "4.3.
|
|
67
|
+
"babel-plugin-istanbul": "6.1.1",
|
|
68
|
+
"chai": "4.3.6",
|
|
68
69
|
"chai-dom": "1.11.0",
|
|
69
|
-
"eslint": "8.
|
|
70
|
+
"eslint": "8.10.0",
|
|
70
71
|
"eslint-config-airbnb": "18.2.1",
|
|
71
|
-
"eslint-config-prettier": "8.
|
|
72
|
+
"eslint-config-prettier": "8.4.0",
|
|
72
73
|
"eslint-plugin-import": "2.25.4",
|
|
73
74
|
"eslint-plugin-jsx-a11y": "6.5.1",
|
|
74
75
|
"eslint-plugin-mocha": "10.0.3",
|
|
75
76
|
"eslint-plugin-prettier": "4.0.0",
|
|
76
|
-
"eslint-plugin-react": "7.
|
|
77
|
+
"eslint-plugin-react": "7.29.2",
|
|
77
78
|
"eslint-plugin-react-hooks": "4.3.0",
|
|
78
|
-
"eslint-plugin-testing-library": "5.0.
|
|
79
|
-
"fs-extra": "
|
|
80
|
-
"globby": "
|
|
81
|
-
"husky": "
|
|
79
|
+
"eslint-plugin-testing-library": "5.0.5",
|
|
80
|
+
"fs-extra": "10.0.1",
|
|
81
|
+
"globby": "13.1.1",
|
|
82
|
+
"husky": "7.0.4",
|
|
82
83
|
"jsdom": "19.0.0",
|
|
83
|
-
"lint-staged": "
|
|
84
|
+
"lint-staged": "12.3.4",
|
|
84
85
|
"mocha-junit-reporter": "2.0.2",
|
|
85
86
|
"prettier": "2.5.1",
|
|
86
|
-
"prop-types": "
|
|
87
|
-
"react": "
|
|
88
|
-
"react-dom": "
|
|
87
|
+
"prop-types": "15.8.1",
|
|
88
|
+
"react": "17.0.2",
|
|
89
|
+
"react-dom": "17.0.2",
|
|
89
90
|
"scriptappy-from-jsdoc": "0.7.0",
|
|
90
|
-
"shx": "
|
|
91
|
-
"sinon": "
|
|
91
|
+
"shx": "0.3.4",
|
|
92
|
+
"sinon": "13.0.1",
|
|
92
93
|
"sinon-chai": "3.7.0",
|
|
93
94
|
"styled-components": "5.3.3",
|
|
94
95
|
"stylis": "3.5.4",
|
|
95
96
|
"stylis-plugin-rtl-sc": "npm:stylis-plugin-rtl@1.1.0",
|
|
96
|
-
"yargs": "
|
|
97
|
+
"yargs": "17.3.1"
|
|
97
98
|
},
|
|
98
99
|
"peerDependencies": {
|
|
99
|
-
"@nebula.js/stardust": "
|
|
100
|
+
"@nebula.js/stardust": "2.x"
|
|
100
101
|
}
|
|
101
102
|
}
|