pull/1017/head
Cory LaViska 2022-11-16 14:57:21 -05:00
rodzic 857b21a6a3
commit c8061fdee9
3 zmienionych plików z 1132 dodań i 862 usunięć

Wyświetl plik

@ -53,7 +53,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- Updated Lit to 2.4.1
- Updated Bootstrap Icons to 1.10.2
- Updated TypeScript to 4.8.4
- Updated esbuild to 0.15.13
- Updated esbuild to 0.15.14
- Updated all other dependencies to latest versions
## 2.0.0-beta.83

1974
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -56,7 +56,7 @@
"node": ">=14.17.0"
},
"dependencies": {
"@floating-ui/dom": "^1.0.4",
"@floating-ui/dom": "^1.0.6",
"@lit-labs/react": "^1.1.0",
"@shoelace-style/animations": "^1.1.0",
"@shoelace-style/localize": "^3.0.1",
@ -66,12 +66,12 @@
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.6.6",
"@open-wc/testing": "^3.1.6",
"@open-wc/testing": "^3.1.7",
"@types/color": "^3.0.3",
"@types/mocha": "^10.0.0",
"@types/react": "^18.0.25",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@web/dev-server-esbuild": "^0.3.3",
"@web/test-runner": "^0.15.0",
"@web/test-runner-commands": "^0.6.5",
@ -81,10 +81,10 @@
"chalk": "^5.1.2",
"command-line-args": "^5.2.1",
"comment-parser": "^1.3.1",
"cspell": "^6.14.1",
"cspell": "^6.14.2",
"del": "^7.0.0",
"download": "^8.0.0",
"esbuild": "^0.15.13",
"esbuild": "^0.15.14",
"eslint": "^8.27.0",
"eslint-plugin-chai-expect": "^3.0.0",
"eslint-plugin-chai-friendly": "^0.7.2",
@ -96,18 +96,18 @@
"front-matter": "^4.0.2",
"get-port": "^6.1.2",
"globby": "^13.1.2",
"husky": "^8.0.1",
"husky": "^8.0.2",
"jsonata": "^1.8.6",
"lint-staged": "^13.0.3",
"lunr": "^2.3.9",
"npm-check-updates": "^16.3.16",
"npm-check-updates": "^16.4.1",
"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.1",
"sinon": "^14.0.2",
"strip-css-comments": "^5.0.0",
"tslib": "^2.4.1",
"typescript": "4.8.4",