Skip to content

Commit 84b3acd

Browse files
committed
chore: update dependencies with breaking changes
1 parent c9de980 commit 84b3acd

File tree

28 files changed

+337
-274
lines changed

28 files changed

+337
-274
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
},
3535
"homepage": "https://github.com/vuejs/create-vue#readme",
3636
"devDependencies": {
37-
"esbuild": "^0.12.29",
37+
"esbuild": "^0.13.14",
3838
"husky": "^7.0.4",
3939
"kolorist": "^1.5.0",
40-
"lint-staged": "^11.2.6",
40+
"lint-staged": "^12.0.2",
4141
"minimist": "^1.2.5",
4242
"npm-run-all": "^4.1.5",
4343
"prettier": "^2.4.1",

playground/jsx-router-vuex-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@cypress/vue": "^3.0.5",
2222
"@vitejs/plugin-vue": "^1.9.4",
2323
"@vitejs/plugin-vue-jsx": "^1.2.0",
24-
"cypress": "^8.7.0",
24+
"cypress": "^9.0.0",
2525
"start-server-and-test": "^1.14.0",
2626
"vite": "^2.6.14"
2727
}

playground/jsx-router-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@cypress/vue": "^3.0.5",
2121
"@vitejs/plugin-vue": "^1.9.4",
2222
"@vitejs/plugin-vue-jsx": "^1.2.0",
23-
"cypress": "^8.7.0",
23+
"cypress": "^9.0.0",
2424
"start-server-and-test": "^1.14.0",
2525
"vite": "^2.6.14"
2626
}

playground/jsx-vuex-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@cypress/vue": "^3.0.5",
2121
"@vitejs/plugin-vue": "^1.9.4",
2222
"@vitejs/plugin-vue-jsx": "^1.2.0",
23-
"cypress": "^8.7.0",
23+
"cypress": "^9.0.0",
2424
"start-server-and-test": "^1.14.0",
2525
"vite": "^2.6.14"
2626
}

playground/jsx-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@cypress/vue": "^3.0.5",
2020
"@vitejs/plugin-vue": "^1.9.4",
2121
"@vitejs/plugin-vue-jsx": "^1.2.0",
22-
"cypress": "^8.7.0",
22+
"cypress": "^9.0.0",
2323
"start-server-and-test": "^1.14.0",
2424
"vite": "^2.6.14"
2525
}

playground/router-vuex-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@cypress/vite-dev-server": "^2.2.0",
2121
"@cypress/vue": "^3.0.5",
2222
"@vitejs/plugin-vue": "^1.9.4",
23-
"cypress": "^8.7.0",
23+
"cypress": "^9.0.0",
2424
"start-server-and-test": "^1.14.0",
2525
"vite": "^2.6.14"
2626
}

playground/router-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@cypress/vite-dev-server": "^2.2.0",
2020
"@cypress/vue": "^3.0.5",
2121
"@vitejs/plugin-vue": "^1.9.4",
22-
"cypress": "^8.7.0",
22+
"cypress": "^9.0.0",
2323
"start-server-and-test": "^1.14.0",
2424
"vite": "^2.6.14"
2525
}

playground/typescript-jsx-router-vuex-with-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"@cypress/vue": "^3.0.5",
2323
"@vitejs/plugin-vue": "^1.9.4",
2424
"@vitejs/plugin-vue-jsx": "^1.2.0",
25-
"cypress": "^8.7.0",
25+
"cypress": "^9.0.0",
2626
"start-server-and-test": "^1.14.0",
27-
"typescript": "~4.3.5",
27+
"typescript": "~4.4.4",
2828
"vite": "^2.6.14",
29-
"vue-tsc": "^0.3.0"
29+
"vue-tsc": "^0.29.5"
3030
}
3131
}

playground/typescript-jsx-router-vuex/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"devDependencies": {
1717
"@vitejs/plugin-vue": "^1.9.4",
1818
"@vitejs/plugin-vue-jsx": "^1.2.0",
19-
"typescript": "~4.3.5",
19+
"typescript": "~4.4.4",
2020
"vite": "^2.6.14",
21-
"vue-tsc": "^0.3.0"
21+
"vue-tsc": "^0.29.5"
2222
}
2323
}

playground/typescript-jsx-router-with-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"@cypress/vue": "^3.0.5",
2222
"@vitejs/plugin-vue": "^1.9.4",
2323
"@vitejs/plugin-vue-jsx": "^1.2.0",
24-
"cypress": "^8.7.0",
24+
"cypress": "^9.0.0",
2525
"start-server-and-test": "^1.14.0",
26-
"typescript": "~4.3.5",
26+
"typescript": "~4.4.4",
2727
"vite": "^2.6.14",
28-
"vue-tsc": "^0.3.0"
28+
"vue-tsc": "^0.29.5"
2929
}
3030
}

0 commit comments

Comments
 (0)