Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2nd-gen/packages/swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@adobe/postcss-token": "workspace:*",
"@adobe/swc-tokens": "workspace:*",
"@adobe/vite-global-elements-css": "workspace:*",
"@axe-core/playwright": "4.11.2",
"@axe-core/playwright": "4.11.3",
"@chromatic-com/storybook": "5.0.1",
"@custom-elements-manifest/analyzer": "0.10.8",
"@github-ui/storybook-addon-performance-panel": "1.1.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"playwright": "1.53.1"
},
"devDependencies": {
"@axe-core/playwright": "4.11.2",
"@axe-core/playwright": "4.11.3",
"@changesets/cli": "2.29.7",
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ __metadata:
"@adobe/postcss-token": "workspace:*"
"@adobe/swc-tokens": "workspace:*"
"@adobe/vite-global-elements-css": "workspace:*"
"@axe-core/playwright": "npm:4.11.2"
"@axe-core/playwright": "npm:4.11.3"
"@chromatic-com/storybook": "npm:5.0.1"
"@custom-elements-manifest/analyzer": "npm:0.10.8"
"@github-ui/storybook-addon-performance-panel": "npm:1.1.4"
Expand Down Expand Up @@ -277,14 +277,14 @@ __metadata:
languageName: node
linkType: hard

"@axe-core/playwright@npm:4.11.2":
version: 4.11.2
resolution: "@axe-core/playwright@npm:4.11.2"
"@axe-core/playwright@npm:4.11.3":
version: 4.11.3
resolution: "@axe-core/playwright@npm:4.11.3"
dependencies:
axe-core: "npm:~4.11.3"
axe-core: "npm:~4.11.4"
peerDependencies:
playwright-core: ">= 1.0.0"
checksum: 10c0/cb6f259c969668ae41b1c56e9fbf8d380d4b9440ef76f3037faa615fdcd36a748f53451116bb53b101dae52c6adc9183ce8de7f62819beb3866989849a9834b6
checksum: 10c0/da1854726dbc461a71ac25e0435f5dd9b7d143dc9142f53b1aeb4a8d7edcb4533eddb59949e8a07c4f4e3dce85ae43b7f249b3801e8b255f605fc974b94616fe
languageName: node
linkType: hard

Expand Down Expand Up @@ -11704,10 +11704,10 @@ __metadata:
languageName: node
linkType: hard

"axe-core@npm:~4.11.3":
version: 4.11.3
resolution: "axe-core@npm:4.11.3"
checksum: 10c0/bc757775ef41396faf6470752a12e96f3972d0d97cae4ec28e99cec7bca2c5aaa6d040b97e7f0278e8d1ea354fa0b0bf7fcaa51775a725d7ed0a0834e7ea13d7
"axe-core@npm:~4.11.4":
version: 4.11.4
resolution: "axe-core@npm:4.11.4"
checksum: 10c0/c4aa83fc3eac5f7a0d0cb1a28f9d073acf0c06ce8daacc38608faa278c57ce084c028c850746b98817ae4c101c30c1a32e95ea34748c4b4c7419b9b81221ef84
languageName: node
linkType: hard

Expand Down Expand Up @@ -28740,7 +28740,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@axe-core/playwright": "npm:4.11.2"
"@axe-core/playwright": "npm:4.11.3"
"@changesets/cli": "npm:2.29.7"
"@commitlint/cli": "npm:19.8.1"
"@commitlint/config-conventional": "npm:19.8.1"
Expand Down
Loading