Skip to content

Commit

Permalink
chore: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun committed Mar 16, 2024
1 parent 01d846b commit 449c44f
Show file tree
Hide file tree
Showing 4 changed files with 236 additions and 341 deletions.
12 changes: 6 additions & 6 deletions ava.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const {
TEST_ONLY_NON_INTEGRATION,
TEST_ONLY_PG_INTEGRATION,
TEST_ONLY_POSTGRES_INTEGRATION,
// eslint-disable-next-line node/no-process-env
// eslint-disable-next-line node/no-process-env
} = process.env;

export default () => {
Expand Down Expand Up @@ -32,11 +32,11 @@ export default () => {
return {
files,
typescript: {
"rewritePaths": {
"src/": "dist/src/",
"test/": "dist/test/",
},
"compile": 'tsc'
rewritePaths: {
'src/': 'dist/src/',
'test/': 'dist/test/',
},
compile: 'tsc',
},
timeout: '30s',
};
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
"@silverhand/ts-config": "^5.0.0",
"@types/sinon": "^17.0.3",
"@types/through2": "^2.0.36",
"ava": "^6.1.2",
"ava": "^5.0.0",
"coveralls": "^3.1.1",
"delay": "^5.0.0",
"delay": "^6.0.0",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"expect-type": "^0.13.0",
"nyc": "^15.1.0",
"pg-native": "^3.0.0",
"postgres": "^3.2.4",
"pg-native": "^3.0.1",
"postgres": "^3.4.3",
"postgres-bridge": "^1.14.0",
"semantic-release": "^19.0.3",
"sinon": "^17.0.1",
Expand Down
Loading

0 comments on commit 449c44f

Please sign in to comment.