Skip to content

Commit 48b59ce

Browse files
committed
chore: update deps, add win32 optional, nodemon for analyze watch
1 parent 549becd commit 48b59ce

File tree

2 files changed

+165
-38
lines changed

2 files changed

+165
-38
lines changed

package-lock.json

Lines changed: 157 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -203,15 +203,7 @@
203203
},
204204
"watch:analyze": {
205205
"service": true,
206-
"command": "npm run -ws --if-present analyze -- --watch",
207-
"files": [
208-
"elements/**/*.ts",
209-
"core/**/*.ts",
210-
"tools/**/*.ts"
211-
],
212-
"dependencies": [
213-
"build:tools"
214-
]
206+
"command": "nodemon --quiet --watch elements/**/*.ts core/**/*.ts tools/**/*.ts --ext ts --ignore node_modules --exec 'npm run analyze'"
215207
},
216208
"serve": {
217209
"service": true,
@@ -301,7 +293,7 @@
301293
"@lit/react": "^1.0.5",
302294
"@octokit/core": "^6.1.2",
303295
"@patternfly/patternfly": "^4.224.5",
304-
"@pwrs/cem": "^0.1.8",
296+
"@pwrs/cem": "^0.1.11",
305297
"@rhds/elements": "^1.4.5",
306298
"@types/koa__router": "^12.0.4",
307299
"@types/node": "^22.15.32",
@@ -316,6 +308,7 @@
316308
"husky": "^9.1.4",
317309
"leasot": "^14.4.0",
318310
"lit": "^3.3.0",
311+
"nodemon": "^3.1.10",
319312
"nunjucks": "^3.2.4",
320313
"postcss-nesting": "^13.0.0",
321314
"prompts": "^2.4.2",
@@ -326,10 +319,11 @@
326319
"optionalDependencies": {
327320
"@esbuild/darwin-arm64": "^0.23.1",
328321
"@esbuild/linux-x64": "^0.23.1",
329-
"@pwrs/cem-darwin-arm64": "^0.1.8",
330-
"@pwrs/cem-darwin-x64": "^0.1.8",
331-
"@pwrs/cem-linux-arm64": "^0.1.8",
332-
"@pwrs/cem-linux-x64": "^0.1.8",
322+
"@pwrs/cem-darwin-arm64": "^0.1.11",
323+
"@pwrs/cem-darwin-x64": "^0.1.11",
324+
"@pwrs/cem-linux-arm64": "^0.1.11",
325+
"@pwrs/cem-linux-x64": "^0.1.11",
326+
"@pwrs/cem-win32-x64": "^0.1.11",
333327
"@rollup/rollup-darwin-arm64": "^4.21.0"
334328
},
335329
"workspaces": [

0 commit comments

Comments
 (0)