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 623015c commit 43ff7ddCopy full SHA for 43ff7dd
playground/docker/docker-compose.yml
@@ -1,6 +1,6 @@
1
services:
2
zstart_postgres:
3
- image: postgres:16.7-alpine
+ image: postgres:16.8-alpine
4
shm_size: 1g
5
user: postgres
6
restart: always
playground/package.json
@@ -22,11 +22,11 @@
22
"devDependencies": {
23
"@tsconfig/node22": "22.0.0",
24
"@types/js-cookie": "3.0.6",
25
- "@types/node": "22.13.4",
+ "@types/node": "22.13.5",
26
"@vitejs/plugin-vue": "5.2.1",
27
"@vue/tsconfig": "0.7.0",
28
"typescript": "5.7.3",
29
"vite": "6.1.1",
30
- "vue-tsc": "2.2.2"
+ "vue-tsc": "2.2.4"
31
}
32
0 commit comments