feat(test): [alert] update @playwright/test version (#1216)

* feat(test): [alert] update @playwright/test version

* feat(test): [alert] update @playwright/test version
This commit is contained in:
ajaxzheng 2023-12-27 17:07:22 +08:00 committed by GitHub
parent 381bb46f84
commit d4706a3441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 10 deletions

View File

@ -14,11 +14,10 @@
"@opentiny/vue-theme-saas": "workspace:~", "@opentiny/vue-theme-saas": "workspace:~",
"@opentiny/vue-design-aurora": "workspace:~", "@opentiny/vue-design-aurora": "workspace:~",
"@opentiny/vue-design-smb": "workspace:~", "@opentiny/vue-design-smb": "workspace:~",
"@playwright/test": "^1.29.2",
"sortablejs": "1.15.0" "sortablejs": "1.15.0"
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "^1.29.2" "@playwright/test": "^1.40.1"
}, },
"files": [ "files": [
"resources" "resources"

View File

@ -38,7 +38,6 @@
"vue-i18n": "^9.1.10", "vue-i18n": "^9.1.10",
"vue-router": "4.1.5", "vue-router": "4.1.5",
"marked": "^4.3.0", "marked": "^4.3.0",
"@playwright/test": "^1.29.2",
"sortablejs": "1.15.0", "sortablejs": "1.15.0",
"@opentiny/vue-repl": "^1.1.0" "@opentiny/vue-repl": "^1.1.0"
}, },
@ -54,6 +53,7 @@
"cross-spawn": "^7.0.3", "cross-spawn": "^7.0.3",
"fs-extra": "^10.1.0", "fs-extra": "^10.1.0",
"less": "^4.1.3", "less": "^4.1.3",
"@playwright/test": "^1.40.1",
"markdown-it": "^13.0.1", "markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.4", "markdown-it-anchor": "^8.6.4",
"markdown-it-emoji": "^2.0.2", "markdown-it-emoji": "^2.0.2",

View File

@ -26,7 +26,7 @@
"@opentiny/vue-theme-saas": "workspace:~", "@opentiny/vue-theme-saas": "workspace:~",
"@opentiny/vue-theme-mobile": "workspace:~", "@opentiny/vue-theme-mobile": "workspace:~",
"@opentiny/vue-vite-import": "workspace:~", "@opentiny/vue-vite-import": "workspace:~",
"@playwright/test": "^1.29.2", "@playwright/test": "^1.40.1",
"@vitejs/plugin-vue2": "^2.2.0", "@vitejs/plugin-vue2": "^2.2.0",
"@vitejs/plugin-vue2-jsx": "^1.1.0", "@vitejs/plugin-vue2-jsx": "^1.1.0",
"@vitest/ui": "^0.31.0", "@vitest/ui": "^0.31.0",
@ -56,4 +56,4 @@
"@unocss/preset-icons": "^0.48.0", "@unocss/preset-icons": "^0.48.0",
"@unocss/transformer-directives": "^0.48.0" "@unocss/transformer-directives": "^0.48.0"
} }
} }

View File

@ -27,7 +27,7 @@
"@opentiny/vue-theme-mobile": "workspace:~", "@opentiny/vue-theme-mobile": "workspace:~",
"@opentiny/vue-vite-import": "workspace:~", "@opentiny/vue-vite-import": "workspace:~",
"@opentiny/vue-design-smb": "workspace:~", "@opentiny/vue-design-smb": "workspace:~",
"@playwright/test": "^1.29.2", "@playwright/test": "^1.40.1",
"@vitest/ui": "^0.31.0", "@vitest/ui": "^0.31.0",
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0", "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
"@vue/composition-api": "1.2.2", "@vue/composition-api": "1.2.2",
@ -60,4 +60,4 @@
"@unocss/preset-icons": "^0.48.0", "@unocss/preset-icons": "^0.48.0",
"@unocss/transformer-directives": "^0.48.0" "@unocss/transformer-directives": "^0.48.0"
} }
} }

View File

@ -30,7 +30,7 @@
"@opentiny/vue-vite-import": "workspace:~", "@opentiny/vue-vite-import": "workspace:~",
"@opentiny/vue-design-smb": "workspace:~", "@opentiny/vue-design-smb": "workspace:~",
"@opentiny/vue-design-aurora": "workspace:~", "@opentiny/vue-design-aurora": "workspace:~",
"@playwright/test": "^1.29.2", "@playwright/test": "^1.40.1",
"@vitejs/plugin-vue": "4.1.0", "@vitejs/plugin-vue": "4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.0", "@vitejs/plugin-vue-jsx": "^3.0.0",
"@vitest/ui": "^0.31.0", "@vitest/ui": "^0.31.0",

View File

@ -10,6 +10,6 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@playwright/test": "^1.29.2" "@playwright/test": "^1.40.1"
} }
} }

View File

@ -264,4 +264,4 @@
"build": "pnpm -w build:ui", "build": "pnpm -w build:ui",
"postversion": "pnpm build" "postversion": "pnpm build"
} }
} }