kopia lustrzana https://github.com/wagtail/wagtail
Update npm packages; a11y-dialog, axe-core, js-cookie (#10748)
- a11y-dialog (changes to event callbacks did not impact our usage) - https://a11y-dialog.netlify.app/migrating-to-v8/ - axe-core (minor update with a few improvements) - js-cookie (breaking changes only relate to converters, which we do not use) - https://github.com/js-cookie/js-cookie/releases/tag/v3.0.0 - Closes #10718pull/10794/head
rodzic
585a08fea0
commit
eb51fb28f0
|
@ -10,16 +10,16 @@
|
|||
"dependencies": {
|
||||
"@hotwired/stimulus": "^3.2.1",
|
||||
"@tippyjs/react": "^4.2.6",
|
||||
"a11y-dialog": "^7.4.0",
|
||||
"a11y-dialog": "^8.0.0",
|
||||
"autosize": "^6.0.1",
|
||||
"axe-core": "^4.6.2",
|
||||
"axe-core": "^4.7.2",
|
||||
"downshift": "^7.2.0",
|
||||
"draft-js": "^0.10.5",
|
||||
"draftail": "^2.0.0-rc.6",
|
||||
"draftjs-filters": "^3.0.1",
|
||||
"focus-trap-react": "^8.4.2",
|
||||
"immer": "^9.0.6",
|
||||
"js-cookie": "^2.2.1",
|
||||
"js-cookie": "^3.0.5",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
|
@ -14931,11 +14931,11 @@
|
|||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/a11y-dialog": {
|
||||
"version": "7.4.0",
|
||||
"resolved": "https://registry.npmjs.org/a11y-dialog/-/a11y-dialog-7.4.0.tgz",
|
||||
"integrity": "sha512-NrLXedddjbIxvapn0ac488DkVuWZjCNxLxHxXPUxjNF7crdHJ4dquPwJ89dV21IPQsXtA5YHNn++Mxouu+ciuQ==",
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/a11y-dialog/-/a11y-dialog-8.0.0.tgz",
|
||||
"integrity": "sha512-O0u7j+5bWik8B0SEmAJYZBgiVerGP3bvgtLeYVwv03Y2x5j/nqcRpZSibSjUWwmJ3rouo1M51Ly5i1didwLMgA==",
|
||||
"dependencies": {
|
||||
"focusable-selectors": "^0.3.1"
|
||||
"focusable-selectors": "^0.8.0"
|
||||
}
|
||||
},
|
||||
"node_modules/abab": {
|
||||
|
@ -15670,9 +15670,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/axe-core": {
|
||||
"version": "4.6.2",
|
||||
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.6.2.tgz",
|
||||
"integrity": "sha512-b1WlTV8+XKLj9gZy2DZXgQiyDp9xkkoe2a6U6UbYccScq2wgH/YwCeI2/Jq2mgo0HzQxqJOjWZBLeA/mqsk5Mg==",
|
||||
"version": "4.7.2",
|
||||
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz",
|
||||
"integrity": "sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==",
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
}
|
||||
|
@ -21035,9 +21035,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/focusable-selectors": {
|
||||
"version": "0.3.1",
|
||||
"resolved": "https://registry.npmjs.org/focusable-selectors/-/focusable-selectors-0.3.1.tgz",
|
||||
"integrity": "sha512-5JLtr0e1YJIfmnVlpLiG+av07dd0Xkf/KfswsXcei5KmLfdwOysTQsjF058ynXniujb1fvev7nql1x+CkC5ikw=="
|
||||
"version": "0.8.1",
|
||||
"resolved": "https://registry.npmjs.org/focusable-selectors/-/focusable-selectors-0.8.1.tgz",
|
||||
"integrity": "sha512-QXOebaidkRK27TmfboyrJZwzNPYtvs01itWrXmSc7rd8/ORql9ZiM1fkQ1IZKcCjYp4J/lWCBkFLxuupvt3y9w=="
|
||||
},
|
||||
"node_modules/follow-redirects": {
|
||||
"version": "1.14.9",
|
||||
|
@ -25715,8 +25715,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/js-cookie": {
|
||||
"version": "2.2.1",
|
||||
"license": "MIT"
|
||||
"version": "3.0.5",
|
||||
"resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz",
|
||||
"integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==",
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
}
|
||||
},
|
||||
"node_modules/js-string-escape": {
|
||||
"version": "1.0.1",
|
||||
|
@ -44576,11 +44580,11 @@
|
|||
"dev": true
|
||||
},
|
||||
"a11y-dialog": {
|
||||
"version": "7.4.0",
|
||||
"resolved": "https://registry.npmjs.org/a11y-dialog/-/a11y-dialog-7.4.0.tgz",
|
||||
"integrity": "sha512-NrLXedddjbIxvapn0ac488DkVuWZjCNxLxHxXPUxjNF7crdHJ4dquPwJ89dV21IPQsXtA5YHNn++Mxouu+ciuQ==",
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/a11y-dialog/-/a11y-dialog-8.0.0.tgz",
|
||||
"integrity": "sha512-O0u7j+5bWik8B0SEmAJYZBgiVerGP3bvgtLeYVwv03Y2x5j/nqcRpZSibSjUWwmJ3rouo1M51Ly5i1didwLMgA==",
|
||||
"requires": {
|
||||
"focusable-selectors": "^0.3.1"
|
||||
"focusable-selectors": "^0.8.0"
|
||||
}
|
||||
},
|
||||
"abab": {
|
||||
|
@ -45082,9 +45086,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"axe-core": {
|
||||
"version": "4.6.2",
|
||||
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.6.2.tgz",
|
||||
"integrity": "sha512-b1WlTV8+XKLj9gZy2DZXgQiyDp9xkkoe2a6U6UbYccScq2wgH/YwCeI2/Jq2mgo0HzQxqJOjWZBLeA/mqsk5Mg=="
|
||||
"version": "4.7.2",
|
||||
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz",
|
||||
"integrity": "sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g=="
|
||||
},
|
||||
"axobject-query": {
|
||||
"version": "2.2.0",
|
||||
|
@ -48874,9 +48878,9 @@
|
|||
}
|
||||
},
|
||||
"focusable-selectors": {
|
||||
"version": "0.3.1",
|
||||
"resolved": "https://registry.npmjs.org/focusable-selectors/-/focusable-selectors-0.3.1.tgz",
|
||||
"integrity": "sha512-5JLtr0e1YJIfmnVlpLiG+av07dd0Xkf/KfswsXcei5KmLfdwOysTQsjF058ynXniujb1fvev7nql1x+CkC5ikw=="
|
||||
"version": "0.8.1",
|
||||
"resolved": "https://registry.npmjs.org/focusable-selectors/-/focusable-selectors-0.8.1.tgz",
|
||||
"integrity": "sha512-QXOebaidkRK27TmfboyrJZwzNPYtvs01itWrXmSc7rd8/ORql9ZiM1fkQ1IZKcCjYp4J/lWCBkFLxuupvt3y9w=="
|
||||
},
|
||||
"follow-redirects": {
|
||||
"version": "1.14.9",
|
||||
|
@ -52022,7 +52026,9 @@
|
|||
}
|
||||
},
|
||||
"js-cookie": {
|
||||
"version": "2.2.1"
|
||||
"version": "3.0.5",
|
||||
"resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz",
|
||||
"integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw=="
|
||||
},
|
||||
"js-string-escape": {
|
||||
"version": "1.0.1",
|
||||
|
|
|
@ -106,16 +106,16 @@
|
|||
"dependencies": {
|
||||
"@hotwired/stimulus": "^3.2.1",
|
||||
"@tippyjs/react": "^4.2.6",
|
||||
"a11y-dialog": "^7.4.0",
|
||||
"a11y-dialog": "^8.0.0",
|
||||
"autosize": "^6.0.1",
|
||||
"axe-core": "^4.6.2",
|
||||
"axe-core": "^4.7.2",
|
||||
"downshift": "^7.2.0",
|
||||
"draft-js": "^0.10.5",
|
||||
"draftail": "^2.0.0-rc.6",
|
||||
"draftjs-filters": "^3.0.1",
|
||||
"focus-trap-react": "^8.4.2",
|
||||
"immer": "^9.0.6",
|
||||
"js-cookie": "^2.2.1",
|
||||
"js-cookie": "^3.0.5",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
|
|
Ładowanie…
Reference in New Issue