Update deps

This commit is contained in:
Cory LaViska
2022-01-26 09:36:07 -05:00
parent 4e9573334a
commit 8194d627ee
3 changed files with 710 additions and 803 deletions

View File

@@ -14,6 +14,8 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- Refactored themes so utility styles are no longer injected as `<style>` elements to support stricter CSP rules [#571](https://github.com/shoelace-style/shoelace/issues/571)
- Restored the nicer animation on `<sl-spinner>` and verified it works in Safari
- Updated minimum Node version to 14.17
- Updated Lit to 2.1.2
- Updated all other dependencies to latest versions
## 2.0.0-beta.64

1483
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -50,35 +50,35 @@
"node": ">=14.17.0"
},
"dependencies": {
"@lit-labs/react": "^1.0.1",
"@lit-labs/react": "^1.0.2",
"@popperjs/core": "^2.11.2",
"@shoelace-style/animations": "^1.1.0",
"@shoelace-style/localize": "^2.1.3",
"color": "4.1",
"lit": "^2.1.0",
"color": "4.2",
"lit": "^2.1.2",
"qr-creator": "^1.0.0"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.5.7",
"@open-wc/testing": "^3.0.3",
"@types/color": "^3.0.2",
"@types/mocha": "^9.0.0",
"@types/mocha": "^9.1.0",
"@types/react": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"@web/dev-server-esbuild": "^0.2.16",
"@web/test-runner": "^0.13.23",
"@web/test-runner": "^0.13.26",
"@web/test-runner-playwright": "^0.8.8",
"bootstrap-icons": "^1.7.2",
"browser-sync": "^2.27.7",
"chalk": "^5.0.0",
"command-line-args": "^5.2.0",
"comment-parser": "^1.3.0",
"cspell": "^5.14.0",
"cspell": "^5.16.0",
"del": "^6.0.0",
"download": "^8.0.0",
"esbuild": "^0.14.10",
"eslint": "8.6.0",
"esbuild": "^0.14.14",
"eslint": "^8.7.0",
"eslint-plugin-chai-expect": "^3.0.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-import": "^2.25.4",
@@ -87,11 +87,11 @@
"eslint-plugin-wc": "^1.3.2",
"front-matter": "^4.0.2",
"get-port": "^6.0.0",
"globby": "^12.0.2",
"globby": "^13.1.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.5",
"lint-staged": "^12.3.1",
"lunr": "^2.3.9",
"npm-check-updates": "^12.1.0",
"npm-check-updates": "^12.2.1",
"open": "^8.4.0",
"pascal-case": "^3.1.2",
"plop": "^3.0.5",
@@ -101,6 +101,6 @@
"sinon": "^12.0.1",
"strip-css-comments": "^5.0.0",
"tslib": "^2.3.1",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
}
}