Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #521

Merged
merged 1 commit into from
Dec 29, 2024
Merged
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint-plugin-lit-a11y": "^4.1.4",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-wc": "^2.2.0",
"lint-staged": "^15.2.11",
"lint-staged": "^15.3.0",
"markdown-toc": "^1.2.0",
"npm-run-all2": "^7.0.2",
"prettier": "^3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"@favware/cliff-jumper": "^5.0.0",
"@web/dev-server": "^0.4.6",
"@web/dev-server-esbuild": "^1.0.3",
"concurrently": "^9.1.0",
"concurrently": "^9.1.1",
"ts-lit-plugin": "^2.0.2",
"typescript": "^5.7.2"
},
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4001,7 +4001,7 @@ __metadata:
"@lit/context": "npm:^1.1.3"
"@web/dev-server": "npm:^0.4.6"
"@web/dev-server-esbuild": "npm:^1.0.3"
concurrently: "npm:^9.1.0"
concurrently: "npm:^9.1.1"
lit: "npm:^3.2.1"
ts-lit-plugin: "npm:^2.0.2"
typescript: "npm:^5.7.2"
Expand Down Expand Up @@ -5970,10 +5970,10 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:^5.3.0, chalk@npm:~5.3.0":
version: 5.3.0
resolution: "chalk@npm:5.3.0"
checksum: 10/6373caaab21bd64c405bfc4bd9672b145647fc9482657b5ea1d549b3b2765054e9d3d928870cdf764fb4aad67555f5061538ff247b8310f110c5c888d92397ea
"chalk@npm:^5.3.0, chalk@npm:~5.4.1":
version: 5.4.1
resolution: "chalk@npm:5.4.1"
checksum: 10/29df3ffcdf25656fed6e95962e2ef86d14dfe03cd50e7074b06bad9ffbbf6089adbb40f75c00744d843685c8d008adaf3aed31476780312553caf07fa86e5bc7
languageName: node
linkType: hard

Expand Down Expand Up @@ -6422,9 +6422,9 @@ __metadata:
languageName: node
linkType: hard

"concurrently@npm:^9.1.0":
version: 9.1.0
resolution: "concurrently@npm:9.1.0"
"concurrently@npm:^9.1.1":
version: 9.1.1
resolution: "concurrently@npm:9.1.1"
dependencies:
chalk: "npm:^4.1.2"
lodash: "npm:^4.17.21"
Expand All @@ -6436,7 +6436,7 @@ __metadata:
bin:
conc: dist/bin/concurrently.js
concurrently: dist/bin/concurrently.js
checksum: 10/9ed158095a6dcb30b2fbc00f173a993d080b6eca466b8005650b051f82618991ba8ae76b39c41ae78780f83846154e5ec434753f402aa4401acf0ffb2422e1cf
checksum: 10/fdf01f8910bb7bc521e3d6de10975dd6a6a964dda3b7431bf99e87107a276f4e62b1e5eb1498c7ffd7d6e17823d69442ba7a753158b989824c0d72f870e6c04a
languageName: node
linkType: hard

Expand Down Expand Up @@ -11142,11 +11142,11 @@ __metadata:
languageName: node
linkType: hard

"lint-staged@npm:^15.2.11":
version: 15.2.11
resolution: "lint-staged@npm:15.2.11"
"lint-staged@npm:^15.3.0":
version: 15.3.0
resolution: "lint-staged@npm:15.3.0"
dependencies:
chalk: "npm:~5.3.0"
chalk: "npm:~5.4.1"
commander: "npm:~12.1.0"
debug: "npm:~4.4.0"
execa: "npm:~8.0.1"
Expand All @@ -11158,7 +11158,7 @@ __metadata:
yaml: "npm:~2.6.1"
bin:
lint-staged: bin/lint-staged.js
checksum: 10/b3fa66401fee667c39b28ed8d0dc28213e6c23d5cb88ca599e030e1eb7fd4ed199f2e3c4b02ae65ded9f5a30e0168a4c3cf3a3cf12959f195864962dba37e917
checksum: 10/b19ce450641f6cc76be8399658423f0dfa9f9a471aaa427c10bef6a1de2017f1c2547e293de908a57b9202ee20a19fd2305aec3e435cb1d4cfc1d03ace843e9f
languageName: node
linkType: hard

Expand Down Expand Up @@ -14995,7 +14995,7 @@ __metadata:
eslint-plugin-lit-a11y: "npm:^4.1.4"
eslint-plugin-prettier: "npm:^5.2.1"
eslint-plugin-wc: "npm:^2.2.0"
lint-staged: "npm:^15.2.11"
lint-staged: "npm:^15.3.0"
markdown-toc: "npm:^1.2.0"
npm-run-all2: "npm:^7.0.2"
prettier: "npm:^3.4.2"
Expand Down
Loading