Skip to content

Commit

Permalink
version 3.9.1 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Dec 15, 2023
1 parent fae0d6a commit 23cea9b
Show file tree
Hide file tree
Showing 285 changed files with 7,567 additions and 9,576 deletions.
6 changes: 3 additions & 3 deletions cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"test:unit:dev": "cypress open --component"
},
"dependencies": {
"vue": "^3.3.10"
"vue": "^3.3.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.1",
"@vitejs/plugin-vue": "^4.5.2",
"cypress": "^13.6.1",
"start-server-and-test": "^2.0.3",
"vite": "^5.0.5"
"vite": "^5.0.10"
}
}
6 changes: 3 additions & 3 deletions default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.10"
"vue": "^3.3.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.1",
"vite": "^5.0.5"
"@vitejs/plugin-vue": "^4.5.2",
"vite": "^5.0.10"
}
}
6 changes: 3 additions & 3 deletions jsx-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"test:unit:dev": "cypress open --component"
},
"dependencies": {
"vue": "^3.3.10"
"vue": "^3.3.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.1",
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"cypress": "^13.6.1",
"start-server-and-test": "^2.0.3",
"vite": "^5.0.5"
"vite": "^5.0.10"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ module.exports = {
page_objects_path: [],

// See https://nightwatchjs.org/guide/extending-nightwatch/adding-custom-commands.html
custom_commands_path: ['nightwatch/custom-commands'],
custom_commands_path: [],

// See https://nightwatchjs.org/guide/extending-nightwatch/adding-custom-assertions.html
custom_assertions_path: ['nightwatch/custom-assertions'],
custom_assertions_path: [],

// See https://nightwatchjs.org/guide/extending-nightwatch/adding-plugins.html
plugins: ['@nightwatch/vue'],
Expand Down
45 changes: 0 additions & 45 deletions jsx-nightwatch/nightwatch/custom-assertions/elementHasCount.js

This file was deleted.

19 changes: 0 additions & 19 deletions jsx-nightwatch/nightwatch/custom-commands/strictClick.js

This file was deleted.

16 changes: 8 additions & 8 deletions jsx-nightwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jsx-nightwatch",
"version": "0.0.0",
"private": true,
"type": "commonjs",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -11,19 +11,19 @@
"test:unit": "nightwatch src/**/__tests__/*"
},
"dependencies": {
"vue": "^3.3.10"
"vue": "^3.3.11"
},
"devDependencies": {
"@nightwatch/vue": "^0.4.5",
"@types/nightwatch": "^2.3.30",
"@vitejs/plugin-vue": "^4.5.1",
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/test-utils": "^2.4.3",
"chromedriver": "^119.0.1",
"geckodriver": "^4.2.1",
"nightwatch": "^3.3.2",
"ts-node": "^10.9.1",
"vite": "^5.0.5",
"chromedriver": "^120.0.0",
"geckodriver": "^4.3.0",
"nightwatch": "^3.3.5",
"ts-node": "^10.9.2",
"vite": "^5.0.10",
"vite-plugin-nightwatch": "^0.4.5"
}
}
6 changes: 3 additions & 3 deletions jsx-pinia-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
},
"dependencies": {
"pinia": "^2.1.7",
"vue": "^3.3.10"
"vue": "^3.3.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.1",
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"cypress": "^13.6.1",
"start-server-and-test": "^2.0.3",
"vite": "^5.0.5"
"vite": "^5.0.10"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ module.exports = {
page_objects_path: [],

// See https://nightwatchjs.org/guide/extending-nightwatch/adding-custom-commands.html
custom_commands_path: ['nightwatch/custom-commands'],
custom_commands_path: [],

// See https://nightwatchjs.org/guide/extending-nightwatch/adding-custom-assertions.html
custom_assertions_path: ['nightwatch/custom-assertions'],
custom_assertions_path: [],

// See https://nightwatchjs.org/guide/extending-nightwatch/adding-plugins.html
plugins: ['@nightwatch/vue'],
Expand Down

This file was deleted.

19 changes: 0 additions & 19 deletions jsx-pinia-nightwatch/nightwatch/custom-commands/strictClick.js

This file was deleted.

16 changes: 8 additions & 8 deletions jsx-pinia-nightwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jsx-pinia-nightwatch",
"version": "0.0.0",
"private": true,
"type": "commonjs",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -12,19 +12,19 @@
},
"dependencies": {
"pinia": "^2.1.7",
"vue": "^3.3.10"
"vue": "^3.3.11"
},
"devDependencies": {
"@nightwatch/vue": "^0.4.5",
"@types/nightwatch": "^2.3.30",
"@vitejs/plugin-vue": "^4.5.1",
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/test-utils": "^2.4.3",
"chromedriver": "^119.0.1",
"geckodriver": "^4.2.1",
"nightwatch": "^3.3.2",
"ts-node": "^10.9.1",
"vite": "^5.0.5",
"chromedriver": "^120.0.0",
"geckodriver": "^4.3.0",
"nightwatch": "^3.3.5",
"ts-node": "^10.9.2",
"vite": "^5.0.10",
"vite-plugin-nightwatch": "^0.4.5"
}
}
6 changes: 3 additions & 3 deletions jsx-pinia-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"dependencies": {
"pinia": "^2.1.7",
"vue": "^3.3.10"
"vue": "^3.3.11"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@vitejs/plugin-vue": "^4.5.1",
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^5.0.5"
"vite": "^5.0.10"
}
}
8 changes: 4 additions & 4 deletions jsx-pinia-vitest-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
},
"dependencies": {
"pinia": "^2.1.7",
"vue": "^3.3.10"
"vue": "^3.3.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.1",
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/test-utils": "^2.4.3",
"cypress": "^13.6.1",
"jsdom": "^23.0.1",
"start-server-and-test": "^2.0.3",
"vite": "^5.0.5",
"vitest": "^1.0.1"
"vite": "^5.0.10",
"vitest": "^1.0.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ module.exports = {
page_objects_path: [],

// See https://nightwatchjs.org/guide/extending-nightwatch/adding-custom-commands.html
custom_commands_path: ['nightwatch/custom-commands'],
custom_commands_path: [],

// See https://nightwatchjs.org/guide/extending-nightwatch/adding-custom-assertions.html
custom_assertions_path: ['nightwatch/custom-assertions'],
custom_assertions_path: [],

// See https://nightwatchjs.org/guide/extending-nightwatch/adding-plugins.html
plugins: ['@nightwatch/vue'],
Expand Down

This file was deleted.

Loading

0 comments on commit 23cea9b

Please sign in to comment.