Skip to content

Commit 1a2c82b

Browse files
committed
chore(release): publish
- @nuxt/[email protected]
1 parent b300e6a commit 1a2c82b

File tree

3 files changed

+23
-7
lines changed

3 files changed

+23
-7
lines changed

packages/typescript-build/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.5](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2021-02-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **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)
12+
13+
14+
15+
16+
617
## [2.0.4](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2021-01-16)
718

819
**Note:** Version bump only for package @nuxt/typescript-build

packages/typescript-build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/typescript-build",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Nuxt.js TypeScript support",
55
"repository": "nuxt/typescript",
66
"license": "MIT",
@@ -15,9 +15,9 @@
1515
"compile": "tsc"
1616
},
1717
"dependencies": {
18-
"consola": "^2.15.0",
18+
"consola": "^2.15.3",
1919
"fork-ts-checker-webpack-plugin": "^6.1.0",
20-
"ts-loader": "^8.0.14",
20+
"ts-loader": "^8.0.17",
2121
"typescript": "~4.1"
2222
},
2323
"peerDependencies": {

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4522,6 +4522,11 @@ consola@^2.10.0, consola@^2.15.0, consola@^2.6.0, consola@^2.9.0:
45224522
resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.0.tgz#40fc4eefa4d2f8ef2e2806147f056ea207fcc0e9"
45234523
integrity sha512-vlcSGgdYS26mPf7qNi+dCisbhiyDnrN1zaRbw3CSuc2wGOMEGGPsp46PdRG5gqXwgtJfjxDkxRNAgRPr1B77vQ==
45244524

4525+
consola@^2.15.3:
4526+
version "2.15.3"
4527+
resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.3.tgz#2e11f98d6a4be71ff72e0bdf07bd23e12cb61550"
4528+
integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==
4529+
45254530
console-browserify@^1.1.0:
45264531
version "1.2.0"
45274532
resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336"
@@ -12528,10 +12533,10 @@ ts-jest@latest:
1252812533
semver "7.x"
1252912534
yargs-parser "20.x"
1253012535

12531-
ts-loader@^8.0.14:
12532-
version "8.0.14"
12533-
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-8.0.14.tgz#e46ac1f8dcb88808d0b1335d2eae65b74bd78fe8"
12534-
integrity sha512-Jt/hHlUnApOZjnSjTmZ+AbD5BGlQFx3f1D0nYuNKwz0JJnuDGHJas6az+FlWKwwRTu+26GXpv249A8UAnYUpqA==
12536+
ts-loader@^8.0.17:
12537+
version "8.0.17"
12538+
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-8.0.17.tgz#98f2ccff9130074f4079fd89b946b4c637b1f2fc"
12539+
integrity sha512-OeVfSshx6ot/TCxRwpBHQ/4lRzfgyTkvi7ghDVrLXOHzTbSK413ROgu/xNqM72i3AFeAIJgQy78FwSMKmOW68w==
1253512540
dependencies:
1253612541
chalk "^4.1.0"
1253712542
enhanced-resolve "^4.0.0"

0 commit comments

Comments
 (0)