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:
parent
381bb46f84
commit
d4706a3441
|
@ -14,11 +14,10 @@
|
|||
"@opentiny/vue-theme-saas": "workspace:~",
|
||||
"@opentiny/vue-design-aurora": "workspace:~",
|
||||
"@opentiny/vue-design-smb": "workspace:~",
|
||||
"@playwright/test": "^1.29.2",
|
||||
"sortablejs": "1.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.29.2"
|
||||
"@playwright/test": "^1.40.1"
|
||||
},
|
||||
"files": [
|
||||
"resources"
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
"vue-i18n": "^9.1.10",
|
||||
"vue-router": "4.1.5",
|
||||
"marked": "^4.3.0",
|
||||
"@playwright/test": "^1.29.2",
|
||||
"sortablejs": "1.15.0",
|
||||
"@opentiny/vue-repl": "^1.1.0"
|
||||
},
|
||||
|
@ -54,6 +53,7 @@
|
|||
"cross-spawn": "^7.0.3",
|
||||
"fs-extra": "^10.1.0",
|
||||
"less": "^4.1.3",
|
||||
"@playwright/test": "^1.40.1",
|
||||
"markdown-it": "^13.0.1",
|
||||
"markdown-it-anchor": "^8.6.4",
|
||||
"markdown-it-emoji": "^2.0.2",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"@opentiny/vue-theme-saas": "workspace:~",
|
||||
"@opentiny/vue-theme-mobile": "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-jsx": "^1.1.0",
|
||||
"@vitest/ui": "^0.31.0",
|
||||
|
@ -56,4 +56,4 @@
|
|||
"@unocss/preset-icons": "^0.48.0",
|
||||
"@unocss/transformer-directives": "^0.48.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"@opentiny/vue-theme-mobile": "workspace:~",
|
||||
"@opentiny/vue-vite-import": "workspace:~",
|
||||
"@opentiny/vue-design-smb": "workspace:~",
|
||||
"@playwright/test": "^1.29.2",
|
||||
"@playwright/test": "^1.40.1",
|
||||
"@vitest/ui": "^0.31.0",
|
||||
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
|
||||
"@vue/composition-api": "1.2.2",
|
||||
|
@ -60,4 +60,4 @@
|
|||
"@unocss/preset-icons": "^0.48.0",
|
||||
"@unocss/transformer-directives": "^0.48.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"@opentiny/vue-vite-import": "workspace:~",
|
||||
"@opentiny/vue-design-smb": "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-jsx": "^3.0.0",
|
||||
"@vitest/ui": "^0.31.0",
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@playwright/test": "^1.29.2"
|
||||
"@playwright/test": "^1.40.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -264,4 +264,4 @@
|
|||
"build": "pnpm -w build:ui",
|
||||
"postversion": "pnpm build"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue