mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
update deps + changelog
This commit is contained in:
@@ -14,6 +14,8 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
|
||||
- Fixed a bug that prevented the first/last menu item from receiving focus when pressing up/down in `<sl-dropdown>`
|
||||
- Fixed a bug that caused the active tab indicator in `<sl-tab-group>` to render incorrectly when used inside an element that animates [#671](https://github.com/shoelace-style/shoelace/pull/671)
|
||||
- Fixed a bug that allowed values in `<sl-range>` to be invalid according to its `min|max|step` [#674](https://github.com/shoelace-style/shoelace/issues/674)
|
||||
- Updated Lit to 2.1.4
|
||||
- Updated all other dependencies to latest versions
|
||||
|
||||
## 2.0.0-beta.68
|
||||
|
||||
|
||||
32
package-lock.json
generated
32
package-lock.json
generated
@@ -14,30 +14,30 @@
|
||||
"@shoelace-style/animations": "^1.1.0",
|
||||
"@shoelace-style/localize": "^2.1.3",
|
||||
"color": "4.2",
|
||||
"lit": "^2.1.2",
|
||||
"lit": "^2.1.4",
|
||||
"qr-creator": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@custom-elements-manifest/analyzer": "^0.5.7",
|
||||
"@open-wc/testing": "^3.0.3",
|
||||
"@types/color": "^3.0.2",
|
||||
"@open-wc/testing": "^3.0.4",
|
||||
"@types/color": "^3.0.3",
|
||||
"@types/mocha": "^9.1.0",
|
||||
"@types/react": "^17.0.38",
|
||||
"@typescript-eslint/eslint-plugin": "^5.10.2",
|
||||
"@typescript-eslint/parser": "^5.10.2",
|
||||
"@types/react": "^17.0.39",
|
||||
"@typescript-eslint/eslint-plugin": "^5.12.0",
|
||||
"@typescript-eslint/parser": "^5.12.0",
|
||||
"@web/dev-server-esbuild": "^0.2.16",
|
||||
"@web/test-runner": "^0.13.26",
|
||||
"@web/test-runner": "^0.13.27",
|
||||
"@web/test-runner-playwright": "^0.8.8",
|
||||
"bootstrap-icons": "^1.8.1",
|
||||
"browser-sync": "^2.27.7",
|
||||
"chalk": "^5.0.0",
|
||||
"command-line-args": "^5.2.1",
|
||||
"comment-parser": "^1.3.0",
|
||||
"cspell": "^5.18.0",
|
||||
"cspell": "^5.18.5",
|
||||
"del": "^6.0.0",
|
||||
"download": "^8.0.0",
|
||||
"esbuild": "^0.14.14",
|
||||
"eslint": "^8.8.0",
|
||||
"esbuild": "^0.14.21",
|
||||
"eslint": "^8.9.0",
|
||||
"eslint-plugin-chai-expect": "^3.0.0",
|
||||
"eslint-plugin-chai-friendly": "^0.7.2",
|
||||
"eslint-plugin-import": "^2.25.4",
|
||||
@@ -45,20 +45,20 @@
|
||||
"eslint-plugin-lit-a11y": "^2.2.0",
|
||||
"eslint-plugin-wc": "^1.3.2",
|
||||
"front-matter": "^4.0.2",
|
||||
"get-port": "^6.0.0",
|
||||
"globby": "^13.1.0",
|
||||
"get-port": "^6.1.0",
|
||||
"globby": "^13.1.1",
|
||||
"husky": "^7.0.4",
|
||||
"jsonata": "^1.8.6",
|
||||
"lint-staged": "^12.3.2",
|
||||
"lint-staged": "^12.3.4",
|
||||
"lunr": "^2.3.9",
|
||||
"npm-check-updates": "^12.2.1",
|
||||
"npm-check-updates": "^12.3.0",
|
||||
"open": "^8.4.0",
|
||||
"pascal-case": "^3.1.2",
|
||||
"plop": "^3.0.5",
|
||||
"prettier": "^2.5.1",
|
||||
"react": "^17.0.2",
|
||||
"recursive-copy": "^2.0.13",
|
||||
"sinon": "^13.0.0",
|
||||
"recursive-copy": "^2.0.14",
|
||||
"sinon": "^13.0.1",
|
||||
"strip-css-comments": "^5.0.0",
|
||||
"tslib": "^2.3.1",
|
||||
"ttypescript": "^1.5.13",
|
||||
|
||||
32
package.json
32
package.json
@@ -56,30 +56,30 @@
|
||||
"@shoelace-style/animations": "^1.1.0",
|
||||
"@shoelace-style/localize": "^2.1.3",
|
||||
"color": "4.2",
|
||||
"lit": "^2.1.2",
|
||||
"lit": "^2.1.4",
|
||||
"qr-creator": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@custom-elements-manifest/analyzer": "^0.5.7",
|
||||
"@open-wc/testing": "^3.0.3",
|
||||
"@types/color": "^3.0.2",
|
||||
"@open-wc/testing": "^3.0.4",
|
||||
"@types/color": "^3.0.3",
|
||||
"@types/mocha": "^9.1.0",
|
||||
"@types/react": "^17.0.38",
|
||||
"@typescript-eslint/eslint-plugin": "^5.10.2",
|
||||
"@typescript-eslint/parser": "^5.10.2",
|
||||
"@types/react": "^17.0.39",
|
||||
"@typescript-eslint/eslint-plugin": "^5.12.0",
|
||||
"@typescript-eslint/parser": "^5.12.0",
|
||||
"@web/dev-server-esbuild": "^0.2.16",
|
||||
"@web/test-runner": "^0.13.26",
|
||||
"@web/test-runner": "^0.13.27",
|
||||
"@web/test-runner-playwright": "^0.8.8",
|
||||
"bootstrap-icons": "^1.8.1",
|
||||
"browser-sync": "^2.27.7",
|
||||
"chalk": "^5.0.0",
|
||||
"command-line-args": "^5.2.1",
|
||||
"comment-parser": "^1.3.0",
|
||||
"cspell": "^5.18.0",
|
||||
"cspell": "^5.18.5",
|
||||
"del": "^6.0.0",
|
||||
"download": "^8.0.0",
|
||||
"esbuild": "^0.14.14",
|
||||
"eslint": "^8.8.0",
|
||||
"esbuild": "^0.14.21",
|
||||
"eslint": "^8.9.0",
|
||||
"eslint-plugin-chai-expect": "^3.0.0",
|
||||
"eslint-plugin-chai-friendly": "^0.7.2",
|
||||
"eslint-plugin-import": "^2.25.4",
|
||||
@@ -87,20 +87,20 @@
|
||||
"eslint-plugin-lit-a11y": "^2.2.0",
|
||||
"eslint-plugin-wc": "^1.3.2",
|
||||
"front-matter": "^4.0.2",
|
||||
"get-port": "^6.0.0",
|
||||
"globby": "^13.1.0",
|
||||
"get-port": "^6.1.0",
|
||||
"globby": "^13.1.1",
|
||||
"husky": "^7.0.4",
|
||||
"jsonata": "^1.8.6",
|
||||
"lint-staged": "^12.3.2",
|
||||
"lint-staged": "^12.3.4",
|
||||
"lunr": "^2.3.9",
|
||||
"npm-check-updates": "^12.2.1",
|
||||
"npm-check-updates": "^12.3.0",
|
||||
"open": "^8.4.0",
|
||||
"pascal-case": "^3.1.2",
|
||||
"plop": "^3.0.5",
|
||||
"prettier": "^2.5.1",
|
||||
"react": "^17.0.2",
|
||||
"recursive-copy": "^2.0.13",
|
||||
"sinon": "^13.0.0",
|
||||
"recursive-copy": "^2.0.14",
|
||||
"sinon": "^13.0.1",
|
||||
"strip-css-comments": "^5.0.0",
|
||||
"tslib": "^2.3.1",
|
||||
"ttypescript": "^1.5.13",
|
||||
|
||||
Reference in New Issue
Block a user