Skip to content

Commit

Permalink
Bump the development-dependencies group with 4 updates (#1178)
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>
Co-authored-by: Romain Menke <[email protected]>
Co-authored-by: Romain Menke <[email protected]>
  • Loading branch information
3 people authored Nov 22, 2023
1 parent 8b82c2c commit 0e05398
Show file tree
Hide file tree
Showing 11 changed files with 252 additions and 288 deletions.
518 changes: 241 additions & 277 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 @@ -35,8 +35,8 @@
"@rollup/plugin-typescript": "^11.1.4",
"@stryker-mutator/core": "^7.3.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"eslint": "^8.53.0",
"rollup": "^4.4.0",
"eslint": "^8.54.0",
"rollup": "^4.5.0",
"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.10"
"open-props": "^1.6.12"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
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.5.1"
"puppeteer": "^21.5.2"
},
"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.5.1"
"puppeteer": "^21.5.2"
},
"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.5.1"
"puppeteer": "^21.5.2"
},
"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.5.1"
"puppeteer": "^21.5.2"
},
"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.5.1"
"puppeteer": "^21.5.2"
},
"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.10",
"open-props": "^1.6.12",
"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.5.1"
"puppeteer": "^21.5.2"
},
"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.5.1"
"puppeteer": "^21.5.2"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
Expand Down

0 comments on commit 0e05398

Please sign in to comment.