Skip to content

Commit

Permalink
Bump the development-dependencies group with 5 updates (#1164)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 3455bd4 commit 2bd92ea
Show file tree
Hide file tree
Showing 13 changed files with 149 additions and 149 deletions.
272 changes: 136 additions & 136 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.4",
"@stryker-mutator/core": "^7.3.0",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"eslint": "^8.52.0",
"rollup": "^4.1.4",
"rollup": "^4.1.5",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion plugin-packs/postcss-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@csstools/postcss-tape": "*",
"@rmenke/css-package-conditional-3": "^1.0.0",
"@rmenke/css-package-main": "^1.0.0",
"open-props": "^1.6.8"
"open-props": "^1.6.10"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins-stylelint/no-at-nest-rule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"jest": "^29.7.0",
"jest-preset-stylelint": "^6.3.1",
"jest-preset-stylelint": "^6.3.2",
"postcss": "^8.4",
"stylelint": "^15.11.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"jest": "^29.7.0",
"jest-preset-stylelint": "^6.3.1",
"jest-preset-stylelint": "^6.3.2",
"postcss": "^8.4",
"stylelint": "^15.11.0"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/css-blank-pseudo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^21.4.0"
"puppeteer": "^21.4.1"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/css-has-pseudo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"devDependencies": {
"@csstools/postcss-tape": "*",
"@mrhenry/core-web": "^1.1.1",
"puppeteer": "^21.4.0"
"puppeteer": "^21.4.1"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/css-prefers-color-scheme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^21.4.0"
"puppeteer": "^21.4.1"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/postcss-cascade-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"devDependencies": {
"@csstools/postcss-bundler": "^1.0.3",
"@csstools/postcss-tape": "*",
"puppeteer": "^21.4.0"
"puppeteer": "^21.4.1"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/postcss-focus-visible/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^21.4.0"
"puppeteer": "^21.4.1"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/postcss-global-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"open-props": "^1.6.8",
"open-props": "^1.6.10",
"postcss-custom-media": "^10.0.2",
"postcss-custom-properties": "^13.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/postcss-is-pseudo-class/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^21.4.0"
"puppeteer": "^21.4.1"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/postcss-nesting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^21.4.0"
"puppeteer": "^21.4.1"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
Expand Down

0 comments on commit 2bd92ea

Please sign in to comment.