Skip to content

Commit

Permalink
test: update @playwright/test to 1.49.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gimmyhehe committed Jan 13, 2025
1 parent e359e86 commit cb479b5
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 26 deletions.
2 changes: 1 addition & 1 deletion examples/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"sortablejs": "1.15.0"
},
"devDependencies": {
"@playwright/test": "~1.42.0"
"@playwright/test": "catalog:"
}
}
12 changes: 6 additions & 6 deletions examples/sites/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:~",
Expand All @@ -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",
Expand All @@ -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:",
Expand Down
20 changes: 10 additions & 10 deletions examples/vue2.7/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "vue2.7-example",
"type": "module",
"private": true,
"version": "0.1.6-mf.0",
"private": true,
"files": [
"*"
],
Expand All @@ -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",
Expand All @@ -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"
}
}
2 changes: 1 addition & 1 deletion examples/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions internals/playwright-config/package.json
Original file line number Diff line number Diff line change
@@ -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:"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ catalog:
'vitest': '^2.1.8'
'vite': '^6.0.0'
'typescript': '~5.3.3'
'@playwright/test': '~1.49.0'

0 comments on commit cb479b5

Please sign in to comment.