Merge remote-tracking branch 'origin/main' into feature/rollback
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
"./property-action": "./dist-cms/packages/core/property-action/index.js",
|
||||
"./property-editor": "./dist-cms/packages/core/property-editor/index.js",
|
||||
"./property": "./dist-cms/packages/core/property/index.js",
|
||||
"./recycle-bin": "./dist-cms/packages/core/recycle-bin/index.js",
|
||||
"./relation-type": "./dist-cms/packages/relations/relation-types/index.js",
|
||||
"./relations": "./dist-cms/packages/relations/relations/index.js",
|
||||
"./repository": "./dist-cms/packages/core/repository/index.js",
|
||||
@@ -89,6 +90,7 @@
|
||||
"./webhook": "./dist-cms/packages/webhook/index.js",
|
||||
"./workspace": "./dist-cms/packages/core/workspace/index.js",
|
||||
"./external/backend-api": "./dist-cms/external/backend-api/index.js",
|
||||
"./external/base64-js": "./dist-cms/external/base64-js/index.js",
|
||||
"./external/diff": "./dist-cms/external/diff/index.js",
|
||||
"./external/dompurify": "./dist-cms/external/dompurify/index.js",
|
||||
"./external/lit": "./dist-cms/external/lit/index.js",
|
||||
@@ -119,7 +121,6 @@
|
||||
"url": "https://umbraco.com"
|
||||
},
|
||||
"scripts": {
|
||||
"auth:test:e2e": "npx playwright test --config apps/auth/",
|
||||
"backoffice:test:e2e": "npx playwright test",
|
||||
"build-storybook": "npm run wc-analyze && storybook build",
|
||||
"build:for:cms": "npm run build && node ./devops/build/copy-to-cms.js",
|
||||
@@ -148,7 +149,7 @@
|
||||
"preview": "vite preview --open",
|
||||
"storybook:build": "npm run wc-analyze && storybook build",
|
||||
"storybook": "npm run wc-analyze && storybook dev -p 6006",
|
||||
"test:e2e": "npm run auth:test:e2e && npm run backoffice:test:e2e",
|
||||
"test:e2e": "npm run backoffice:test:e2e",
|
||||
"test:dev": "web-test-runner --config ./web-test-runner.dev.config.mjs",
|
||||
"test:dev-watch": "web-test-runner --watch --config ./web-test-runner.dev.config.mjs",
|
||||
"test:watch": "web-test-runner --watch",
|
||||
@@ -165,12 +166,12 @@
|
||||
"npm": ">=10.1 < 11"
|
||||
},
|
||||
"dependencies": {
|
||||
"@openid/appauth": "^1.3.1",
|
||||
"@types/diff": "^5.0.9",
|
||||
"@types/dompurify": "^3.0.5",
|
||||
"@types/uuid": "^9.0.8",
|
||||
"@umbraco-ui/uui": "1.7.2",
|
||||
"@umbraco-ui/uui-css": "1.7.2",
|
||||
"base64-js": "^1.5.1",
|
||||
"diff": "^5.2.0",
|
||||
"dompurify": "^3.0.9",
|
||||
"element-internals-polyfill": "^1.3.10",
|
||||
@@ -202,10 +203,10 @@
|
||||
"@types/mocha": "^10.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
||||
"@typescript-eslint/parser": "^7.1.0",
|
||||
"@web/dev-server-esbuild": "^1.0.1",
|
||||
"@web/dev-server-esbuild": "^1.0.2",
|
||||
"@web/dev-server-import-maps": "^0.2.0",
|
||||
"@web/dev-server-rollup": "^0.6.1",
|
||||
"@web/test-runner": "^0.18.0",
|
||||
"@web/test-runner": "^0.18.1",
|
||||
"@web/test-runner-playwright": "^0.11.0",
|
||||
"babel-loader": "^9.1.3",
|
||||
"eslint": "^8.56.0",
|
||||
@@ -226,10 +227,11 @@
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"remark-gfm": "^3.0.1",
|
||||
"rollup": "^4.12.0",
|
||||
"rollup-plugin-esbuild": "^6.1.0",
|
||||
"rollup-plugin-import-css": "^3.4.0",
|
||||
"rollup": "^4.14.1",
|
||||
"rollup-plugin-esbuild": "^6.1.1",
|
||||
"rollup-plugin-import-css": "^3.5.0",
|
||||
"rollup-plugin-web-worker-loader": "^1.6.1",
|
||||
"simple-icons": "^11.11.0",
|
||||
"storybook": "^7.6.17",
|
||||
"tiny-glob": "^0.2.9",
|
||||
"tsc-alias": "^1.8.8",
|
||||
|
||||
Reference in New Issue
Block a user