Skip to content

Commit

Permalink
version 3.10.3 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Apr 11, 2024
1 parent 5ac3a87 commit 069649e
Show file tree
Hide file tree
Showing 212 changed files with 2,175 additions and 2,275 deletions.
4 changes: 2 additions & 2 deletions cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"cypress": "^13.7.0",
"cypress": "^13.7.2",
"start-server-and-test": "^2.0.3",
"vite": "^5.1.6"
"vite": "^5.2.8"
}
}
2 changes: 1 addition & 1 deletion default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.1.6"
"vite": "^5.2.8"
}
}
4 changes: 2 additions & 2 deletions devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.1.6",
"vite-plugin-vue-devtools": "^7.0.18"
"vite": "^5.2.8",
"vite-plugin-vue-devtools": "^7.0.25"
}
}
12 changes: 6 additions & 6 deletions eslint-with-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"vue": "^3.4.21"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@rushstack/eslint-patch": "^1.8.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^8.0.0",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"prettier": "^3.0.3",
"vite": "^5.1.6"
"@vue/eslint-config-prettier": "^9.0.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"prettier": "^3.2.5",
"vite": "^5.2.8"
}
}
6 changes: 3 additions & 3 deletions eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"vite": "^5.1.6"
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"vite": "^5.2.8"
}
}
4 changes: 2 additions & 2 deletions jsx-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"cypress": "^13.7.0",
"cypress": "^13.7.2",
"start-server-and-test": "^2.0.3",
"vite": "^5.1.6"
"vite": "^5.2.8"
}
}
6 changes: 3 additions & 3 deletions jsx-nightwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/test-utils": "^2.4.5",
"chromedriver": "^122.0.6",
"chromedriver": "^123.0.1",
"geckodriver": "^4.3.3",
"nightwatch": "^3.5.0",
"nightwatch": "^3.6.0",
"ts-node": "^10.9.2",
"vite": "^5.1.6",
"vite": "^5.2.8",
"vite-plugin-nightwatch": "^0.4.6"
}
}
4 changes: 2 additions & 2 deletions jsx-pinia-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"cypress": "^13.7.0",
"cypress": "^13.7.2",
"start-server-and-test": "^2.0.3",
"vite": "^5.1.6"
"vite": "^5.2.8"
}
}
6 changes: 3 additions & 3 deletions jsx-pinia-nightwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/test-utils": "^2.4.5",
"chromedriver": "^122.0.6",
"chromedriver": "^123.0.1",
"geckodriver": "^4.3.3",
"nightwatch": "^3.5.0",
"nightwatch": "^3.6.0",
"ts-node": "^10.9.2",
"vite": "^5.1.6",
"vite": "^5.2.8",
"vite-plugin-nightwatch": "^0.4.6"
}
}
4 changes: 2 additions & 2 deletions jsx-pinia-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"vue": "^3.4.21"
},
"devDependencies": {
"@playwright/test": "^1.42.1",
"@playwright/test": "^1.43.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^5.1.6"
"vite": "^5.2.8"
}
}
4 changes: 2 additions & 2 deletions jsx-pinia-vitest-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/test-utils": "^2.4.5",
"cypress": "^13.7.0",
"cypress": "^13.7.2",
"jsdom": "^24.0.0",
"start-server-and-test": "^2.0.3",
"vite": "^5.1.6",
"vite": "^5.2.8",
"vitest": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion jsx-pinia-vitest-cypress/vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default mergeConfig(
defineConfig({
test: {
environment: 'jsdom',
exclude: [...configDefaults.exclude, 'e2e/*'],
exclude: [...configDefaults.exclude, 'e2e/**'],
root: fileURLToPath(new URL('./', import.meta.url))
}
})
Expand Down
6 changes: 3 additions & 3 deletions jsx-pinia-vitest-nightwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/test-utils": "^2.4.5",
"chromedriver": "^122.0.6",
"chromedriver": "^123.0.1",
"geckodriver": "^4.3.3",
"jsdom": "^24.0.0",
"nightwatch": "^3.5.0",
"nightwatch": "^3.6.0",
"ts-node": "^10.9.2",
"vite": "^5.1.6",
"vite": "^5.2.8",
"vite-plugin-nightwatch": "^0.4.6",
"vitest": "^1.4.0"
}
Expand Down
2 changes: 1 addition & 1 deletion jsx-pinia-vitest-nightwatch/vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default mergeConfig(
defineConfig({
test: {
environment: 'jsdom',
exclude: [...configDefaults.exclude, 'e2e/*'],
exclude: [...configDefaults.exclude, 'e2e/**'],
root: fileURLToPath(new URL('./', import.meta.url))
}
})
Expand Down
4 changes: 2 additions & 2 deletions jsx-pinia-vitest-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"vue": "^3.4.21"
},
"devDependencies": {
"@playwright/test": "^1.42.1",
"@playwright/test": "^1.43.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/test-utils": "^2.4.5",
"jsdom": "^24.0.0",
"vite": "^5.1.6",
"vite": "^5.2.8",
"vitest": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion jsx-pinia-vitest-playwright/vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default mergeConfig(
defineConfig({
test: {
environment: 'jsdom',
exclude: [...configDefaults.exclude, 'e2e/*'],
exclude: [...configDefaults.exclude, 'e2e/**'],
root: fileURLToPath(new URL('./', import.meta.url))
}
})
Expand Down
2 changes: 1 addition & 1 deletion jsx-pinia-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/test-utils": "^2.4.5",
"jsdom": "^24.0.0",
"vite": "^5.1.6",
"vite": "^5.2.8",
"vitest": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion jsx-pinia-vitest/vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default mergeConfig(
defineConfig({
test: {
environment: 'jsdom',
exclude: [...configDefaults.exclude, 'e2e/*'],
exclude: [...configDefaults.exclude, 'e2e/**'],
root: fileURLToPath(new URL('./', import.meta.url))
}
})
Expand Down
2 changes: 1 addition & 1 deletion jsx-pinia-with-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^5.1.6"
"vite": "^5.2.8"
}
}
2 changes: 1 addition & 1 deletion jsx-pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^5.1.6"
"vite": "^5.2.8"
}
}
4 changes: 2 additions & 2 deletions jsx-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"vue": "^3.4.21"
},
"devDependencies": {
"@playwright/test": "^1.42.1",
"@playwright/test": "^1.43.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^5.1.6"
"vite": "^5.2.8"
}
}
4 changes: 2 additions & 2 deletions jsx-router-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"cypress": "^13.7.0",
"cypress": "^13.7.2",
"start-server-and-test": "^2.0.3",
"vite": "^5.1.6"
"vite": "^5.2.8"
}
}
6 changes: 3 additions & 3 deletions jsx-router-nightwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/test-utils": "^2.4.5",
"chromedriver": "^122.0.6",
"chromedriver": "^123.0.1",
"geckodriver": "^4.3.3",
"nightwatch": "^3.5.0",
"nightwatch": "^3.6.0",
"ts-node": "^10.9.2",
"vite": "^5.1.6",
"vite": "^5.2.8",
"vite-plugin-nightwatch": "^0.4.6"
}
}
4 changes: 2 additions & 2 deletions jsx-router-pinia-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"cypress": "^13.7.0",
"cypress": "^13.7.2",
"start-server-and-test": "^2.0.3",
"vite": "^5.1.6"
"vite": "^5.2.8"
}
}
6 changes: 3 additions & 3 deletions jsx-router-pinia-nightwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/test-utils": "^2.4.5",
"chromedriver": "^122.0.6",
"chromedriver": "^123.0.1",
"geckodriver": "^4.3.3",
"nightwatch": "^3.5.0",
"nightwatch": "^3.6.0",
"ts-node": "^10.9.2",
"vite": "^5.1.6",
"vite": "^5.2.8",
"vite-plugin-nightwatch": "^0.4.6"
}
}
4 changes: 2 additions & 2 deletions jsx-router-pinia-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"vue-router": "^4.3.0"
},
"devDependencies": {
"@playwright/test": "^1.42.1",
"@playwright/test": "^1.43.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^5.1.6"
"vite": "^5.2.8"
}
}
4 changes: 2 additions & 2 deletions jsx-router-pinia-vitest-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/test-utils": "^2.4.5",
"cypress": "^13.7.0",
"cypress": "^13.7.2",
"jsdom": "^24.0.0",
"start-server-and-test": "^2.0.3",
"vite": "^5.1.6",
"vite": "^5.2.8",
"vitest": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion jsx-router-pinia-vitest-cypress/vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default mergeConfig(
defineConfig({
test: {
environment: 'jsdom',
exclude: [...configDefaults.exclude, 'e2e/*'],
exclude: [...configDefaults.exclude, 'e2e/**'],
root: fileURLToPath(new URL('./', import.meta.url))
}
})
Expand Down
6 changes: 3 additions & 3 deletions jsx-router-pinia-vitest-nightwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/test-utils": "^2.4.5",
"chromedriver": "^122.0.6",
"chromedriver": "^123.0.1",
"geckodriver": "^4.3.3",
"jsdom": "^24.0.0",
"nightwatch": "^3.5.0",
"nightwatch": "^3.6.0",
"ts-node": "^10.9.2",
"vite": "^5.1.6",
"vite": "^5.2.8",
"vite-plugin-nightwatch": "^0.4.6",
"vitest": "^1.4.0"
}
Expand Down
2 changes: 1 addition & 1 deletion jsx-router-pinia-vitest-nightwatch/vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default mergeConfig(
defineConfig({
test: {
environment: 'jsdom',
exclude: [...configDefaults.exclude, 'e2e/*'],
exclude: [...configDefaults.exclude, 'e2e/**'],
root: fileURLToPath(new URL('./', import.meta.url))
}
})
Expand Down
4 changes: 2 additions & 2 deletions jsx-router-pinia-vitest-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"vue-router": "^4.3.0"
},
"devDependencies": {
"@playwright/test": "^1.42.1",
"@playwright/test": "^1.43.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/test-utils": "^2.4.5",
"jsdom": "^24.0.0",
"vite": "^5.1.6",
"vite": "^5.2.8",
"vitest": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion jsx-router-pinia-vitest-playwright/vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default mergeConfig(
defineConfig({
test: {
environment: 'jsdom',
exclude: [...configDefaults.exclude, 'e2e/*'],
exclude: [...configDefaults.exclude, 'e2e/**'],
root: fileURLToPath(new URL('./', import.meta.url))
}
})
Expand Down
2 changes: 1 addition & 1 deletion jsx-router-pinia-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/test-utils": "^2.4.5",
"jsdom": "^24.0.0",
"vite": "^5.1.6",
"vite": "^5.2.8",
"vitest": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion jsx-router-pinia-vitest/vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default mergeConfig(
defineConfig({
test: {
environment: 'jsdom',
exclude: [...configDefaults.exclude, 'e2e/*'],
exclude: [...configDefaults.exclude, 'e2e/**'],
root: fileURLToPath(new URL('./', import.meta.url))
}
})
Expand Down
Loading

0 comments on commit 069649e

Please sign in to comment.