Skip to content

Commit

Permalink
chore: update devDependencies (#42)
Browse files Browse the repository at this point in the history
* build: replace rollup with tsup

* chore: update all dependencies
  • Loading branch information
lukashass authored Jan 30, 2022
1 parent f5c5cdb commit 35ff58e
Show file tree
Hide file tree
Showing 3 changed files with 1,313 additions and 2,154 deletions.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Config } from '@jest/types';
import { pathsToModuleNameMapper } from 'ts-jest/utils';
import { pathsToModuleNameMapper } from 'ts-jest';

import { compilerOptions } from './tsconfig.json';

Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@
"release": "semantic-release"
},
"devDependencies": {
"@geprog/eslint-config": "0.0.1",
"@geprog/eslint-config": "1.0.2",
"@geprog/semantic-release-config": "1.0.0",
"@jest/types": "26.6.2",
"@types/jest": "26.0.23",
"@types/node": "15.12.4",
"eslint": "7.29.0",
"jest": "26.6.3",
"mongodb": "4.2.2",
"prettier": "2.3.1",
"semantic-release": "18.0.0",
"ts-jest": "26.5.6",
"ts-node": "10.0.0",
"@jest/types": "27.4.2",
"@types/jest": "27.4.0",
"@types/node": "17.0.13",
"eslint": "8.8.0",
"jest": "27.4.7",
"mongodb": "4.3.1",
"prettier": "2.5.1",
"semantic-release": "19.0.2",
"ts-jest": "27.1.3",
"ts-node": "10.4.0",
"tsup": "5.11.13",
"typescript": "4.5.2"
"typescript": "4.5.5"
},
"peerDependencies": {
"mongodb": "^3.6.0 || ^4.0.0"
Expand Down
Loading

0 comments on commit 35ff58e

Please sign in to comment.