Merge pull request #70 from runk/renovate/major-jest-monorepo

chore(deps): update jest monorepo to v29 (major)
This commit is contained in:
Dmitry Shirokov 2022-12-17 18:52:33 +11:00 committed by GitHub
commit 4ad395614c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 7 deletions

View File

@ -1,3 +0,0 @@
lib
jest.config.js
testing.js

View File

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3

View File

@ -33,12 +33,12 @@
"test": "test"
},
"devDependencies": {
"@types/jest": "^26.0.14",
"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"jest": "^26.4.2",
"jest": "^29.0.0",
"prettier": "^2.7.1",
"semantic-release": "^19.0.5",
"ts-jest": "^26.4.0",
"ts-jest": "^29.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},