Skip to content

Commit fff329d

Browse files
authored
fix(bundle-tools): pinned intlify pacakges (#453)
* fix(bundle-tools): pinned intlify pacakges * fix: test workflow
1 parent 66aeeee commit fff329d

File tree

6 files changed

+48
-78
lines changed

6 files changed

+48
-78
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,8 @@ jobs:
5656
# does not need to explicitly set chromium after https://github.com/microsoft/playwright/issues/14862 is solved
5757
run: pnpm playwright install chromium
5858

59+
- name: Building
60+
run: pnpm build
61+
5962
- name: Testing
6063
run: pnpm test

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@eslint/js": "^9.14.0",
27-
"@intlify/core-base": "next",
27+
"@intlify/core-base": "^11.1.2",
2828
"@kazupon/eslint-config": "^0.22.0",
2929
"@kazupon/lerna-changelog": "^4.3.0",
3030
"@octokit/rest": "^20.0.0",
@@ -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",

pnpm-lock.yaml

Lines changed: 38 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)