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
}

playground/typescript-jsx-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"devDependencies": {
1616
"@vitejs/plugin-vue": "^1.9.4",
1717
"@vitejs/plugin-vue-jsx": "^1.2.0",
18-
"typescript": "~4.3.5",
18+
"typescript": "~4.4.4",
1919
"vite": "^2.6.14",
20-
"vue-tsc": "^0.3.0"
20+
"vue-tsc": "^0.29.5"
2121
}
2222
}

playground/typescript-jsx-vuex-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
}

playground/typescript-jsx-vuex/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"devDependencies": {
1616
"@vitejs/plugin-vue": "^1.9.4",
1717
"@vitejs/plugin-vue-jsx": "^1.2.0",
18-
"typescript": "~4.3.5",
18+
"typescript": "~4.4.4",
1919
"vite": "^2.6.14",
20-
"vue-tsc": "^0.3.0"
20+
"vue-tsc": "^0.29.5"
2121
}
2222
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
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",
25-
"typescript": "~4.3.5",
25+
"typescript": "~4.4.4",
2626
"vite": "^2.6.14",
27-
"vue-tsc": "^0.3.0"
27+
"vue-tsc": "^0.29.5"
2828
}
2929
}

playground/typescript-jsx/package.json

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"@cypress/vite-dev-server": "^2.2.0",
2222
"@cypress/vue": "^3.0.5",
2323
"@vitejs/plugin-vue": "^1.9.4",
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
}

playground/typescript-router-vuex/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"devDependencies": {
1717
"@vitejs/plugin-vue": "^1.9.4",
18-
"typescript": "~4.3.5",
18+
"typescript": "~4.4.4",
1919
"vite": "^2.6.14",
20-
"vue-tsc": "^0.3.0"
20+
"vue-tsc": "^0.29.5"
2121
}
2222
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
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",
25-
"typescript": "~4.3.5",
25+
"typescript": "~4.4.4",
2626
"vite": "^2.6.14",
27-
"vue-tsc": "^0.3.0"
27+
"vue-tsc": "^0.29.5"
2828
}
2929
}

playground/typescript-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-vue": "^1.9.4",
17-
"typescript": "~4.3.5",
17+
"typescript": "~4.4.4",
1818
"vite": "^2.6.14",
19-
"vue-tsc": "^0.3.0"
19+
"vue-tsc": "^0.29.5"
2020
}
2121
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
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",
25-
"typescript": "~4.3.5",
25+
"typescript": "~4.4.4",
2626
"vite": "^2.6.14",
27-
"vue-tsc": "^0.3.0"
27+
"vue-tsc": "^0.29.5"
2828
}
2929
}

playground/typescript-vuex/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-vue": "^1.9.4",
17-
"typescript": "~4.3.5",
17+
"typescript": "~4.4.4",
1818
"vite": "^2.6.14",
19-
"vue-tsc": "^0.3.0"
19+
"vue-tsc": "^0.29.5"
2020
}
2121
}

playground/typescript-with-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
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",
24-
"typescript": "~4.3.5",
24+
"typescript": "~4.4.4",
2525
"vite": "^2.6.14",
26-
"vue-tsc": "^0.3.0"
26+
"vue-tsc": "^0.29.5"
2727
}
2828
}

playground/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"devDependencies": {
1515
"@vitejs/plugin-vue": "^1.9.4",
16-
"typescript": "~4.3.5",
16+
"typescript": "~4.4.4",
1717
"vite": "^2.6.14",
18-
"vue-tsc": "^0.3.0"
18+
"vue-tsc": "^0.29.5"
1919
}
2020
}

playground/vuex-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/with-tests/package.json

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

0 commit comments

Comments
 (0)