Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1st-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"jsonc-eslint-parser": "2.4.1",
"latest-version": "9.0.0",
"lightningcss": "1.30.1",
"lint-staged": "16.2.6",
"lint-staged": "16.2.7",
"lit": "^2.5.0 || ^3.1.3",
"lit-analyzer": "2.0.3",
"lit-html": "^2.4.0 || ^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@playwright/test": "1.53.1",
"genversion": "3.2.0",
"husky": "9.1.7",
"lint-staged": "16.2.6",
"lint-staged": "16.2.7",
"npm-run-all2": "8.0.4",
"replace-in-file": "8.3.0",
"yargs": "17.7.2"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5394,7 +5394,7 @@ __metadata:
jsonc-eslint-parser: "npm:2.4.1"
latest-version: "npm:9.0.0"
lightningcss: "npm:1.30.1"
lint-staged: "npm:16.2.6"
lint-staged: "npm:16.2.7"
lit: "npm:^2.5.0 || ^3.1.3"
lit-analyzer: "npm:2.0.3"
lit-html: "npm:^2.4.0 || ^3.1.3"
Expand Down Expand Up @@ -12247,7 +12247,7 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:^14.0.1":
"commander@npm:^14.0.2":
version: 14.0.2
resolution: "commander@npm:14.0.2"
checksum: 10c0/245abd1349dbad5414cb6517b7b5c584895c02c4f7836ff5395f301192b8566f9796c82d7bd6c92d07eba8775fe4df86602fca5d86d8d10bcc2aded1e21c2aeb
Expand Down Expand Up @@ -20220,11 +20220,11 @@ __metadata:
languageName: node
linkType: hard

"lint-staged@npm:16.2.6":
version: 16.2.6
resolution: "lint-staged@npm:16.2.6"
"lint-staged@npm:16.2.7":
version: 16.2.7
resolution: "lint-staged@npm:16.2.7"
dependencies:
commander: "npm:^14.0.1"
commander: "npm:^14.0.2"
listr2: "npm:^9.0.5"
micromatch: "npm:^4.0.8"
nano-spawn: "npm:^2.0.0"
Expand All @@ -20233,7 +20233,7 @@ __metadata:
yaml: "npm:^2.8.1"
bin:
lint-staged: bin/lint-staged.js
checksum: 10c0/6bae38082a0fcb3f699b144d1a4b85394f259f17a1f8a58b22122b9f1c6bb5e8340d6ee4bff12e52dbc4267377d6dde9e5c206157f381f1924a2640717f769c1
checksum: 10c0/9a677c21a8112d823ae5bc565ba2c9e7b803786f2a021c46827a55fe44ed59def96edb24fc99c06a2545cdbbf366022ad82addcb3bf60c712f3b98ef92069717
languageName: node
linkType: hard

Expand Down Expand Up @@ -27191,7 +27191,7 @@ __metadata:
"@playwright/test": "npm:1.53.1"
genversion: "npm:3.2.0"
husky: "npm:9.1.7"
lint-staged: "npm:16.2.6"
lint-staged: "npm:16.2.7"
npm-run-all2: "npm:8.0.4"
replace-in-file: "npm:8.3.0"
yargs: "npm:17.7.2"
Expand Down
Loading