forked from opentiny/tiny-vue
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-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"
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -10,6 +10,6 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@playwright/test": "^1.29.2"
|
"@playwright/test": "^1.40.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue