Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Update Vue to v2.7 #1635

Merged
merged 9 commits into from Aug 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -121,7 +121,7 @@ module.exports = {
],
pathGroups: [
{
// Treate vue and composition-api as "builtin"
// Treat vue and composition-api as "builtin"
pattern: '(vue|@nuxtjs/composition-api)',
group: 'builtin',
position: 'before',
Expand Down
25 changes: 15 additions & 10 deletions package.json
Expand Up @@ -60,7 +60,7 @@
"@nuxt/components": "^2.1.6",
"@nuxt/postcss8": "^1.1.3",
"@nuxt/vue-app": "^2.15.8",
"@nuxtjs/composition-api": "^0.32.0",
"@nuxtjs/composition-api": "^0.33.1",
"@nuxtjs/i18n": "^7.0.3",
"@nuxtjs/redirect-module": "^0.3.1",
"@nuxtjs/sentry": "^5.1.7",
Expand Down Expand Up @@ -96,22 +96,23 @@
"seeded-rand": "^2.0.1",
"throttle-debounce": "^5.0.0",
"uuid": "^8.3.2",
"vue": "^2.6.14",
"vue": "^2.7.10",
"vue-i18n": "^8.26.7"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime-corejs3": "^7.17.9",
"@intlify/eslint-plugin-vue-i18n": "^1.4.0",
"@nuxt/types": "^2.15.4",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/storybook": "^4.3.0",
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/storybook": "^4.3.2",
"@nuxtjs/style-resources": "^1.0.0",
"@pinia/testing": "^0.0.12",
"@playwright/test": "^1.20.2",
"@playwright/test": "1.20.2",
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/user-event": "^13.5.0",
Expand All @@ -125,11 +126,12 @@
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@vue/runtime-dom": "^3.2.31",
"@vue/runtime-dom": "^3.2.37",
"@vue/test-utils": "^1.1.3",
"autoprefixer": "^10.4.0",
"babel-jest": "^26.6.3",
"babel-loader": "8.2.5",
"css-loader": "^5.2.7",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-custom-alias": "^1.3.0",
Expand All @@ -138,7 +140,7 @@
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-tsdoc": "^0.2.16",
"eslint-plugin-unicorn": "^42.0.0",
"eslint-plugin-vue": "^8.6.0",
"eslint-plugin-vue": "^9.0.0",
"eslint-plugin-vuejs-accessibility": "^1.1.1",
"husky": "^7.0.1",
"jest": "^26.6.3",
Expand All @@ -156,10 +158,13 @@
"talkback": "^3.0.1",
"ts-node": "^10.7.0",
"typescript": "^4.6.2",
"vue-demi": "^0.13.11",
"vue-i18n-extract": "^2.0.7",
"vue-jest": "^3.0.7",
"vue-template-compiler": "^2.6.14",
"vue-tsc": "^0.39.5",
"vue-loader": "^15.10.0",
"vue-server-renderer": "^2.7.10",
"vue-template-compiler": "^2.7.10",
"vue-tsc": "^0.40.1",
"webpack": "^4.46.0"
},
"pnpm": {
Expand Down