Skip to content

Commit

Permalink
Merge pull request #9 from redpeacock78/hothouse-20210711031659-c2d52…
Browse files Browse the repository at this point in the history
…6bb62
  • Loading branch information
redpeacock78 committed Aug 11, 2021
2 parents 7c8b21b + 13ca4af commit 9d371cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "cie.js",
"version": "1.0.28",
"version": "1.0.29",
"main": "dist/main.js",
"types": "dist/main.d.ts",
"description": "Node wrapper around CIE.sh.",
Expand All @@ -25,7 +25,7 @@
"cie-js": "./bin/cli.js"
},
"devDependencies": {
"@types/jest": "^26.0.21",
"@types/jest": "^27.0.0",
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -744,10 +744,10 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jest@^26.0.21":
version "26.0.21"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.21.tgz#3a73c2731e7e4f0fbaea56ce7ff8c79cf812bd24"
integrity sha512-ab9TyM/69yg7eew9eOwKMUmvIZAKEGZYlq/dhe5/0IMUd/QLJv5ldRMdddSn+u22N13FP3s5jYyktxuBwY0kDA==
"@types/jest@^27.0.0":
version "27.0.0"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.0.tgz#f1c28f741371739c7cd0e8edb5ed8e67acfa6c35"
integrity sha512-IlpQZVpxufe+3qPaAqEoSPHVSxnJh1cf0BqqWHJeKiAUbwnHdmNzjP3ZCWSZSTbmAGXQPNk9QmM3Bif0pR54rg==
dependencies:
jest-diff "^26.0.0"
pretty-format "^26.0.0"
Expand Down

0 comments on commit 9d371cd

Please sign in to comment.