Merge branch 'feature/refactor-RxJS-stores' of https://github.com/umbraco/Umbraco.CMS.Backoffice into feature/refactor-RxJS-stores

This commit is contained in:
Niels Lyngsø
2023-01-10 21:41:11 +01:00
2 changed files with 58 additions and 42 deletions

View File

@@ -18,7 +18,7 @@
"@umbraco-ui/uui-modal-dialog": "file:umbraco-ui-uui-modal-dialog-0.0.0.tgz",
"@umbraco-ui/uui-modal-sidebar": "file:umbraco-ui-uui-modal-sidebar-0.0.0.tgz",
"element-internals-polyfill": "^1.1.18",
"lit": "^2.5.0",
"lit": "^2.6.0",
"lodash": "^4.17.21",
"openapi-typescript-fetch": "^1.1.3",
"router-slot": "^1.5.5",
@@ -34,7 +34,7 @@
"@storybook/addon-actions": "^6.5.14",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/builder-vite": "^0.2.6",
"@storybook/builder-vite": "^0.2.7",
"@storybook/mdx2-csf": "^0.0.3",
"@storybook/web-components": "^6.5.15",
"@types/chai": "^4.3.4",
@@ -56,13 +56,13 @@
"eslint-plugin-lit-a11y": "^2.3.0",
"eslint-plugin-local-rules": "^1.3.2",
"eslint-plugin-storybook": "^0.6.8",
"lit-html": "^2.5.0",
"lit-html": "^2.6.0",
"msw": "^0.49.2",
"msw-storybook-addon": "^1.6.3",
"openapi-typescript-codegen": "^0.23.0",
"playwright-msw": "^2.1.0",
"plop": "^3.1.1",
"prettier": "2.8.1",
"prettier": "2.8.2",
"tiny-glob": "^0.2.9",
"typescript": "^4.9.4",
"vite": "^3.2.4",
@@ -2540,10 +2540,18 @@
"integrity": "sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==",
"dev": true
},
"node_modules/@lit-labs/ssr-dom-shim": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.0.0.tgz",
"integrity": "sha512-ic93MBXfApIFTrup4a70M/+ddD8xdt2zxxj9sRwHQzhS9ag/syqkD8JPdTXsc1gUy2K8TTirhlCqyTEM/sifNw=="
},
"node_modules/@lit/reactive-element": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.5.0.tgz",
"integrity": "sha512-fQh9FDK0LPTwDk+0HhSZEtb8K0LTN1wXerwpGrWA+a8tWulYRDLI4vQDWp4GOIsewn0572KYV/oZ3+492D7osA=="
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.6.0.tgz",
"integrity": "sha512-33H04h4tx9NVEADti0haZTNxssCnqZlMlyjri5k9kwDWAe2W1iENroZt7VWwmsPhlWUD8sSoPXSHqd0DdL29Pw==",
"dependencies": {
"@lit-labs/ssr-dom-shim": "^1.0.0"
}
},
"node_modules/@mdn/browser-compat-data": {
"version": "4.2.1",
@@ -3638,9 +3646,9 @@
}
},
"node_modules/@storybook/builder-vite": {
"version": "0.2.6",
"resolved": "https://registry.npmjs.org/@storybook/builder-vite/-/builder-vite-0.2.6.tgz",
"integrity": "sha512-TwlqJykq5KfM8SmDXWQtUHrYg4XySxwOe3RKud4iGZDYmqPc/ayB9XSF6DR50WgC7gKK7WIVIN+ZcGPphy5zWg==",
"version": "0.2.7",
"resolved": "https://registry.npmjs.org/@storybook/builder-vite/-/builder-vite-0.2.7.tgz",
"integrity": "sha512-IvgInn1dsL4amHn8IDHWv2KaoWyRWxGQvHvctfHl7ayN8fke6Tzg8lBUxVoGBfqeoO3glo/zsVUUO+aNeUUlxQ==",
"dev": true,
"dependencies": {
"@joshwooding/vite-plugin-react-docgen-typescript": "0.0.5",
@@ -17233,13 +17241,13 @@
"dev": true
},
"node_modules/lit": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/lit/-/lit-2.5.0.tgz",
"integrity": "sha512-DtnUP6vR3l4Q8nRPPNBD+UxbAhwJPeky+OVbi3pdgMqm0g57xFSl1Sj64D1rIB+nVNdiVVg8YxB0hqKjvdadZA==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/lit/-/lit-2.6.0.tgz",
"integrity": "sha512-GUKVozhomdYlFVuB4UNipbPB5RcXNX4ns43uDA1gSTZN1oHe7mnj05fpYbESxXfxg/Gn905HTIzymCFrr/cn3A==",
"dependencies": {
"@lit/reactive-element": "^1.5.0",
"@lit/reactive-element": "^1.6.0",
"lit-element": "^3.2.0",
"lit-html": "^2.5.0"
"lit-html": "^2.6.0"
}
},
"node_modules/lit-element": {
@@ -17252,9 +17260,9 @@
}
},
"node_modules/lit-html": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.5.0.tgz",
"integrity": "sha512-bLHosg1XL3JRUcKdSVI0sLCs0y1wWrj2sqqAN3cZ7bDDPNgmDHH29RV48x6Wz3ZmkxIupaE+z7uXSZ/pXWAO1g==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.6.0.tgz",
"integrity": "sha512-slNAAYfvC7LxeryDOnPFl5uTpxGYGJ6UR9SFmfY+gQ+sf30z1atDPXlgjcSTtwymNdlwDhfGjq+EemQRXp9z1g==",
"dependencies": {
"@types/trusted-types": "^2.0.2"
}
@@ -21356,9 +21364,9 @@
}
},
"node_modules/prettier": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.1.tgz",
"integrity": "sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==",
"version": "2.8.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.2.tgz",
"integrity": "sha512-BtRV9BcncDyI2tsuS19zzhzoxD8Dh8LiCx7j7tHzrkz8GFXAexeWFdi22mjE1d16dftH2qNaytVxqiRTGlMfpw==",
"dev": true,
"bin": {
"prettier": "bin-prettier.js"
@@ -30174,10 +30182,18 @@
"integrity": "sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==",
"dev": true
},
"@lit-labs/ssr-dom-shim": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.0.0.tgz",
"integrity": "sha512-ic93MBXfApIFTrup4a70M/+ddD8xdt2zxxj9sRwHQzhS9ag/syqkD8JPdTXsc1gUy2K8TTirhlCqyTEM/sifNw=="
},
"@lit/reactive-element": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.5.0.tgz",
"integrity": "sha512-fQh9FDK0LPTwDk+0HhSZEtb8K0LTN1wXerwpGrWA+a8tWulYRDLI4vQDWp4GOIsewn0572KYV/oZ3+492D7osA=="
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.6.0.tgz",
"integrity": "sha512-33H04h4tx9NVEADti0haZTNxssCnqZlMlyjri5k9kwDWAe2W1iENroZt7VWwmsPhlWUD8sSoPXSHqd0DdL29Pw==",
"requires": {
"@lit-labs/ssr-dom-shim": "^1.0.0"
}
},
"@mdn/browser-compat-data": {
"version": "4.2.1",
@@ -30912,9 +30928,9 @@
}
},
"@storybook/builder-vite": {
"version": "0.2.6",
"resolved": "https://registry.npmjs.org/@storybook/builder-vite/-/builder-vite-0.2.6.tgz",
"integrity": "sha512-TwlqJykq5KfM8SmDXWQtUHrYg4XySxwOe3RKud4iGZDYmqPc/ayB9XSF6DR50WgC7gKK7WIVIN+ZcGPphy5zWg==",
"version": "0.2.7",
"resolved": "https://registry.npmjs.org/@storybook/builder-vite/-/builder-vite-0.2.7.tgz",
"integrity": "sha512-IvgInn1dsL4amHn8IDHWv2KaoWyRWxGQvHvctfHl7ayN8fke6Tzg8lBUxVoGBfqeoO3glo/zsVUUO+aNeUUlxQ==",
"dev": true,
"requires": {
"@joshwooding/vite-plugin-react-docgen-typescript": "0.0.5",
@@ -41538,13 +41554,13 @@
"dev": true
},
"lit": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/lit/-/lit-2.5.0.tgz",
"integrity": "sha512-DtnUP6vR3l4Q8nRPPNBD+UxbAhwJPeky+OVbi3pdgMqm0g57xFSl1Sj64D1rIB+nVNdiVVg8YxB0hqKjvdadZA==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/lit/-/lit-2.6.0.tgz",
"integrity": "sha512-GUKVozhomdYlFVuB4UNipbPB5RcXNX4ns43uDA1gSTZN1oHe7mnj05fpYbESxXfxg/Gn905HTIzymCFrr/cn3A==",
"requires": {
"@lit/reactive-element": "^1.5.0",
"@lit/reactive-element": "^1.6.0",
"lit-element": "^3.2.0",
"lit-html": "^2.5.0"
"lit-html": "^2.6.0"
}
},
"lit-element": {
@@ -41557,9 +41573,9 @@
}
},
"lit-html": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.5.0.tgz",
"integrity": "sha512-bLHosg1XL3JRUcKdSVI0sLCs0y1wWrj2sqqAN3cZ7bDDPNgmDHH29RV48x6Wz3ZmkxIupaE+z7uXSZ/pXWAO1g==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.6.0.tgz",
"integrity": "sha512-slNAAYfvC7LxeryDOnPFl5uTpxGYGJ6UR9SFmfY+gQ+sf30z1atDPXlgjcSTtwymNdlwDhfGjq+EemQRXp9z1g==",
"requires": {
"@types/trusted-types": "^2.0.2"
}
@@ -44611,9 +44627,9 @@
"dev": true
},
"prettier": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.1.tgz",
"integrity": "sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==",
"version": "2.8.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.2.tgz",
"integrity": "sha512-BtRV9BcncDyI2tsuS19zzhzoxD8Dh8LiCx7j7tHzrkz8GFXAexeWFdi22mjE1d16dftH2qNaytVxqiRTGlMfpw==",
"dev": true
},
"pretty-error": {

View File

@@ -64,7 +64,7 @@
"@umbraco-ui/uui-color-swatches": "file:umbraco-ui-uui-color-swatches-2.0.0.tgz",
"@umbraco-ui/uui-color-swatch": "file:umbraco-ui-uui-color-swatch-0.0.0.tgz",
"element-internals-polyfill": "^1.1.18",
"lit": "^2.5.0",
"lit": "^2.6.0",
"lodash": "^4.17.21",
"openapi-typescript-fetch": "^1.1.3",
"router-slot": "^1.5.5",
@@ -80,7 +80,7 @@
"@storybook/addon-actions": "^6.5.14",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/builder-vite": "^0.2.6",
"@storybook/builder-vite": "^0.2.7",
"@storybook/mdx2-csf": "^0.0.3",
"@storybook/web-components": "^6.5.15",
"@types/chai": "^4.3.4",
@@ -102,13 +102,13 @@
"eslint-plugin-lit-a11y": "^2.3.0",
"eslint-plugin-local-rules": "^1.3.2",
"eslint-plugin-storybook": "^0.6.8",
"lit-html": "^2.5.0",
"lit-html": "^2.6.0",
"msw": "^0.49.2",
"msw-storybook-addon": "^1.6.3",
"openapi-typescript-codegen": "^0.23.0",
"playwright-msw": "^2.1.0",
"plop": "^3.1.1",
"prettier": "2.8.1",
"prettier": "2.8.2",
"tiny-glob": "^0.2.9",
"typescript": "^4.9.4",
"vite": "^3.2.4",