pull/829/head
Cory LaViska 2022-07-14 09:11:16 -04:00
rodzic fa179fa30b
commit acbee743a0
4 zmienionych plików z 2276 dodań i 1830 usunięć

File diff suppressed because one or more lines are too long

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 861 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 945 KiB

Wyświetl plik

@ -17,6 +17,11 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- Fixed a bug that caused a gray line to appear between radio buttons [#821](https://github.com/shoelace-style/shoelace/discussions/821)
- Fixed a bug that caused `<sl-animated-image>` to not render anything when using the `play` attribute initially [#824](https://github.com/shoelace-style/shoelace/issues/824)
- Removed `:focus-visible` shim now that the last two major versions of Safari support it
- Updated Bootstrap Icons to 1.9.0
- Updated esbuild to 0.14.49
- Updated Floating UI to 0.5.4
- Updated Lit to 2.2.7
- Updated all other dependencies to latest versions
## 2.0.0-beta.77

4053
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -52,36 +52,36 @@
"node": ">=14.17.0"
},
"dependencies": {
"@floating-ui/dom": "^0.5.2",
"@lit-labs/react": "^1.0.4",
"@floating-ui/dom": "^0.5.4",
"@lit-labs/react": "^1.0.6",
"@shoelace-style/animations": "^1.1.0",
"@shoelace-style/localize": "^3.0.0",
"color": "4.2",
"lit": "^2.2.5",
"lit": "^2.2.7",
"qr-creator": "^1.0.0"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.6.1",
"@open-wc/testing": "^3.1.5",
"@custom-elements-manifest/analyzer": "^0.6.3",
"@open-wc/testing": "^3.1.6",
"@types/color": "^3.0.3",
"@types/mocha": "^9.1.1",
"@types/react": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@web/dev-server-esbuild": "^0.3.0",
"@web/test-runner": "^0.13.28",
"@web/test-runner-commands": "^0.6.1",
"@web/test-runner-playwright": "^0.8.8",
"bootstrap-icons": "^1.8.3",
"@types/react": "^18.0.15",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@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",
"bootstrap-icons": "^1.9.0",
"browser-sync": "^2.27.10",
"chalk": "^5.0.1",
"command-line-args": "^5.2.1",
"comment-parser": "^1.3.1",
"cspell": "^6.0.0",
"cspell": "^6.2.3",
"del": "^6.1.1",
"download": "^8.0.0",
"esbuild": "^0.14.40",
"eslint": "^8.16.0",
"esbuild": "^0.14.49",
"eslint": "^8.19.0",
"eslint-plugin-chai-expect": "^3.0.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-import": "^2.26.0",
@ -91,22 +91,22 @@
"eslint-plugin-wc": "^1.3.2",
"front-matter": "^4.0.2",
"get-port": "^6.1.2",
"globby": "^13.1.1",
"globby": "^13.1.2",
"husky": "^8.0.1",
"jsonata": "^1.8.6",
"lint-staged": "^12.4.2",
"lint-staged": "^13.0.3",
"lunr": "^2.3.9",
"npm-check-updates": "^13.0.3",
"npm-check-updates": "^15.3.3",
"open": "^8.4.0",
"pascal-case": "^3.1.2",
"plop": "^3.1.0",
"prettier": "^2.6.2",
"react": "^18.1.0",
"plop": "^3.1.1",
"prettier": "^2.7.1",
"react": "^18.2.0",
"recursive-copy": "^2.0.14",
"sinon": "^14.0.0",
"strip-css-comments": "^5.0.0",
"tslib": "^2.4.0",
"typescript": "4.7.2"
"typescript": "4.7.4"
},
"lint-staged": {
"*.{ts,js}": [