We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13189ed commit 77d88a8Copy full SHA for 77d88a8
playground/docker/docker-compose.yml
@@ -1,6 +1,6 @@
1
services:
2
zstart_postgres:
3
- image: postgres:17.5-alpine
+ image: postgres:17.6-alpine
4
shm_size: 1g
5
user: postgres
6
restart: always
playground/package.json
@@ -22,9 +22,9 @@
22
"devDependencies": {
23
"@tsconfig/node22": "22.0.2",
24
"@types/js-cookie": "3.0.6",
25
- "@types/node": "22.17.1",
+ "@types/node": "22.17.2",
26
"@vitejs/plugin-vue": "6.0.1",
27
- "@vue/tsconfig": "0.7.0",
+ "@vue/tsconfig": "0.8.1",
28
"typescript": "5.9.2",
29
"vite": "7.1.1",
30
"vue-tsc": "3.0.5"
0 commit comments