Skip to content

Commit 4a3cdf2

Browse files
committed
chore: upgrade typescript v6.0.2 and others updated
1 parent 8557714 commit 4a3cdf2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint",
1111
"lint:fix": "eslint --fix",
1212
"load-data": "docker exec -it fastify-postgres psql -c 'CREATE TABLE users(id serial PRIMARY KEY, username VARCHAR (50) NOT NULL);' -U postgres -d postgres",
13-
"postgres": "docker run -p 5432:5432 --name fastify-postgres -e POSTGRES_PASSWORD=postgres -d postgres:11-alpine",
13+
"postgres": "docker run -p 5432:5432 --name fastify-postgres -e POSTGRES_PASSWORD=postgres -d postgres:18-alpine",
1414
"test": "npm run test:unit && npm run test:typescript",
1515
"test:unit": "c8 --100 node --test",
1616
"test:report": "standard && c8 --reporter html node --test",
@@ -75,7 +75,7 @@
7575
"pg": "^8.11.3",
7676
"pg-native": "^3.0.1",
7777
"tsd": "^0.33.0",
78-
"typescript": "~5.9.2"
78+
"typescript": "~6.0.2"
7979
},
8080
"peerDependencies": {
8181
"pg": ">=6.0.0"

0 commit comments

Comments
 (0)