update packages

This commit is contained in:
Jacob Overgaard
2022-06-01 14:22:18 +02:00
parent c220118219
commit e526a3e796
3 changed files with 2458 additions and 1859 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -34,7 +34,7 @@
"dependencies": {
"@umbraco-ui/uui": "^0.2.1",
"element-internals-polyfill": "^1.1.4",
"lit": "^2.2.4",
"lit": "^2.2.5",
"openapi-typescript-fetch": "^1.1.3",
"rxjs": "^7.5.5"
},
@@ -53,7 +53,7 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-lit": "^1.6.1",
"eslint-plugin-lit-a11y": "^2.2.0",
"msw": "^0.39.2",
"msw": "^0.42.0",
"prettier": "2.6.2",
"typescript": "^4.5.4",
"vite": "^2.9.9"

View File

@@ -2,7 +2,7 @@
/* tslint:disable */
/**
* Mock Service Worker (0.39.2).
* Mock Service Worker (0.42.0).
* @see https://github.com/mswjs/msw
* - Please do NOT modify this file.
* - Please do NOT serve this file on production.