pull/865/head
Cory LaViska 2022-08-11 09:59:02 -04:00
rodzic a74de59687
commit 040e8ce5e1
3 zmienionych plików z 1267 dodań i 567 usunięć

Wyświetl plik

@ -19,6 +19,9 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- Improved accessibility of `<sl-rating>` so keyboard nav works better and screen readers announce it properly
- Improved accessibility of `<sl-spinner>` so screen readers no longer skip over it
- Removed the default hover effect in `<sl-tree-items>` to make selections more obvious
- Updated Floating UI to 1.0.1
- Updated esbuild to 0.15.1
- Updated all other dependencies to latest versions
## 2.0.0-beta.80

1803
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -52,7 +52,7 @@
"node": ">=14.17.0"
},
"dependencies": {
"@floating-ui/dom": "^1.0.0",
"@floating-ui/dom": "^1.0.1",
"@lit-labs/react": "^1.0.7",
"@shoelace-style/animations": "^1.1.0",
"@shoelace-style/localize": "^3.0.1",
@ -61,32 +61,32 @@
"qr-creator": "^1.0.0"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.6.3",
"@custom-elements-manifest/analyzer": "^0.6.4",
"@open-wc/testing": "^3.1.6",
"@types/color": "^3.0.3",
"@types/mocha": "^9.1.1",
"@types/react": "^18.0.15",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@web/dev-server-esbuild": "^0.3.1",
"@web/test-runner": "^0.13.31",
"@web/test-runner-commands": "^0.6.3",
"@web/test-runner-playwright": "^0.8.9",
"@types/react": "^18.0.17",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@web/dev-server-esbuild": "^0.3.2",
"@web/test-runner": "^0.14.0",
"@web/test-runner-commands": "^0.6.4",
"@web/test-runner-playwright": "^0.8.10",
"bootstrap-icons": "^1.9.1",
"browser-sync": "^2.27.10",
"chalk": "^5.0.1",
"command-line-args": "^5.2.1",
"comment-parser": "^1.3.1",
"cspell": "^6.4.2",
"cspell": "^6.6.1",
"del": "^7.0.0",
"download": "^8.0.0",
"esbuild": "^0.14.50",
"eslint": "^8.20.0",
"esbuild": "^0.15.1",
"eslint": "^8.21.0",
"eslint-plugin-chai-expect": "^3.0.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-lit": "^1.6.1",
"eslint-plugin-lit-a11y": "^2.2.1",
"eslint-plugin-lit-a11y": "^2.2.2",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-wc": "^1.3.2",
"front-matter": "^4.0.2",
@ -96,7 +96,7 @@
"jsonata": "^1.8.6",
"lint-staged": "^13.0.3",
"lunr": "^2.3.9",
"npm-check-updates": "^16.0.1",
"npm-check-updates": "^16.0.5",
"open": "^8.4.0",
"pascal-case": "^3.1.2",
"plop": "^3.1.1",