Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 65e0e23

Browse files
committed
chore(deps): update dependency @nuxt/typescript-build to v2.1.0
1 parent b768a09 commit 65e0e23

2 files changed

Lines changed: 38 additions & 20 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@babel/core": "7.12.9",
3535
"@babel/preset-env": "7.12.7",
3636
"@nuxt/types": "2.14.3",
37-
"@nuxt/typescript-build": "2.0.3",
37+
"@nuxt/typescript-build": "2.1.0",
3838
"@nuxtjs/eslint-config-typescript": "5.0.0",
3939
"@nuxtjs/google-analytics": "^2.4.0",
4040
"@nuxtjs/tailwindcss": "3.0.2",

yarn.lock

Lines changed: 37 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2546,15 +2546,15 @@
25462546
"@types/webpack-dev-middleware" "^3.7.1"
25472547
"@types/webpack-hot-middleware" "^2.25.3"
25482548

2549-
"@nuxt/typescript-build@2.0.3":
2550-
version "2.0.3"
2551-
resolved "https://registry.yarnpkg.com/@nuxt/typescript-build/-/typescript-build-2.0.3.tgz#338094f1bbadc21a59942c0aa0e272dff5a3f6a8"
2552-
integrity sha512-iqxUV6sv86sat9VIlJyjL38oP+OkLg+gOr7uvYYRcYYGL6h/1OSWWIawyVsc4/RX9UGOy3JNj+BcvEo/7SkAUA==
2549+
"@nuxt/typescript-build@2.1.0":
2550+
version "2.1.0"
2551+
resolved "https://registry.yarnpkg.com/@nuxt/typescript-build/-/typescript-build-2.1.0.tgz#191fe60e942ce84a01468ba6e255744e01c7c538"
2552+
integrity sha512-7TLMpfzgOckf3cBkzoPFns6Xl8FzY6MoFfm/5HUE47QeTWAdOG9ZFxMrVhHWieZHYUuV+k6byRtaRv4S/3R8zA==
25532553
dependencies:
2554-
consola "^2.15.0"
2555-
fork-ts-checker-webpack-plugin "^5.1.0"
2556-
ts-loader "^8.0.3"
2557-
typescript "~4.0"
2554+
consola "^2.15.3"
2555+
fork-ts-checker-webpack-plugin "^6.1.1"
2556+
ts-loader "^8.0.17"
2557+
typescript "~4.2"
25582558

25592559
"@nuxt/typescript-runtime@2.0.0":
25602560
version "2.0.0"
@@ -5112,6 +5112,11 @@ consola@^2.10.0, consola@^2.10.1, consola@^2.11.3, consola@^2.14.0, consola@^2.1
51125112
resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.0.tgz#40fc4eefa4d2f8ef2e2806147f056ea207fcc0e9"
51135113
integrity sha512-vlcSGgdYS26mPf7qNi+dCisbhiyDnrN1zaRbw3CSuc2wGOMEGGPsp46PdRG5gqXwgtJfjxDkxRNAgRPr1B77vQ==
51145114

5115+
consola@^2.15.3:
5116+
version "2.15.3"
5117+
resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.3.tgz#2e11f98d6a4be71ff72e0bdf07bd23e12cb61550"
5118+
integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==
5119+
51155120
console-browserify@^1.1.0:
51165121
version "1.2.0"
51175122
resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336"
@@ -7152,14 +7157,15 @@ forever-agent@~0.6.1:
71527157
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
71537158
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
71547159

7155-
fork-ts-checker-webpack-plugin@^5.1.0:
7156-
version "5.2.0"
7157-
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-5.2.0.tgz#780a14fb0da02a892baedd7aa0d089a1eda7b3e5"
7158-
integrity sha512-NEKcI0+osT5bBFZ1SFGzJMQETjQWZrSvMO1g0nAR/w0t328Z41eN8BJEIZyFCl2HsuiJpa9AN474Nh2qLVwGLQ==
7160+
fork-ts-checker-webpack-plugin@^6.1.1:
7161+
version "6.2.1"
7162+
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.2.1.tgz#e3a7e64c90e5490a75d43d86d47f02e538c0a13e"
7163+
integrity sha512-Pyhn2kav/Y2g6I7aInABgcph/B78jjdXc4kGHzaAUBL4UVthknxM6aMH47JwpnuTJmdOuf6p5vMbIahsBHuWGg==
71597164
dependencies:
71607165
"@babel/code-frame" "^7.8.3"
71617166
"@types/json-schema" "^7.0.5"
71627167
chalk "^4.1.0"
7168+
chokidar "^3.4.2"
71637169
cosmiconfig "^6.0.0"
71647170
deepmerge "^4.2.2"
71657171
fs-extra "^9.0.0"
@@ -12815,6 +12821,13 @@ semver@^7.0.0, semver@^7.2.1, semver@^7.3.2:
1281512821
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
1281612822
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
1281712823

12824+
semver@^7.3.4:
12825+
version "7.3.5"
12826+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
12827+
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
12828+
dependencies:
12829+
lru-cache "^6.0.0"
12830+
1281812831
send@0.17.1:
1281912832
version "0.17.1"
1282012833
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
@@ -13955,16 +13968,16 @@ ts-debounce@^2.1.0:
1395513968
resolved "https://registry.yarnpkg.com/ts-debounce/-/ts-debounce-2.1.0.tgz#9a164c794692217d371449fc6572524751d70f19"
1395613969
integrity sha512-jlrN8iK/Iif5pQd+pIsH8uEexj3vvUT+BwqNrJt5xgZB+ucwVfQVAUMC8Dnx0vlk7AktHxoD9ZDYYVYUtxd5wA==
1395713970

13958-
ts-loader@^8.0.3:
13959-
version "8.0.4"
13960-
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-8.0.4.tgz#02b9c91fbcfdb3114d8b1e98a3829265270eee7a"
13961-
integrity sha512-5u8KF1SW8eCUb/Ff7At81e3wznPmT/27fvaGRO9CziVy+6NlPVRvrzSox4OwU0/e6OflOUB32Err4VquysCSAQ==
13971+
ts-loader@^8.0.17:
13972+
version "8.1.0"
13973+
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-8.1.0.tgz#d6292487df279c7cc79b6d3b70bb9d31682b693e"
13974+
integrity sha512-YiQipGGAFj2zBfqLhp28yUvPP9jUGqHxRzrGYuc82Z2wM27YIHbElXiaZDc93c3x0mz4zvBmS6q/DgExpdj37A==
1396213975
dependencies:
13963-
chalk "^2.3.0"
13976+
chalk "^4.1.0"
1396413977
enhanced-resolve "^4.0.0"
13965-
loader-utils "^1.0.2"
13978+
loader-utils "^2.0.0"
1396613979
micromatch "^4.0.0"
13967-
semver "^6.0.0"
13980+
semver "^7.3.4"
1396813981

1396913982
ts-node@^9.0.0:
1397013983
version "9.0.0"
@@ -14096,6 +14109,11 @@ typescript@~4.0:
1409614109
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5"
1409714110
integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==
1409814111

14112+
typescript@~4.2:
14113+
version "4.2.4"
14114+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
14115+
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
14116+
1409914117
ua-parser-js@^0.7.22:
1410014118
version "0.7.22"
1410114119
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.22.tgz#960df60a5f911ea8f1c818f3747b99c6e177eae3"

0 commit comments

Comments
 (0)