kopia lustrzana https://github.com/shoelace-style/shoelace
update deps
rodzic
7d0226e3c4
commit
8160c33aa4
|
@ -18,6 +18,10 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
|
|||
- Fixed a bug in `<sl-card>` that prevented the border radius to apply correctly to the header [#934](https://github.com/shoelace-style/shoelace/pull/934)
|
||||
- Fixed a bug in `<sl-button-group>` where the inner border disappeared on focus [#980](https://github.com/shoelace-style/shoelace/pull/980)
|
||||
- Improved `<sl-badge>` to improve padding and render relative to the current font size
|
||||
- Updated Lit to 2.4.1
|
||||
- Updated TypeScript to 4.8.4
|
||||
- Updated esbuild to 0.15.13
|
||||
- Updated all other dependencies to latest versions
|
||||
|
||||
## 2.0.0-beta.83
|
||||
|
||||
|
|
Plik diff jest za duży
Load Diff
42
package.json
42
package.json
|
@ -52,41 +52,41 @@
|
|||
"node": ">=14.17.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@floating-ui/dom": "^1.0.0",
|
||||
"@lit-labs/react": "^1.0.7",
|
||||
"@floating-ui/dom": "^1.0.4",
|
||||
"@lit-labs/react": "^1.1.0",
|
||||
"@shoelace-style/animations": "^1.1.0",
|
||||
"@shoelace-style/localize": "^3.0.1",
|
||||
"color": "4.2",
|
||||
"lit": "^2.2.8",
|
||||
"lit": "^2.4.1",
|
||||
"qr-creator": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@custom-elements-manifest/analyzer": "^0.6.4",
|
||||
"@custom-elements-manifest/analyzer": "^0.6.6",
|
||||
"@open-wc/testing": "^3.1.6",
|
||||
"@types/color": "^3.0.3",
|
||||
"@types/mocha": "^9.1.1",
|
||||
"@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",
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/react": "^18.0.25",
|
||||
"@typescript-eslint/eslint-plugin": "^5.42.0",
|
||||
"@typescript-eslint/parser": "^5.42.0",
|
||||
"@web/dev-server-esbuild": "^0.3.3",
|
||||
"@web/test-runner": "^0.15.0",
|
||||
"@web/test-runner-commands": "^0.6.5",
|
||||
"@web/test-runner-playwright": "^0.9.0",
|
||||
"bootstrap-icons": "^1.9.1",
|
||||
"browser-sync": "^2.27.10",
|
||||
"chalk": "^5.0.1",
|
||||
"chalk": "^5.1.2",
|
||||
"command-line-args": "^5.2.1",
|
||||
"comment-parser": "^1.3.1",
|
||||
"cspell": "^6.6.1",
|
||||
"cspell": "^6.14.1",
|
||||
"del": "^7.0.0",
|
||||
"download": "^8.0.0",
|
||||
"esbuild": "^0.15.1",
|
||||
"eslint": "^8.21.0",
|
||||
"esbuild": "^0.15.13",
|
||||
"eslint": "^8.27.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.2",
|
||||
"eslint-plugin-lit-a11y": "^2.2.3",
|
||||
"eslint-plugin-markdown": "^3.0.0",
|
||||
"eslint-plugin-wc": "^1.3.2",
|
||||
"front-matter": "^4.0.2",
|
||||
|
@ -96,17 +96,17 @@
|
|||
"jsonata": "^1.8.6",
|
||||
"lint-staged": "^13.0.3",
|
||||
"lunr": "^2.3.9",
|
||||
"npm-check-updates": "^16.0.5",
|
||||
"npm-check-updates": "^16.3.16",
|
||||
"open": "^8.4.0",
|
||||
"pascal-case": "^3.1.2",
|
||||
"plop": "^3.1.1",
|
||||
"prettier": "^2.7.1",
|
||||
"react": "^18.2.0",
|
||||
"recursive-copy": "^2.0.14",
|
||||
"sinon": "^14.0.0",
|
||||
"sinon": "^14.0.1",
|
||||
"strip-css-comments": "^5.0.0",
|
||||
"tslib": "^2.4.0",
|
||||
"typescript": "4.7.4",
|
||||
"tslib": "^2.4.1",
|
||||
"typescript": "4.8.4",
|
||||
"user-agent-data-types": "^0.3.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
Ładowanie…
Reference in New Issue