Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrading jest and ts-jest plus types to latest #75

Merged
merged 1 commit into from
Sep 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -35,7 +35,7 @@
"build": "rm -rf ./dist && npm i && npm run test && npm run compile"
},
"dependencies": {
"@markdoc/markdoc": "^0.1.6",
"@markdoc/markdoc": "^0.1.7",
"ejs": "^3.1.8",
"fs-extra": "^10.1.0",
"handlebars": "^4.7.7",
Expand All @@ -49,16 +49,16 @@
},
"devDependencies": {
"@types/ejs": "^3.1.1",
"@types/express": "^4.17.13",
"@types/express": "^4.17.14",
"@types/fs-extra": "^9.0.13",
"@types/handlebars-helpers": "^0.5.3",
"@types/jest": "^28.1.7",
"@types/jest": "^29.0.3",
"@types/mustache": "^4.2.1",
"@types/nunjucks": "^3.2.1",
"@types/pug": "^2.0.6",
"@types/underscore": "^1.11.4",
"jest": "^28.1.3",
"ts-jest": "^28.0.8",
"jest": "^29.0.3",
"ts-jest": "^29.0.1",
"typescript": "^4.8.3"
},
"files": [
Expand Down