Skip to content

Commit

Permalink
Update @vintl/nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
brawaru committed May 9, 2023
1 parent b7e8b0b commit 53879e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export default defineNuxtConfig({

const cnDataImport = resolveCompactNumberDataImport(tag)
if (cnDataImport != null) {
;(locale.additionalImports ??= [] as any).push({
;(locale.additionalImports ??= []).push({
from: cnDataImport,
resolve: false,
})
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@typescript-eslint/parser": "^5.50.0",
"@vintl/compact-number": "^2.0.3",
"@vintl/how-ago": "^2.0.0",
"@vintl/nuxt": "^1.1.2",
"@vintl/nuxt": "^1.1.3",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@
dependencies:
intl-messageformat "^10.3.4"

"@vintl/nuxt@^1.1.2":
"@vintl/nuxt@^1.1.3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@vintl/nuxt/-/nuxt-1.1.3.tgz#bf27135c5743d0a76ef4a7ff2c3da3354de3d617"
integrity sha512-VrVyRZKhCRiP0WnfZOYaA1/IOib+hVe8vr/KVOfHTw5awrr2XEMCMgFAo16R5Xge2kkSlTqA6Cq6MyfqqPZOUg==
Expand Down Expand Up @@ -5625,9 +5625,9 @@ slash@^4.0.0:
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==

slash@^5.0.0:
version "5.0.1"
resolved "https://registry.yarnpkg.com/slash/-/slash-5.0.1.tgz#c354c3a49c0d3b4da1cb0bbeb15a85c2a6defa71"
integrity sha512-ywNzUOiXwetmLvTUiCBZpLi+vxqN3i+zDqjs2HHfUSV3wN4UJxVVKWrS1JZDeiJIeBFNgB5pmioC2g0IUTL+rQ==
version "5.1.0"
resolved "https://registry.yarnpkg.com/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce"
integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==

smob@^0.0.6:
version "0.0.6"
Expand Down

0 comments on commit 53879e9

Please sign in to comment.