Merge pull request #1068 from umbraco/feature/update-uui-1.6-rc2
Feature/update uui 1.6 rc3
This commit is contained in:
6888
src/Umbraco.Web.UI.Client/package-lock.json
generated
6888
src/Umbraco.Web.UI.Client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -137,8 +137,8 @@
|
||||
"@openid/appauth": "^1.3.1",
|
||||
"@types/dompurify": "^3.0.4",
|
||||
"@types/uuid": "^9.0.2",
|
||||
"@umbraco-ui/uui": "1.6.0-rc.1",
|
||||
"@umbraco-ui/uui-css": "1.6.0-rc.1",
|
||||
"@umbraco-ui/uui": "1.6.0-rc.3",
|
||||
"@umbraco-ui/uui-css": "1.6.0-rc.3",
|
||||
"dompurify": "^3.0.6",
|
||||
"element-internals-polyfill": "^1.3.7",
|
||||
"lit": "^2.8.0",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/* tslint:disable */
|
||||
|
||||
/**
|
||||
* Mock Service Worker (1.2.3).
|
||||
* Mock Service Worker (1.3.2).
|
||||
* @see https://github.com/mswjs/msw
|
||||
* - Please do NOT modify this file.
|
||||
* - Please do NOT serve this file on production.
|
||||
|
||||
@@ -2,11 +2,10 @@ export * from 'lit';
|
||||
export * from 'lit/decorators.js';
|
||||
export * from 'lit/directives/class-map.js';
|
||||
export * from 'lit/directives/if-defined.js';
|
||||
export * from 'lit/directives/style-map.js';
|
||||
export * from 'lit/directives/repeat.js';
|
||||
export * from 'lit/directives/unsafe-html.js';
|
||||
export * from 'lit/directives/map.js';
|
||||
export * from 'lit/directives/ref.js';
|
||||
export * from 'lit/directives/repeat.js';
|
||||
export * from 'lit/directives/style-map.js';
|
||||
export * from 'lit/directives/unsafe-html.js';
|
||||
export * from 'lit/directives/until.js';
|
||||
|
||||
export * from 'lit-html/directives/when.js';
|
||||
export * from 'lit-html/directives/map.js';
|
||||
export * from 'lit/directives/when.js';
|
||||
|
||||
Reference in New Issue
Block a user