Skip to content

Commit

Permalink
chore: update tsbb dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 31, 2021
1 parent 07bb186 commit 2caa582
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"dependencies": {
"husky": "4.3.8",
"lerna": "4.0.0",
"prettier": "2.2.1",
"prettier": "2.3.0",
"pretty-quick": "3.1.0",
"typescript": "4.2.3"
"typescript": "4.3.2"
},
"workspaces": [
"packages/tsbb",
Expand Down
30 changes: 15 additions & 15 deletions packages/tsbb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,29 +41,29 @@
]
},
"dependencies": {
"@babel/core": "7.13.10",
"@jest/types": "26.6.2",
"@babel/core": "7.14.3",
"@jest/types": "27.0.2",
"@tsbb/babel-preset-tsbb": "1.14.2",
"@types/graceful-fs": "4.1.5",
"@types/node": "14.14.35",
"babel-jest": "26.6.3",
"babel-plugin-transform-typescript-metadata": "0.3.1",
"@types/node": "15.6.1",
"babel-jest": "17.0.2",
"babel-plugin-transform-typescript-metadata": "0.3.2",
"camelcase": "6.2.0",
"chalk": "4.1.0",
"chalk": "4.1.1",
"chokidar": "3.5.1",
"execa": "5.0.0",
"fs-extra": "9.1.0",
"execa": "5.0.1",
"fs-extra": "10.0.0",
"identity-obj-proxy": "3.0.0",
"jest": "26.6.3",
"jest": "27.0.3",
"ora": "5.4.0",
"semver": "7.3.5",
"typescript": "4.2.3",
"yargs": "16.2.0"
"typescript": "4.3.2",
"yargs": "17.0.1"
},
"devDependencies": {
"@types/babel__core": "7.1.13",
"@types/execa": "0.9.0",
"@types/fs-extra": "9.0.8",
"@types/yargs": "16.0.0"
"@types/babel__core": "7.1.14",
"@types/execa": "2.0.0",
"@types/fs-extra": "9.0.11",
"@types/yargs": "17.0.0"
}
}

0 comments on commit 2caa582

Please sign in to comment.