Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
upgrade version
  • Loading branch information
kulshekhar committed Jun 30, 2018
1 parent 8136977 commit 4729733
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ts-jest",
"version": "22.4.6",
"version": "23.0.0",
"main": "index.js",
"types": "./dist/index.d.ts",
"description": "A preprocessor with sourcemap support to help use Typescript with Jest",
Expand Down Expand Up @@ -73,14 +73,14 @@
},
"peerDependencies": {
"babel-core": "^6.26.3 || ^7.0.0-0",
"jest": "^22.4.0 || ^23.0.0",
"jest": "^23.0.0 || ^24.0.0",
"typescript": "2.x"
},
"devDependencies": {
"@types/babel-core": "latest",
"@types/es6-shim": "0.31.37",
"@types/fs-extra": "5.0.3",
"@types/jest": "23.1.0",
"@types/jest": "^23.1.0",
"@types/lodash": "^4.14.109",
"@types/node": "10.5.1",
"@types/react": "16.4.6",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -65,9 +65,9 @@
dependencies:
"@types/node" "*"

"@types/jest@23.1.0":
version "23.1.0"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.1.0.tgz#8054dd838ba23dc331794d26456b86c7e50bf0f6"
"@types/jest@^23.1.0":
version "23.1.3"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.1.3.tgz#4db19b2e7627dc254bbed5781b5609c621b5ad8e"

"@types/lodash@^4.14.109":
version "4.14.109"
Expand Down

0 comments on commit 4729733

Please sign in to comment.