@ni/nimble-components 27.2.1 → 27.2.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": "@ni/nimble-components",
|
|
3
|
-
"version": "27.2.
|
|
3
|
+
"version": "27.2.2",
|
|
4
4
|
"description": "Styled web components for the NI Nimble Design System",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run generate-icons && npm run generate-workers && npm run build-components && npm run bundle-components && npm run generate-scss",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"@types/d3-scale": "^4.0.2",
|
|
89
89
|
"@types/d3-selection": "^3.0.0",
|
|
90
90
|
"@types/d3-zoom": "^3.0.0",
|
|
91
|
-
"@types/markdown-it": "^13.0.
|
|
91
|
+
"@types/markdown-it": "^13.0.8",
|
|
92
92
|
"comlink": "4.4.1",
|
|
93
93
|
"d3-array": "^3.2.2",
|
|
94
94
|
"d3-random": "^3.0.1",
|
|
@@ -101,8 +101,7 @@
|
|
|
101
101
|
"tslib": "^2.2.0"
|
|
102
102
|
},
|
|
103
103
|
"peerDependencies": {
|
|
104
|
-
"apache-arrow": "^15.0.0"
|
|
105
|
-
"@types/linkify-it": "^3.0.5"
|
|
104
|
+
"apache-arrow": "^15.0.0"
|
|
106
105
|
},
|
|
107
106
|
"devDependencies": {
|
|
108
107
|
"@ni/jasmine-parameterized": "^0.3.0",
|