File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
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"
You can’t perform that action at this time.
0 commit comments