Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @nuxt/typescript-build@2.0.5
  • Loading branch information
kevinmarrec committed Feb 21, 2021
1 parent b300e6a commit 1a2c82b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
11 changes: 11 additions & 0 deletions packages/typescript-build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.5](https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@2.0.4...@nuxt/typescript-build@2.0.5) (2021-02-21)


### Bug Fixes

* **typescript-build:** wrong path for dependency ([#464](https://github.com/nuxt/typescript/issues/464)) ([b300e6a](https://github.com/nuxt/typescript/commit/b300e6a18759cf57264abc57018e37f51e01031c)), closes [#145](https://github.com/nuxt/typescript/issues/145)





## [2.0.4](https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@2.0.3...@nuxt/typescript-build@2.0.4) (2021-01-16)

**Note:** Version bump only for package @nuxt/typescript-build
Expand Down
6 changes: 3 additions & 3 deletions packages/typescript-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/typescript-build",
"version": "2.0.4",
"version": "2.0.5",
"description": "Nuxt.js TypeScript support",
"repository": "nuxt/typescript",
"license": "MIT",
Expand All @@ -15,9 +15,9 @@
"compile": "tsc"
},
"dependencies": {
"consola": "^2.15.0",
"consola": "^2.15.3",
"fork-ts-checker-webpack-plugin": "^6.1.0",
"ts-loader": "^8.0.14",
"ts-loader": "^8.0.17",
"typescript": "~4.1"
},
"peerDependencies": {
Expand Down
13 changes: 9 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4522,6 +4522,11 @@ consola@^2.10.0, consola@^2.15.0, consola@^2.6.0, consola@^2.9.0:
resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.0.tgz#40fc4eefa4d2f8ef2e2806147f056ea207fcc0e9"
integrity sha512-vlcSGgdYS26mPf7qNi+dCisbhiyDnrN1zaRbw3CSuc2wGOMEGGPsp46PdRG5gqXwgtJfjxDkxRNAgRPr1B77vQ==

consola@^2.15.3:
version "2.15.3"
resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.3.tgz#2e11f98d6a4be71ff72e0bdf07bd23e12cb61550"
integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==

console-browserify@^1.1.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336"
Expand Down Expand Up @@ -12528,10 +12533,10 @@ ts-jest@latest:
semver "7.x"
yargs-parser "20.x"

ts-loader@^8.0.14:
version "8.0.14"
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-8.0.14.tgz#e46ac1f8dcb88808d0b1335d2eae65b74bd78fe8"
integrity sha512-Jt/hHlUnApOZjnSjTmZ+AbD5BGlQFx3f1D0nYuNKwz0JJnuDGHJas6az+FlWKwwRTu+26GXpv249A8UAnYUpqA==
ts-loader@^8.0.17:
version "8.0.17"
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-8.0.17.tgz#98f2ccff9130074f4079fd89b946b4c637b1f2fc"
integrity sha512-OeVfSshx6ot/TCxRwpBHQ/4lRzfgyTkvi7ghDVrLXOHzTbSK413ROgu/xNqM72i3AFeAIJgQy78FwSMKmOW68w==
dependencies:
chalk "^4.1.0"
enhanced-resolve "^4.0.0"
Expand Down

0 comments on commit 1a2c82b

Please sign in to comment.