Skip to content

Commit

Permalink
Bump the development-dependencies group with 4 updates (#1536)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent ead47af commit 8c627bc
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 39 deletions.
52 changes: 24 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"@microsoft/api-documenter": "^7.26.1",
"@microsoft/api-extractor": "^7.48.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.2.4",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^12.1.1",
"@rollup/plugin-typescript": "^12.1.2",
"@stryker-mutator/core": "^8.7.0",
"eslint": "^9.15.0",
"globals": "^15.13.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins-stylelint/at-risk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"index.mjs"
],
"peerDependencies": {
"stylelint": "^16.9.0"
"stylelint": "^16.12.0"
},
"devDependencies": {
"@csstools/pack-test": "^1.0.1",
"stylelint": "^16.9.0",
"stylelint": "^16.12.0",
"stylelint-test-rule-node": "^0.3.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions plugins-stylelint/formatter-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"preprocess-warnings.mjs"
],
"peerDependencies": {
"stylelint": "^16.9.0"
"stylelint": "^16.12.0"
},
"devDependencies": {
"@csstools/pack-test": "^1.0.1",
"stylelint": "^16.9.0"
"stylelint": "^16.12.0"
},
"scripts": {
"lint": "node ../../.github/bin/format-package-json.mjs",
Expand Down
4 changes: 2 additions & 2 deletions plugins-stylelint/no-at-nest-rule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
],
"peerDependencies": {
"postcss": "^8.4",
"stylelint": "^16.9.0"
"stylelint": "^16.12.0"
},
"devDependencies": {
"@csstools/pack-test": "^1.0.1",
"postcss": "^8.4",
"stylelint": "^16.9.0",
"stylelint": "^16.12.0",
"stylelint-test-rule-node": "^0.3.0"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"@csstools/css-tokenizer": "^3.0.3"
},
"peerDependencies": {
"stylelint": "^16.9.0"
"stylelint": "^16.12.0"
},
"devDependencies": {
"@csstools/pack-test": "^1.0.1",
"stylelint": "^16.9.0",
"stylelint": "^16.12.0",
"stylelint-test-rule-node": "^0.3.0"
},
"scripts": {
Expand Down

0 comments on commit 8c627bc

Please sign in to comment.