summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-01 03:35:14 +0000
committerGitHub <noreply@github.com>2023-11-01 03:35:14 +0000
commit201b6a689f7887c48e1fa4d010005242d2e6182a (patch)
tree6ec4edc5caf000558d87187eb5b487a2f941f93f /package.json
parent55897b2b29e88ffd0c9140d03b9e74c4a94d98bd (diff)
build(deps-dev): bump the minor group with 5 updates
Bumps the minor group with 5 updates: | Package | From | To | | --- | --- | --- | | [@playwright/test](https://github.com/microsoft/playwright) | `1.38.1` | `1.39.0` | | [eslint](https://github.com/eslint/eslint) | `8.50.0` | `8.52.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.9.0` | `2.10.0` | | [html-validate](https://gitlab.com/html-validate/html-validate) | `8.5.0` | `8.7.0` | | [stylelint](https://github.com/stylelint/stylelint) | `15.10.3` | `15.11.0` | Updates `@playwright/test` from 1.38.1 to 1.39.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.38.1...v1.39.0) Updates `eslint` from 8.50.0 to 8.52.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.50.0...v8.52.0) Updates `eslint-plugin-jsonc` from 2.9.0 to 2.10.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.9.0...v2.10.0) Updates `html-validate` from 8.5.0 to 8.7.0 - [Release notes](https://gitlab.com/html-validate/html-validate/tags) - [Commits](https://gitlab.com/html-validate/html-validate/compare/v8.5.0...v8.7.0) Updates `stylelint` from 15.10.3 to 15.11.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/15.10.3...15.11.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: html-validate dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index ce906797..508268ea 100644
--- a/package.json
+++ b/package.json
@@ -35,20 +35,20 @@
"sourceDir": "ext"
},
"devDependencies": {
- "@playwright/test": "^1.38.1",
+ "@playwright/test": "^1.39.0",
"ajv": "^8.11.0",
"browserify": "^17.0.0",
"css": "^3.0.0",
- "eslint": "^8.50.0",
+ "eslint": "^8.52.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-jsdoc": "^46.8.2",
- "eslint-plugin-jsonc": "^2.9.0",
+ "eslint-plugin-jsonc": "^2.10.0",
"eslint-plugin-no-unsanitized": "^4.0.1",
"fake-indexeddb": "^4.0.2",
- "html-validate": "^8.5.0",
+ "html-validate": "^8.7.0",
"jsdom": "^22.1.0",
"parse5": "^7.1.2",
- "stylelint": "^15.10.3",
+ "stylelint": "^15.11.0",
"stylelint-config-recommended": "^13.0.0"
}
}