diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-10-01 12:43:45 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-01 12:43:45 +0900 |
commit | 0fbfeb883eb4ca03b9a802757138fef9a6835cdc (patch) | |
tree | d752d7594d8302f149eb6aa30485a324ab7aa883 /package.json | |
parent | ea1c147730bef183855f5dc079c9a2d19e1c623e (diff) | |
parent | 0fa8d441a269b13474e6ad4108f49497d4d3abfd (diff) |
Merge branch 'master' into dependabot/github_actions/cardinalby/schema-validator-action-3.0.0
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json index 22aa9f45..f1c39bf5 100644 --- a/package.json +++ b/package.json @@ -36,21 +36,21 @@ "sourceDir": "ext" }, "devDependencies": { - "@playwright/test": "^1.31.2", + "@playwright/test": "^1.38.1", "ajv": "^8.11.0", "browserify": "^17.0.0", "css": "^3.0.0", - "eslint": "^8.37.0", + "eslint": "^8.50.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-jsdoc": "^39.3.6", - "eslint-plugin-jsonc": "^2.8.0", + "eslint-plugin-jsonc": "^2.9.0", "eslint-plugin-no-unsanitized": "^4.0.1", - "fake-indexeddb": "^4.0.0", + "fake-indexeddb": "^4.0.2", "html-validate": "^7.6.0", - "jsdom": "^20.0.1", + "jsdom": "^22.1.0", "parse5": "^7.1.2", - "stylelint": "^14.14.0", - "stylelint-config-recommended": "^9.0.0", - "web-ext": "^7.6.0" + "stylelint": "^15.10.3", + "stylelint-config-recommended": "^13.0.0", + "web-ext": "^7.7.0" } } |