Skip to content

Commit f150059

Browse files
committed
chore: tweak deps for intlify modules
1 parent 57e1a7b commit f150059

File tree

5 files changed

+20
-31
lines changed

5 files changed

+20
-31
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"devDependencies": {
26-
"@intlify/core-base": "10.0.0-alpha.5",
26+
"@intlify/core-base": "next",
2727
"@kazupon/lerna-changelog": "^4.3.0",
2828
"@octokit/rest": "^18.6.0",
2929
"@rollup/plugin-alias": "^3.1.5",
@@ -83,7 +83,7 @@
8383
"vite": "^4.4.9",
8484
"vitest": "^0.29.8",
8585
"vue": "^2.6.14",
86-
"vue-i18n": "10.0.0-alpha.5",
86+
"vue-i18n": "next",
8787
"vue-loader": "^16.3.0",
8888
"vue-loader15": "npm:[email protected]",
8989
"vue-loader17": "npm:[email protected]",

packages/bundle-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
}
1919
},
2020
"dependencies": {
21-
"@intlify/message-compiler": "^9.4.0",
22-
"@intlify/shared": "^9.4.0",
21+
"@intlify/message-compiler": "next",
22+
"@intlify/shared": "next",
2323
"acorn": "^8.8.2",
2424
"escodegen": "^2.1.0",
2525
"estree-walker": "^2.0.2",

packages/unplugin-vue-i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@intlify/bundle-utils": "^8.0.0",
30-
"@intlify/shared": "^10.0.0-alpha.5",
30+
"@intlify/shared": "next",
3131
"@rollup/pluginutils": "^5.1.0",
3232
"@vue/compiler-sfc": "^3.2.47",
3333
"debug": "^4.3.3",

vitest.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
import { defineConfig } from 'vitest/config'
22

33
export default defineConfig({
4+
resolve: {
5+
alias: {
6+
'@intlify/message-compiler':
7+
'@intlify/message-compiler/dist/message-compiler.node.mjs'
8+
}
9+
},
410
test: {
511
globals: true
612
}

yarn.lock

Lines changed: 9 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ __metadata:
12111211
version: 0.0.0-use.local
12121212
resolution: "@intlify/bundle-tools@workspace:."
12131213
dependencies:
1214-
"@intlify/core-base": 10.0.0-alpha.5
1214+
"@intlify/core-base": next
12151215
"@kazupon/lerna-changelog": ^4.3.0
12161216
"@octokit/rest": ^18.6.0
12171217
"@rollup/plugin-alias": ^3.1.5
@@ -1271,7 +1271,7 @@ __metadata:
12711271
vite: ^4.4.9
12721272
vitest: ^0.29.8
12731273
vue: ^2.6.14
1274-
vue-i18n: 10.0.0-alpha.5
1274+
vue-i18n: next
12751275
vue-loader: ^16.3.0
12761276
vue-loader15: "npm:[email protected]"
12771277
vue-loader17: "npm:[email protected]"
@@ -1289,8 +1289,8 @@ __metadata:
12891289
version: 0.0.0-use.local
12901290
resolution: "@intlify/bundle-utils@workspace:packages/bundle-utils"
12911291
dependencies:
1292-
"@intlify/message-compiler": ^9.4.0
1293-
"@intlify/shared": ^9.4.0
1292+
"@intlify/message-compiler": next
1293+
"@intlify/shared": next
12941294
"@types/escodegen": ^0.0.10
12951295
"@types/estree": ^1.0.0
12961296
acorn: ^8.8.2
@@ -1309,7 +1309,7 @@ __metadata:
13091309
languageName: unknown
13101310
linkType: soft
13111311

1312-
"@intlify/core-base@npm:10.0.0-alpha.5":
1312+
"@intlify/core-base@npm:10.0.0-alpha.5, @intlify/core-base@npm:next":
13131313
version: 10.0.0-alpha.5
13141314
resolution: "@intlify/core-base@npm:10.0.0-alpha.5"
13151315
dependencies:
@@ -1319,7 +1319,7 @@ __metadata:
13191319
languageName: node
13201320
linkType: hard
13211321

1322-
"@intlify/message-compiler@npm:10.0.0-alpha.5":
1322+
"@intlify/message-compiler@npm:10.0.0-alpha.5, @intlify/message-compiler@npm:next":
13231323
version: 10.0.0-alpha.5
13241324
resolution: "@intlify/message-compiler@npm:10.0.0-alpha.5"
13251325
dependencies:
@@ -1329,36 +1329,19 @@ __metadata:
13291329
languageName: node
13301330
linkType: hard
13311331

1332-
"@intlify/message-compiler@npm:^9.4.0":
1333-
version: 9.4.0
1334-
resolution: "@intlify/message-compiler@npm:9.4.0"
1335-
dependencies:
1336-
"@intlify/shared": 9.4.0
1337-
source-map-js: ^1.0.2
1338-
checksum: 4393bd722c9b9440819770e6b28b913751242e7c7498c4191715e744413a068101496371202e52fb80cecfe1d3490d2244077df8f53b83e15dd9e720b095eb58
1339-
languageName: node
1340-
linkType: hard
1341-
1342-
"@intlify/shared@npm:10.0.0-alpha.5, @intlify/shared@npm:^10.0.0-alpha.5":
1332+
"@intlify/shared@npm:10.0.0-alpha.5, @intlify/shared@npm:next":
13431333
version: 10.0.0-alpha.5
13441334
resolution: "@intlify/shared@npm:10.0.0-alpha.5"
13451335
checksum: e70aa77783957b8bd09251eada879afbc71019bb98f94e7c2e4471534019d9ac0a0c6c0a14ae75ba09d38a230d3c9ef67389eb490e158aaa309037e3e863775e
13461336
languageName: node
13471337
linkType: hard
13481338

1349-
"@intlify/shared@npm:9.4.0, @intlify/shared@npm:^9.4.0":
1350-
version: 9.4.0
1351-
resolution: "@intlify/shared@npm:9.4.0"
1352-
checksum: 617c0f02bbad0b5c65ed134a587d0931308bcd71ba05d598fd5513b56d0a2cc6c82724d754f1648f8869136125e30d5c227e9fcc3aa7310366666c3cab7cef2c
1353-
languageName: node
1354-
linkType: hard
1355-
13561339
"@intlify/unplugin-vue-i18n@workspace:packages/unplugin-vue-i18n":
13571340
version: 0.0.0-use.local
13581341
resolution: "@intlify/unplugin-vue-i18n@workspace:packages/unplugin-vue-i18n"
13591342
dependencies:
13601343
"@intlify/bundle-utils": ^8.0.0
1361-
"@intlify/shared": ^10.0.0-alpha.5
1344+
"@intlify/shared": next
13621345
"@rollup/pluginutils": ^5.1.0
13631346
"@vue/compiler-sfc": ^3.2.47
13641347
debug: ^4.3.3
@@ -13208,7 +13191,7 @@ __metadata:
1320813191
languageName: node
1320913192
linkType: hard
1321013193

13211-
"vue-i18n@npm:10.0.0-alpha.5":
13194+
"vue-i18n@npm:next":
1321213195
version: 10.0.0-alpha.5
1321313196
resolution: "vue-i18n@npm:10.0.0-alpha.5"
1321413197
dependencies:

0 commit comments

Comments
 (0)