Skip to content

Commit

Permalink
chore: upgrade ava
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jun 11, 2024
1 parent b915b80 commit 7a0bc13
Show file tree
Hide file tree
Showing 12 changed files with 378 additions and 235 deletions.
2 changes: 1 addition & 1 deletion packages/driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"description": "A Node.js PostgreSQL client with strict types, detailed logging and assertions.",
"devDependencies": {
"@types/node": "^18.15.3",
"ava": "^5.3.1",
"ava": "^6.1.3",
"cspell": "^8.6.0",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"description": "A Node.js PostgreSQL client with strict types, detailed logging and assertions.",
"devDependencies": {
"@types/node": "^18.15.3",
"ava": "^5.3.1",
"ava": "^6.1.3",
"cspell": "^8.6.0",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/pg-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@types/node": "^18.15.3",
"@types/pg": "^8.11.6",
"ava": "^5.3.1",
"ava": "^6.1.3",
"cspell": "^8.6.0",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"description": "Transforms Slonik query result field names.",
"devDependencies": {
"ava": "^5.3.1",
"ava": "^6.1.3",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^45.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/slonik-interceptor-query-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"description": "Logs Slonik queries.",
"devDependencies": {
"ava": "^5.3.1",
"ava": "^6.1.3",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^45.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/slonik-interceptor-query-logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"description": "Logs Slonik queries.",
"devDependencies": {
"ava": "^5.3.1",
"ava": "^6.1.3",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^45.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/slonik-sql-tag-raw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"description": "Logs Slonik queries.",
"devDependencies": {
"ava": "^5.3.1",
"ava": "^6.1.3",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^45.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/slonik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@types/node": "^18.15.3",
"@types/sinon": "^10.0.20",
"ava": "^5.3.1",
"ava": "^6.1.3",
"cspell": "^8.6.0",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-tag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"description": "A Node.js PostgreSQL client with strict types, detailed logging and assertions.",
"devDependencies": {
"@types/node": "^18.15.3",
"ava": "^5.3.1",
"ava": "^6.1.3",
"cspell": "^8.6.0",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"description": "A Node.js PostgreSQL client with strict types, detailed logging and assertions.",
"devDependencies": {
"@types/node": "^18.15.3",
"ava": "^5.3.1",
"ava": "^6.1.3",
"cspell": "^8.6.0",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"description": "A Node.js PostgreSQL client with strict types, detailed logging and assertions.",
"devDependencies": {
"@types/node": "^18.15.3",
"ava": "^5.3.1",
"ava": "^6.1.3",
"cspell": "^8.6.0",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
Expand Down
Loading

0 comments on commit 7a0bc13

Please sign in to comment.