Skip to content

Commit

Permalink
chore(typescript): Fix wrong rootDir in tsconfig (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingze authored Apr 8, 2020
1 parent a0c0827 commit 5c3f64b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.7.7",
"@box/frontend": "^6.0.0",
"@box/frontend": "^6.4.0",
"@box/languages": "^1.0.0",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -868,10 +868,10 @@
lodash "^4.17.13"
to-fast-properties "^2.0.0"

"@box/frontend@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@box/frontend/-/frontend-6.0.0.tgz#5ffca35f1bf49e073cf4dc9a52b76bd5afae948a"
integrity sha512-OKt4fCoW6OMlCw/oN9Qon3wAkqflaya+FvdI9ufX1rRBbNbeLT0pJqUYueJRMg8A/2qTFHZ/8RcTO/+XEKGpVA==
"@box/frontend@^6.4.0":
version "6.4.0"
resolved "https://registry.yarnpkg.com/@box/frontend/-/frontend-6.4.0.tgz#4e809279895fced587c4dad0c17fb9a45ad3f50a"
integrity sha512-P/0HjF3Ly9aC4V9AQP3HLOa984z5fnF8MmveBEHXRfJiqAwbuVRmhNvmsx2Exn91RFq6hxwoM/aC6wkpbNuKyA==
dependencies:
properties-parser "^0.3.1"
rimraf "^3.0.0"
Expand Down

0 comments on commit 5c3f64b

Please sign in to comment.