@ni/nimble-components 29.3.6 → 29.3.7
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": "29.3.
|
|
3
|
+
"version": "29.3.7",
|
|
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",
|
|
@@ -107,7 +107,6 @@
|
|
|
107
107
|
"@ni-private/eslint-config-nimble": "*",
|
|
108
108
|
"@ni/jasmine-parameterized": "^0.3.0",
|
|
109
109
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
110
|
-
"@rollup/plugin-json": "^6.0.0",
|
|
111
110
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
112
111
|
"@rollup/plugin-replace": "^5.0.1",
|
|
113
112
|
"@rollup/plugin-terser": "^0.4.0",
|
|
@@ -132,7 +131,6 @@
|
|
|
132
131
|
"prettier-eslint": "^16.3.0",
|
|
133
132
|
"prettier-eslint-cli": "^8.0.1",
|
|
134
133
|
"rollup": "^4.12.0",
|
|
135
|
-
"rollup-plugin-polyfill-node": "^0.13.0",
|
|
136
134
|
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
137
135
|
"source-map-loader": "^5.0.0",
|
|
138
136
|
"terser-webpack-plugin": "^5.3.10",
|