@ni/nimble-components 32.2.7 → 32.2.8
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,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/nimble-components",
|
|
3
|
-
"version": "32.2.
|
|
3
|
+
"version": "32.2.8",
|
|
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",
|
|
7
|
-
"lint-concurrent": "concurrently --timings --group \"npm:eslint\" \"npm:prettier\"",
|
|
7
|
+
"lint-concurrent": "concurrently --pad-prefix --timings --group \"npm:eslint\" \"npm:prettier\"",
|
|
8
8
|
"format": "npm run prettier-fix",
|
|
9
9
|
"eslint": "eslint .",
|
|
10
10
|
"eslint-fix": "eslint . --fix",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"test-webkit:debugger": "karma start karma.conf.js --browsers=WebkitDebugging --skip-tags SkipWebkit",
|
|
42
42
|
"test-webkit:watch": "karma start karma.conf.headless.js --browsers=WebkitHeadless --skip-tags SkipWebkit --watch-extensions js",
|
|
43
43
|
"test-webkit": "karma start karma.conf.headless.js --browsers=WebkitHeadless --single-run --skip-tags SkipWebkit",
|
|
44
|
-
"test-concurrent": "concurrently --timings --group \"npm:test-chrome\" \"npm:test-firefox\" \"npm:test-webkit\""
|
|
44
|
+
"test-concurrent": "concurrently --pad-prefix --timings --group \"npm:test-chrome\" \"npm:test-firefox\" \"npm:test-webkit\""
|
|
45
45
|
},
|
|
46
46
|
"repository": {
|
|
47
47
|
"type": "git",
|
|
@@ -103,14 +103,14 @@
|
|
|
103
103
|
"devDependencies": {
|
|
104
104
|
"@ni-private/eslint-config-nimble": "*",
|
|
105
105
|
"@ni/jasmine-parameterized": "^1.0.0",
|
|
106
|
-
"@rollup/plugin-commonjs": "^
|
|
106
|
+
"@rollup/plugin-commonjs": "^28.0.0",
|
|
107
107
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
108
|
-
"@rollup/plugin-replace": "^
|
|
108
|
+
"@rollup/plugin-replace": "^6.0.0",
|
|
109
109
|
"@rollup/plugin-terser": "^0.4.0",
|
|
110
110
|
"@types/jasmine": "^5.1.4",
|
|
111
111
|
"@types/offscreencanvas": "^2019.7.3",
|
|
112
112
|
"@types/webpack-env": "^1.15.2",
|
|
113
|
-
"concurrently": "^
|
|
113
|
+
"concurrently": "^9.0.0",
|
|
114
114
|
"jasmine-core": "^5.1.2",
|
|
115
115
|
"karma": "^6.3.0",
|
|
116
116
|
"karma-chrome-launcher": "^3.1.0",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"prettier-eslint": "^16.3.0",
|
|
128
128
|
"prettier-eslint-cli": "^8.0.1",
|
|
129
129
|
"rollup": "^4.12.0",
|
|
130
|
-
"rollup-plugin-
|
|
130
|
+
"rollup-plugin-sourcemaps2": "^0.4.1",
|
|
131
131
|
"source-map-loader": "^5.0.0",
|
|
132
132
|
"terser-webpack-plugin": "^5.3.10",
|
|
133
133
|
"typescript": "~5.4.5",
|