diff --git a/examples/docs/package.json b/examples/docs/package.json index ea29be8f0f..f9984e12bd 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -20,6 +20,6 @@ "sortablejs": "1.15.0" }, "devDependencies": { - "@playwright/test": "~1.42.0" + "@playwright/test": "catalog:" } } diff --git a/examples/sites/package.json b/examples/sites/package.json index 66e43b493d..f23ac78cb2 100644 --- a/examples/sites/package.json +++ b/examples/sites/package.json @@ -22,6 +22,9 @@ "pub": "pnpm publish --no-git-checks --access=public" }, "dependencies": { + "@docsearch/css": "^3.8.0", + "@docsearch/js": "^3.8.0", + "@docsearch/react": "npm:@docsearch/css", "@opentiny/vue": "workspace:~", "@opentiny/vue-common": "workspace:~", "@opentiny/vue-design-aurora": "workspace:~", @@ -48,16 +51,12 @@ "tailwindcss": "^3.2.4", "vue": "^3.4.31", "vue-i18n": "^9.1.10", - "vue-router": "4.1.5", - "@docsearch/js": "^3.8.0", - "@docsearch/css": "^3.8.0", - "@docsearch/react": "npm:@docsearch/css" + "vue-router": "4.1.5" }, "devDependencies": { "@opentiny-internal/unplugin-virtual-template": "workspace:~", "@opentiny/vue-mobile": "workspace:~", - "@playwright/test": "~1.42.0", - "rollup-plugin-visualizer": "^5.12.0", + "@playwright/test": "catalog:", "@types/markdown-it": "^12.2.3", "@types/node": "^17.0.45", "@unocss/preset-icons": "^0.38.2", @@ -78,6 +77,7 @@ "markdown-it-table-of-contents": "^0.6.0", "markdown-it-toc-done-right": "^4.2.0", "prettier": "^2.7.1", + "rollup-plugin-visualizer": "^5.12.0", "stylelint": "^14.9.1", "stylelint-config-standard": "^26.0.0", "typescript": "catalog:", diff --git a/examples/vue2.7/package.json b/examples/vue2.7/package.json index 731175ada3..02785c9d7c 100644 --- a/examples/vue2.7/package.json +++ b/examples/vue2.7/package.json @@ -1,8 +1,8 @@ { "name": "vue2.7-example", "type": "module", - "private": true, "version": "0.1.6-mf.0", + "private": true, "files": [ "*" ], @@ -24,20 +24,26 @@ "@opentiny/vue-locale": "workspace:~", "@opentiny/vue-renderless": "workspace:~", "@opentiny/vue-theme": "workspace:~", - "@opentiny/vue-theme-saas": "workspace:~", "@opentiny/vue-theme-mobile": "workspace:~", + "@opentiny/vue-theme-saas": "workspace:~", "@opentiny/vue-vite-import": "workspace:~", - "@playwright/test": "~1.42.0", + "@playwright/test": "catalog:", + "@unocss/core": "^0.48.0", + "@unocss/preset-icons": "^0.61.9", + "@unocss/transformer-directives": "^0.48.0", "@vitejs/plugin-vue2": "^2.2.0", "@vitejs/plugin-vue2-jsx": "^1.1.0", "@vitest/ui": "^0.31.0", "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0", "@vue/test-utils": "^1.3.3", + "js-sha256": "^0.9.0", "jsdom": "^21.0.0", + "onigasm": "^2.2.5", "postcss": "^8.4.16", "tailwindcss": "^3.2.4", "tailwindcss-vite-plugin": "^0.0.3", "typescript": "catalog:", + "unocss": "^0.61.9", "vite": "catalog:", "vite-plugin-checker": "^0.5.2", "vite-plugin-dynamic-import": "^1.2.4", @@ -49,12 +55,6 @@ "vue": "~2.7.10", "vue-i18n": "^8.9.0", "vue-template-compiler": "2.7.10", - "vue-tsc": "^1.0.16", - "js-sha256": "^0.9.0", - "onigasm": "^2.2.5", - "unocss": "^0.61.9", - "@unocss/core": "^0.48.0", - "@unocss/preset-icons": "^0.61.9", - "@unocss/transformer-directives": "^0.48.0" + "vue-tsc": "^1.0.16" } } diff --git a/examples/vue2/package.json b/examples/vue2/package.json index 8270354515..f52a430768 100644 --- a/examples/vue2/package.json +++ b/examples/vue2/package.json @@ -27,7 +27,7 @@ "@opentiny/vue-theme-mobile": "workspace:~", "@opentiny/vue-theme-saas": "workspace:~", "@opentiny/vue-vite-import": "workspace:~", - "@playwright/test": "~1.42.0", + "@playwright/test": "catalog:", "@tiptap/vue-2": "^2.1.0", "@unocss/core": "^0.48.0", "@unocss/preset-icons": "^0.61.9", diff --git a/examples/vue3/package.json b/examples/vue3/package.json index f54960a8b6..e8b1eb3ae4 100644 --- a/examples/vue3/package.json +++ b/examples/vue3/package.json @@ -30,7 +30,7 @@ "@opentiny/vue-theme-mobile": "workspace:~", "@opentiny/vue-theme-saas": "workspace:~", "@opentiny/vue-vite-import": "workspace:~", - "@playwright/test": "~1.42.0", + "@playwright/test": "catalog:", "@tiptap/vue-3": "^2.1.0", "@unocss/core": "^0.48.0", "@unocss/preset-icons": "^0.61.9", diff --git a/internals/playwright-config/package.json b/internals/playwright-config/package.json index 2a99228688..bc62b7a64b 100644 --- a/internals/playwright-config/package.json +++ b/internals/playwright-config/package.json @@ -1,15 +1,15 @@ { "name": "@opentiny-internal/playwright-config", - "private": true, "type": "module", "version": "1.0.1-beta.0", + "private": true, "description": "", - "main": "src/index.js", - "module": "src/index.js", - "keywords": [], "author": "", "license": "ISC", + "keywords": [], + "main": "src/index.js", + "module": "src/index.js", "dependencies": { - "@playwright/test": "~1.42.0" + "@playwright/test": "catalog:" } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 63c59ac2bb..6a3bf443c3 100644 --- a/package.json +++ b/package.json @@ -210,7 +210,7 @@ "@vue/runtime-core@3": "3.4.38", "@vue/runtime-dom@3": "3.4.38", "@vue/shared@3": "3.4.38", - "@playwright/test": "1.42.1", + "@playwright/test": "1.49.1", "cropperjs": "1.5.12", "echarts": "5.4.1", "follow-redirects": "1.14.8", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index ab608b729a..810f563e80 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -9,3 +9,4 @@ catalog: 'vitest': '^2.1.8' 'vite': '^6.0.0' 'typescript': '~5.3.3' + '@playwright/test': '~1.49.0'