File tree Expand file tree Collapse file tree 8 files changed +203
-243
lines changed Expand file tree Collapse file tree 8 files changed +203
-243
lines changed Original file line number Diff line number Diff line change 33 "version" : " 3.10.3" ,
44 "description" : " An easy way to start a Vue project" ,
55 "type" : " module" ,
6- "packageManager" : " pnpm@9.1.1 " ,
6+ "packageManager" : " pnpm@9.1.2 " ,
77 "bin" : {
88 "create-vue" : " outfile.cjs"
99 },
3939 "devDependencies" : {
4040 "@tsconfig/node20" : " ^20.1.4" ,
4141 "@types/eslint" : " ^8.56.10" ,
42- "@types/node" : " ^20.12.11 " ,
42+ "@types/node" : " ^20.12.12 " ,
4343 "@types/prompts" : " ^2.4.9" ,
4444 "@vue/create-eslint-config" : " ^0.3.3" ,
4545 "@vue/tsconfig" : " ^0.5.1" ,
4848 "esbuild-plugin-license" : " ^1.2.2" ,
4949 "husky" : " ^9.0.11" ,
5050 "kolorist" : " ^1.8.0" ,
51- "lint-staged" : " ^15.2.2 " ,
52- "npm-run-all2" : " ^6.1.2 " ,
51+ "lint-staged" : " ^15.2.4 " ,
52+ "npm-run-all2" : " ^6.2.0 " ,
5353 "prettier" : " ^3.2.5" ,
5454 "prompts" : " ^2.4.2" ,
5555 "vitest" : " ^1.6.0" ,
Original file line number Diff line number Diff line change 77 "vue" : " ^3.4.27"
88 },
99 "devDependencies" : {
10- "cypress" : " ^13.9 .0"
10+ "cypress" : " ^13.10 .0"
1111 }
1212}
Original file line number Diff line number Diff line change 44 "test:e2e:dev" : " start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'"
55 },
66 "devDependencies" : {
7- "cypress" : " ^13.9 .0" ,
7+ "cypress" : " ^13.10 .0" ,
88 "start-server-and-test" : " ^2.0.3"
99 }
1010}
Original file line number Diff line number Diff line change 11{
22 "devDependencies" : {
3- "vite-plugin-vue-devtools" : " ^7.1.3 "
3+ "vite-plugin-vue-devtools" : " ^7.2.1 "
44 }
55}
Original file line number Diff line number Diff line change 33 "test:e2e" : " nightwatch tests/e2e/*"
44 },
55 "devDependencies" : {
6- "nightwatch" : " ^3.6.2 " ,
7- "@nightwatch/vue" : " ^3.1.0 " ,
6+ "nightwatch" : " ^3.6.3 " ,
7+ "@nightwatch/vue" : " ^3.1.1 " ,
88 "@vitejs/plugin-vue" : " ^5.0.4" ,
99 "geckodriver" : " ^4.4.0" ,
10- "chromedriver" : " ^124.0.3 " ,
10+ "chromedriver" : " ^124.0.4 " ,
1111 "ts-node" : " ^10.9.2" ,
1212 "vite-plugin-nightwatch" : " ^0.4.6"
1313 }
Original file line number Diff line number Diff line change 55 "type-check" : " vue-tsc --build --force"
66 },
77 "devDependencies" : {
8- "@types/node" : " ^20.12.11 " ,
9- "npm-run-all2" : " ^6.1.2 " ,
8+ "@types/node" : " ^20.12.12 " ,
9+ "npm-run-all2" : " ^6.2.0 " ,
1010 "typescript" : " ~5.4.0" ,
11- "vue-tsc" : " ^2.0.17 "
11+ "vue-tsc" : " ^2.0.19 "
1212 }
1313}
Original file line number Diff line number Diff line change 11{
22 "devDependencies" : {
33 "eslint-plugin-cypress" : " ^3.2.0" ,
4- "eslint-plugin-playwright" : " ^1.6.1 "
4+ "eslint-plugin-playwright" : " ^1.6.2 "
55 }
66}
You can’t perform that action at this time.
0 commit comments