Skip to content

Commit 2175775

Browse files
committed
fix(bundle-tools): pinned intlify pacakges
1 parent de5e774 commit 2175775

File tree

5 files changed

+1064
-397
lines changed

5 files changed

+1064
-397
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import {
44
prettier,
55
typescript
66
} from '@kazupon/eslint-config'
7-
import { fileURLToPath } from 'node:url'
87
import { resolve } from 'node:path'
8+
import { fileURLToPath } from 'node:url'
99

1010
const __dirname = fileURLToPath(new URL('.', import.meta.url))
1111

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
},
2525
"devDependencies": {
2626
"@eslint/js": "^9.14.0",
27-
"@intlify/core-base": "next",
28-
"@kazupon/eslint-config": "^0.18.0",
27+
"@intlify/core-base": "^11.1.2",
28+
"@kazupon/eslint-config": "^0.22.0",
2929
"@kazupon/lerna-changelog": "^4.3.0",
3030
"@octokit/rest": "^20.0.0",
3131
"@rollup/plugin-alias": "^3.1.5",
@@ -73,7 +73,7 @@
7373
"vite": "^5.4.10",
7474
"vitest": "^2.1.4",
7575
"vue": "^3.2.25",
76-
"vue-i18n": "next",
76+
"vue-i18n": "^11.1.2",
7777
"vue-loader": "^16.3.0",
7878
"vue-loader15": "npm:[email protected]",
7979
"vue-loader17": "npm:[email protected]",

packages/bundle-utils/package.json

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

packages/unplugin-vue-i18n/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"dependencies": {
2727
"@eslint-community/eslint-utils": "^4.4.0",
28-
"@intlify/bundle-utils": "^10.0.0",
29-
"@intlify/shared": "latest",
28+
"@intlify/bundle-utils": "workspace:*",
29+
"@intlify/shared": "^11.1.2",
3030
"@intlify/vue-i18n-extensions": "^8.0.0",
3131
"@rollup/pluginutils": "^5.1.0",
3232
"@typescript-eslint/scope-manager": "^8.13.0",

0 commit comments

Comments
 (0)