create-vue 3.7.4 → 3.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/README.md +1 -1
  2. package/locales/en-US.json +62 -0
  3. package/locales/fr-FR.json +62 -0
  4. package/locales/zh-CN.json +62 -0
  5. package/outfile.cjs +139 -112
  6. package/package.json +7 -6
  7. package/template/base/node_modules/.bin/vite +2 -2
  8. package/template/base/package.json +2 -2
  9. package/template/config/cypress/node_modules/.bin/cypress +2 -2
  10. package/template/config/cypress/node_modules/.bin/server-test +2 -2
  11. package/template/config/cypress/node_modules/.bin/start-server-and-test +2 -2
  12. package/template/config/cypress/node_modules/.bin/start-test +2 -2
  13. package/template/config/cypress/package.json +2 -2
  14. package/template/config/cypress-ct/node_modules/.bin/cypress +2 -2
  15. package/template/config/cypress-ct/package.json +1 -1
  16. package/template/config/jsx/node_modules/.bin/vite +2 -2
  17. package/template/config/jsx/package.json +1 -1
  18. package/template/config/nightwatch/node_modules/.bin/chromedriver +2 -2
  19. package/template/config/nightwatch/node_modules/.bin/nightwatch +2 -2
  20. package/template/config/nightwatch/node_modules/.bin/ts-node +2 -2
  21. package/template/config/nightwatch/node_modules/.bin/ts-node-cwd +2 -2
  22. package/template/config/nightwatch/node_modules/.bin/ts-node-esm +2 -2
  23. package/template/config/nightwatch/node_modules/.bin/ts-node-script +2 -2
  24. package/template/config/nightwatch/node_modules/.bin/ts-node-transpile-only +2 -2
  25. package/template/config/nightwatch/node_modules/.bin/ts-script +2 -2
  26. package/template/config/nightwatch/node_modules/.bin/tsc +4 -4
  27. package/template/config/nightwatch/node_modules/.bin/tsserver +4 -4
  28. package/template/config/nightwatch/node_modules/.bin/vite +4 -4
  29. package/template/config/nightwatch/package.json +4 -4
  30. package/template/config/pinia/package.json +1 -1
  31. package/template/config/playwright/node_modules/.bin/playwright +2 -2
  32. package/template/config/playwright/package.json +1 -1
  33. package/template/config/router/package.json +1 -1
  34. package/template/config/typescript/node_modules/.bin/npm-run-all +4 -4
  35. package/template/config/typescript/node_modules/.bin/npm-run-all2 +17 -0
  36. package/template/config/typescript/node_modules/.bin/run-p +4 -4
  37. package/template/config/typescript/node_modules/.bin/run-s +4 -4
  38. package/template/config/typescript/node_modules/.bin/tsc +2 -2
  39. package/template/config/typescript/node_modules/.bin/tsserver +2 -2
  40. package/template/config/typescript/node_modules/.bin/vue-tsc +2 -2
  41. package/template/config/typescript/package.json +4 -4
  42. package/template/config/vitest/node_modules/.bin/vitest +2 -2
  43. package/template/config/vitest/package.json +1 -1
  44. package/template/eslint/package.json +1 -1
  45. package/template/tsconfig/vitest/package.json +1 -1
@@ -6,9 +6,9 @@ case `uname` in
6
6
  esac
7
7
 
8
8
  if [ -z "$NODE_PATH" ]; then
9
- export NODE_PATH="/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/vitest@0.34.4_jsdom@22.1.0/node_modules/vitest/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/vitest@0.34.4_jsdom@22.1.0/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/node_modules"
9
+ export NODE_PATH="/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/vitest@0.34.6_jsdom@22.1.0/node_modules/vitest/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/vitest@0.34.6_jsdom@22.1.0/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/node_modules"
10
10
  else
11
- export NODE_PATH="/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/vitest@0.34.4_jsdom@22.1.0/node_modules/vitest/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/vitest@0.34.4_jsdom@22.1.0/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
11
+ export NODE_PATH="/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/vitest@0.34.6_jsdom@22.1.0/node_modules/vitest/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/vitest@0.34.6_jsdom@22.1.0/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
12
12
  fi
13
13
  if [ -x "$basedir/node" ]; then
14
14
  exec "$basedir/node" "$basedir/../vitest/vitest.mjs" "$@"
@@ -8,6 +8,6 @@
8
8
  "devDependencies": {
9
9
  "@vue/test-utils": "^2.4.1",
10
10
  "jsdom": "^22.1.0",
11
- "vitest": "^0.34.4"
11
+ "vitest": "^0.34.6"
12
12
  }
13
13
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "devDependencies": {
3
- "eslint-plugin-cypress": "^2.14.0"
3
+ "eslint-plugin-cypress": "^2.15.1"
4
4
  }
5
5
  }
@@ -3,6 +3,6 @@
3
3
  "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
4
4
  },
5
5
  "devDependencies": {
6
- "@types/jsdom": "^21.1.2"
6
+ "@types/jsdom": "^21.1.3"
7
7
  }
8
8
  }