Skip to content

Commit ce37bab

Browse files
committed
chore: update templates and lockfile
1 parent bf17671 commit ce37bab

File tree

17 files changed

+681
-559
lines changed

17 files changed

+681
-559
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"@vue/runtime-dom": "^3.2.31",
2525
"cypress": "^9.5.0",
2626
"start-server-and-test": "^1.14.0",
27-
"typescript": "~4.5.5",
27+
"typescript": "~4.7.3",
2828
"unplugin-vue2-script-setup": "^0.9.3",
2929
"vite": "^2.8.4",
3030
"vite-plugin-vue2": "^1.9.3",
3131
"vue-template-babel-compiler": "^1.2.0",
3232
"vue-template-compiler": "^2.6.14",
33-
"vue-tsc": "^0.31.4"
33+
"vue-tsc": "^0.37.3"
3434
}
3535
}

playground/typescript-pinia-with-tests/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"skipLibCheck": true
1919
},
2020
"vueCompilerOptions": {
21-
"experimentalCompatMode": 2
21+
"target": 2
2222
},
2323
"include": ["vite.config.*", "env.d.ts", "src/**/*", "src/**/*.vue"]
2424
}

playground/typescript-pinia/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"@types/node": "^16.11.25",
1717
"@vitejs/plugin-legacy": "^1.7.1",
1818
"@vue/runtime-dom": "^3.2.31",
19-
"typescript": "~4.5.5",
19+
"typescript": "~4.7.3",
2020
"unplugin-vue2-script-setup": "^0.9.3",
2121
"vite": "^2.8.4",
2222
"vite-plugin-vue2": "^1.9.3",
2323
"vue-template-babel-compiler": "^1.2.0",
2424
"vue-template-compiler": "^2.6.14",
25-
"vue-tsc": "^0.31.4"
25+
"vue-tsc": "^0.37.3"
2626
}
2727
}

playground/typescript-pinia/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"skipLibCheck": true
1919
},
2020
"vueCompilerOptions": {
21-
"experimentalCompatMode": 2
21+
"target": 2
2222
},
2323
"include": ["vite.config.*", "env.d.ts", "src/**/*", "src/**/*.vue"]
2424
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"@vue/runtime-dom": "^3.2.31",
2626
"cypress": "^9.5.0",
2727
"start-server-and-test": "^1.14.0",
28-
"typescript": "~4.5.5",
28+
"typescript": "~4.7.3",
2929
"unplugin-vue2-script-setup": "^0.9.3",
3030
"vite": "^2.8.4",
3131
"vite-plugin-vue2": "^1.9.3",
3232
"vue-template-babel-compiler": "^1.2.0",
3333
"vue-template-compiler": "^2.6.14",
34-
"vue-tsc": "^0.31.4"
34+
"vue-tsc": "^0.37.3"
3535
}
3636
}

playground/typescript-router-pinia-with-tests/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"skipLibCheck": true
1919
},
2020
"vueCompilerOptions": {
21-
"experimentalCompatMode": 2
21+
"target": 2
2222
},
2323
"include": ["vite.config.*", "env.d.ts", "src/**/*", "src/**/*.vue"]
2424
}

playground/typescript-router-pinia/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"@types/node": "^16.11.25",
1818
"@vitejs/plugin-legacy": "^1.7.1",
1919
"@vue/runtime-dom": "^3.2.31",
20-
"typescript": "~4.5.5",
20+
"typescript": "~4.7.3",
2121
"unplugin-vue2-script-setup": "^0.9.3",
2222
"vite": "^2.8.4",
2323
"vite-plugin-vue2": "^1.9.3",
2424
"vue-template-babel-compiler": "^1.2.0",
2525
"vue-template-compiler": "^2.6.14",
26-
"vue-tsc": "^0.31.4"
26+
"vue-tsc": "^0.37.3"
2727
}
2828
}

playground/typescript-router-pinia/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"skipLibCheck": true
1919
},
2020
"vueCompilerOptions": {
21-
"experimentalCompatMode": 2
21+
"target": 2
2222
},
2323
"include": ["vite.config.*", "env.d.ts", "src/**/*", "src/**/*.vue"]
2424
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"@vue/runtime-dom": "^3.2.31",
2525
"cypress": "^9.5.0",
2626
"start-server-and-test": "^1.14.0",
27-
"typescript": "~4.5.5",
27+
"typescript": "~4.7.3",
2828
"unplugin-vue2-script-setup": "^0.9.3",
2929
"vite": "^2.8.4",
3030
"vite-plugin-vue2": "^1.9.3",
3131
"vue-template-babel-compiler": "^1.2.0",
3232
"vue-template-compiler": "^2.6.14",
33-
"vue-tsc": "^0.31.4"
33+
"vue-tsc": "^0.37.3"
3434
}
3535
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"skipLibCheck": true
1919
},
2020
"vueCompilerOptions": {
21-
"experimentalCompatMode": 2
21+
"target": 2
2222
},
2323
"include": ["vite.config.*", "env.d.ts", "src/**/*", "src/**/*.vue"]
2424
}

0 commit comments

Comments
 (0)