Skip to content

Commit

Permalink
Chore: Update dependencies and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
vidorteg committed Mar 21, 2024
1 parent 84b7d02 commit b79ae9b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
9 changes: 8 additions & 1 deletion packages/configuration-all/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
"2": "webpack-config/is-valid",
"3": "webpack-config/module-esnext-typescript",
"4": "webpack-config/modules-false-babel",
"5": "webpack-config/no-devtool-in-prod"
"5": "webpack-config/no-devtool-in-prod",
"6": "axe/parsing",
"7": "axe/semantics",
"8": "axe/sensory-and-visual-cues",
"9": "axe/structure",
"10": "axe/tables",
"11": "axe/text-alternatives",
"12": "axe/time-and-media"
},
"hintsTimeout": 120000,
"parsers": [
Expand Down
6 changes: 3 additions & 3 deletions packages/configuration-all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"@hint/configuration-progressive-web-apps": "^7.0.28",
"@hint/configuration-web-recommended": "^8.2.23",
"@hint/connector-jsdom": "^4.1.27",
"@hint/connector-local": "^3.2.27",
"@hint/connector-puppeteer": "^2.5.24",
"@hint/extension-browser": "^2.4.15",
"vscode-webhint": "^2.1.12",
"@hint/connector-local": "^3.2.27",
"@hint/formatter-codeframe": "^3.1.35",
"@hint/formatter-excel": "^3.1.35",
"@hint/extension-browser": "^2.4.15",
"vscode-webhint": "^2.1.12",
"@hint/formatter-html": "^4.3.16",
"@hint/formatter-json": "^3.1.35",
"@hint/formatter-stylish": "^3.1.35",
Expand Down
7 changes: 7 additions & 0 deletions packages/utils-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.4.15 (March 21, 2024)

## Bug fixes / Improvements

* [[`6ef9b7cd0c`](https://github.com/webhintio/hint/commit/6ef9b7cd0c9129ca5a53f30ef51812622ad3d459)] - Fix: Fixing error Declaration emit for this file requires using private name 'Context' (#5752).


# 1.4.14 (March 18, 2024)

## Bug fixes / Improvements
Expand Down
2 changes: 1 addition & 1 deletion packages/utils-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@
"webpack": "webpack",
"webpack-stats": "webpack --json > stats.json"
},
"version": "1.4.14"
"version": "1.4.15"
}

0 comments on commit b79ae9b

Please sign in to comment.