Skip to content

Commit

Permalink
feat: support vue 3.3 (#1407)
Browse files Browse the repository at this point in the history
* feat: support vue 3.3

* fix: install pnpm v8 on netlify
  • Loading branch information
kazupon committed May 20, 2023
1 parent 2d8fb74 commit edd76de
Show file tree
Hide file tree
Showing 18 changed files with 1,485 additions and 1,246 deletions.
4 changes: 2 additions & 2 deletions examples/backend/package.json
Expand Up @@ -15,10 +15,10 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.3",
"@vue/compiler-sfc": "^3.2.4",
"@vue/compiler-sfc": "^3.3.4",
"vite": "^2.6.0",
"typescript": "^4.3.2",
"vue-tsc": "^0.3.0",
"vue-tsc": "^1.6.5",
"@types/express": "^4.17.13",
"@types/body-parser": "^1.19.2",
"express": "^4.17.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/lazy-loading/vite/package.json
Expand Up @@ -14,10 +14,10 @@
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "next",
"@vitejs/plugin-vue": "^1.9.4",
"@vitejs/plugin-vue": "^4.2.0",
"@vue/compiler-sfc": "latest",
"vite": "^2.6.14",
"vue-tsc": "^0.29.6"
"vite": "^4.3.0",
"vue-tsc": "^1.6.5"
},
"private": true
}
6 changes: 3 additions & 3 deletions examples/ssr/vite/package.json
Expand Up @@ -16,13 +16,13 @@
},
"dependencies": {
"example-external-component": "file:example-external-component",
"vue": "^3.2.27",
"vue": "^3.3.4",
"vue-router": "^4.1.2",
"vue-i18n": "^9.2.0-beta.40"
},
"devDependencies": {
"vite": "^3.0.0",
"@vitejs/plugin-vue": "^3.0.1",
"vite": "^4.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"dep-import-type": "link:./dep-import-type",
"@intlify/vite-plugin-vue-i18n": "^5.0.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/tsx/package.json
Expand Up @@ -9,14 +9,14 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.2.0",
"vue": "^3.3.4",
"vue-i18n": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue-jsx": "^1.1.5",
"@vitejs/plugin-vue": "^1.9.3",
"@vue/compiler-sfc": "^3.2.0",
"vite": "^2.6.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"vite": "^4.0.0",
"vue-tsc": "^0.3.0"
}
}
8 changes: 4 additions & 4 deletions examples/type-safe/global-type-definition/package.json
Expand Up @@ -9,13 +9,13 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.2.4",
"vue": "^3.3.4",
"vue-i18n": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.3",
"@vue/compiler-sfc": "^3.2.4",
"vite": "^2.6.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"vite": "^4.0.0",
"typescript": "^4.3.2",
"vue-tsc": "^0.3.0"
}
Expand Down
10 changes: 5 additions & 5 deletions examples/type-safe/type-annotation/package.json
Expand Up @@ -9,14 +9,14 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.2.4",
"vue": "^3.3.4",
"vue-i18n": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.3",
"@vue/compiler-sfc": "^3.2.4",
"vite": "^2.6.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"vite": "^4.3.0",
"typescript": "^4.3.2",
"vue-tsc": "^0.3.0"
"vue-tsc": "^1.6.5"
}
}
10 changes: 5 additions & 5 deletions examples/web-components/package.json
Expand Up @@ -9,15 +9,15 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.2.4",
"vue": "^3.3.4",
"vue-i18n": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.3",
"@vue/compiler-sfc": "^3.2.4",
"vite": "^2.6.0",
"@vitejs/plugin-vue": "^4.2.0",
"@vue/compiler-sfc": "^3.3.4",
"vite": "^4.3.0",
"typescript": "^4.3.2",
"vue-tsc": "^0.3.0",
"vue-tsc": "^1.6.5",
"@intlify/vite-plugin-vue-i18n": "^2.4.0"
}
}
2 changes: 1 addition & 1 deletion netlify.toml
Expand Up @@ -3,4 +3,4 @@
NPM_FLAGS = "--version"
[build]
publish = "docs/.vitepress/dist"
command = "npx pnpm@7 i --store=node_modules/.pnpm-store && npx pnpm@7 run docs:build"
command = "npx pnpm@8 i --store=node_modules/.pnpm-store && npx pnpm@8 run docs:build"
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -113,29 +113,29 @@
"rollup-plugin-typescript2": "^0.34.1",
"secretlint": "^3.2.0",
"serve-static": "^1.15.0",
"textlint": "^12.0.0",
"textlint": "^12.6.1",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-abbr-within-parentheses": "^1.0.2",
"textlint-rule-apostrophe": "^2.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-diacritics": "^1.0.0",
"textlint-rule-en-capitalization": "^2.0.3",
"textlint-rule-max-comma": "^2.0.0",
"textlint-rule-max-comma": "^2.0.2",
"textlint-rule-max-doc-width": "^1.4.0",
"textlint-rule-no-empty-section": "^1.1.0",
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
"textlint-rule-no-surrogate-pair": "^1.0.1",
"textlint-rule-period-in-list-item": "^0.3.2",
"textlint-rule-stop-words": "^3.0.0",
"textlint-rule-terminology": "^2.1.4",
"textlint-rule-period-in-list-item": "^0.3.3",
"textlint-rule-stop-words": "^3.0.1",
"textlint-rule-terminology": "^2.1.6",
"textlint-rule-unexpanded-acronym": "^1.2.4",
"textlint-rule-write-good": "^2.0.0",
"trash-cli": "^5.0.0",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"vitepress": "^1.0.0-alpha.40",
"vitepress": "^1.0.0-alpha.76",
"vitest": "^0.31.1",
"vue": "^3.2.45",
"vue": "3.3.4",
"vue-i18n": "workspace:*"
},
"peerDependencies": {
Expand Down Expand Up @@ -168,7 +168,7 @@
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"vue": "3.2.45",
"vue": "3.3.4",
"vite": "^4.0.0"
}
}
Expand Down
8 changes: 4 additions & 4 deletions packages/format-explorer/package.json
Expand Up @@ -12,14 +12,14 @@
"clean:deps": "rm -rf ./node_modules"
},
"dependencies": {
"vue": "^3.1.0",
"vue": "^3.3.4",
"source-map": "^0.6.1",
"monaco-editor": "^0.38.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.3.0",
"@vue/compiler-sfc": "^3.1.0",
"@vitejs/plugin-vue": "^4.2.0",
"@vue/compiler-sfc": "^3.3.4",
"vite": "^4.3.3",
"vue-tsc": "^0.40.0"
"vue-tsc": "^1.6.5"
}
}
2 changes: 1 addition & 1 deletion packages/petite-vue-i18n/package.json
Expand Up @@ -38,7 +38,7 @@
"@intlify/core-base": "workspace:*",
"@intlify/shared": "workspace:*",
"@intlify/vue-devtools": "workspace:*",
"@vue/devtools-api": "^6.2.1"
"@vue/devtools-api": "^6.5.0"
},
"devDependencies": {
"@intlify/devtools-if": "workspace:*"
Expand Down
10 changes: 5 additions & 5 deletions packages/size-check-petite-vue-i18n/package.json
Expand Up @@ -8,14 +8,14 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.2.0",
"vue": "^3.3.4",
"petite-vue-i18n": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.3",
"@vue/compiler-sfc": "^3.2.0",
"vite": "^4.3.3",
"vue-tsc": "^0.40.0"
"@vitejs/plugin-vue": "^4.2.0",
"@vue/compiler-sfc": "^3.3.4",
"vite": "^4.3.0",
"vue-tsc": "^1.6.5"
},
"version": "9.3.0-beta.17"
}
10 changes: 5 additions & 5 deletions packages/size-check-vue-i18n/package.json
Expand Up @@ -8,14 +8,14 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.2.0",
"vue": "^3.3.4",
"vue-i18n": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.3",
"@vue/compiler-sfc": "^3.2.0",
"vite": "^4.3.3",
"vue-tsc": "^0.40.0"
"@vitejs/plugin-vue": "^4.2.0",
"@vue/compiler-sfc": "^3.3.4",
"vite": "^4.3.0",
"vue-tsc": "^1.6.5"
},
"version": "9.3.0-beta.17"
}
2 changes: 1 addition & 1 deletion packages/vue-i18n-bridge/package.json
Expand Up @@ -39,7 +39,7 @@
"@intlify/core-base": "workspace:*",
"@intlify/shared": "workspace:*",
"@intlify/vue-devtools": "workspace:*",
"@vue/devtools-api": "^6.2.1",
"@vue/devtools-api": "^6.5.0",
"vue-demi": "^0.14.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-i18n-core/package.json
Expand Up @@ -38,7 +38,7 @@
"@intlify/core-base": "workspace:*",
"@intlify/shared": "workspace:*",
"@intlify/vue-devtools": "workspace:*",
"@vue/devtools-api": "^6.2.1"
"@vue/devtools-api": "^6.5.0"
},
"devDependencies": {
"@intlify/devtools-if": "workspace:*"
Expand Down
Expand Up @@ -28,7 +28,7 @@ exports[`__translateVNode > missing 1`] = `
"target": null,
"targetAnchor": null,
"transition": null,
"type": Symbol(Text),
"type": Symbol(v-txt),
},
]
`;
2 changes: 1 addition & 1 deletion packages/vue-i18n/package.json
Expand Up @@ -38,7 +38,7 @@
"@intlify/core-base": "workspace:*",
"@intlify/shared": "workspace:*",
"@intlify/vue-devtools": "workspace:*",
"@vue/devtools-api": "^6.2.1"
"@vue/devtools-api": "^6.5.0"
},
"devDependencies": {
"@intlify/devtools-if": "workspace:*"
Expand Down

0 comments on commit edd76de

Please sign in to comment.