Skip to content

Commit

Permalink
chore: update most dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Oct 6, 2024
1 parent 2594f4b commit 2d65f05
Show file tree
Hide file tree
Showing 23 changed files with 9,183 additions and 6,959 deletions.
20 changes: 10 additions & 10 deletions examples/create-vue-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"pinia": "^2.0.16",
"vue": "^3.2.37",
"vue-router": "^4.1.2"
"pinia": "^2.2.4",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@rushstack/eslint-patch": "^1.10.4",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/eslint-config-standard": "workspace:*",
"eslint": "^8.20.0",
"eslint-plugin-vue": "^9.2.0",
"vite": "^3.0.2",
"vue": "^3.2.37"
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.28.0",
"vite": "^5.4.8",
"vue": "^3.5.11"
}
}
28 changes: 14 additions & 14 deletions examples/create-vue-ts-allow-js-in-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"pinia": "^2.0.16",
"vue": "^3.2.37",
"vue-router": "^4.1.2"
"pinia": "^2.2.4",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@types/node": "^16.11.45",
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@rushstack/eslint-patch": "^1.10.4",
"@types/node": "^22.7.4",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/eslint-config-standard-with-typescript": "workspace:*",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^9.0.0",
"npm-run-all": "^4.1.5",
"typescript": "~4.7.4",
"vite": "^3.0.1",
"vue": "^3.2.37",
"vue-tsc": "^0.38.8"
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.28.0",
"npm-run-all2": "^6.2.3",
"typescript": "~5.4.5",
"vite": "^5.4.8",
"vue": "^3.5.11",
"vue-tsc": "^2.1.6"
}
}
1 change: 1 addition & 0 deletions examples/create-vue-ts-allow-js-in-vue/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"ignoreDeprecations": "5.0",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
Expand Down
28 changes: 14 additions & 14 deletions examples/create-vue-ts-allow-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"pinia": "^2.0.16",
"vue": "^3.2.37",
"vue-router": "^4.1.2"
"pinia": "^2.2.4",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@types/node": "^16.11.45",
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@rushstack/eslint-patch": "^1.10.4",
"@types/node": "^22.7.4",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/eslint-config-standard-with-typescript": "workspace:*",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.20.0",
"eslint-plugin-vue": "^9.2.0",
"npm-run-all": "^4.1.5",
"typescript": "~4.7.4",
"vite": "^3.0.2",
"vue": "^3.2.37",
"vue-tsc": "^0.38.9"
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.28.0",
"npm-run-all2": "^6.2.3",
"typescript": "~5.4.5",
"vite": "^5.4.8",
"vue": "^3.5.11",
"vue-tsc": "^2.1.6"
}
}
1 change: 1 addition & 0 deletions examples/create-vue-ts-allow-js/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"ignoreDeprecations": "5.0",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
Expand Down
28 changes: 14 additions & 14 deletions examples/create-vue-ts-allow-jsx-in-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"pinia": "^2.0.16",
"vue": "^3.2.37",
"vue-router": "^4.1.2"
"pinia": "^2.2.4",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@types/node": "^16.11.45",
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@rushstack/eslint-patch": "^1.10.4",
"@types/node": "^22.7.4",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/eslint-config-standard-with-typescript": "workspace:*",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^9.0.0",
"npm-run-all": "^4.1.5",
"typescript": "~4.7.4",
"vite": "^3.0.1",
"vue": "^3.2.37",
"vue-tsc": "^0.38.8"
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.28.0",
"npm-run-all2": "^6.2.3",
"typescript": "~5.4.5",
"vite": "^5.4.8",
"vue": "^3.5.11",
"vue-tsc": "^2.1.6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const router = createRouter({
// route level code-splitting
// this generates a separate chunk (About.[hash].js) for this route
// which is lazy-loaded when the route is visited.
component: () => import('../views/AboutView.vue')
component: async () => await import('../views/AboutView.vue')
}
]
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const useCounterStore = defineStore({
doubleCount: (state) => state.counter * 2
},
actions: {
increment() {
increment () {
this.counter++
}
}
Expand Down
1 change: 1 addition & 0 deletions examples/create-vue-ts-allow-jsx-in-vue/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"ignoreDeprecations": "5.0",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
Expand Down
28 changes: 14 additions & 14 deletions examples/create-vue-ts-allow-tsx-in-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"pinia": "^2.0.16",
"vue": "^3.2.37",
"vue-router": "^4.1.2"
"pinia": "^2.2.4",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@types/node": "^16.11.45",
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@rushstack/eslint-patch": "^1.10.4",
"@types/node": "^22.7.4",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/eslint-config-standard-with-typescript": "workspace:*",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^9.0.0",
"npm-run-all": "^4.1.5",
"typescript": "~4.7.4",
"vite": "^3.0.1",
"vue": "^3.2.37",
"vue-tsc": "^0.38.8"
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.28.0",
"npm-run-all2": "^6.2.3",
"typescript": "~5.4.5",
"vite": "^5.4.8",
"vue": "^3.5.11",
"vue-tsc": "^2.1.6"
}
}
1 change: 1 addition & 0 deletions examples/create-vue-ts-allow-tsx-in-vue/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"ignoreDeprecations": "5.0",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
Expand Down
1 change: 1 addition & 0 deletions examples/create-vue-ts-cypress/cypress/e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["./**/*", "../support/**/*"],
"compilerOptions": {
"ignoreDeprecations": "5.0",
"isolatedModules": false,
"target": "es5",
"lib": ["es5", "dom"],
Expand Down
34 changes: 17 additions & 17 deletions examples/create-vue-ts-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"pinia": "^2.0.16",
"vue": "^3.2.37",
"vue-router": "^4.1.2"
"pinia": "^2.2.4",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@types/node": "^16.11.45",
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@rushstack/eslint-patch": "^1.10.4",
"@types/node": "^22.7.4",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/eslint-config-standard-with-typescript": "workspace:*",
"@vue/tsconfig": "^0.1.3",
"cypress": "^10.3.1",
"eslint": "^8.20.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-vue": "^9.2.0",
"npm-run-all": "^4.1.5",
"start-server-and-test": "^1.14.0",
"typescript": "~4.7.4",
"vite": "^3.0.2",
"vue": "^3.2.37",
"vue-tsc": "^0.38.9"
"cypress": "^10.11.0",
"eslint": "^8.57.1",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-vue": "^9.28.0",
"npm-run-all2": "^6.2.3",
"start-server-and-test": "^1.15.4",
"typescript": "~5.4.5",
"vite": "^5.4.8",
"vue": "^3.5.11",
"vue-tsc": "^2.1.6"
}
}
1 change: 1 addition & 0 deletions examples/create-vue-ts-cypress/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
"ignoreDeprecations": "5.0",
"composite": true,
"baseUrl": ".",
"paths": {
Expand Down
28 changes: 14 additions & 14 deletions examples/create-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"pinia": "^2.0.16",
"vue": "^3.2.37",
"vue-router": "^4.1.2"
"pinia": "^2.2.4",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@types/node": "^16.11.45",
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@rushstack/eslint-patch": "^1.10.4",
"@types/node": "^22.7.4",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/eslint-config-standard-with-typescript": "workspace:*",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.20.0",
"eslint-plugin-vue": "^9.2.0",
"npm-run-all": "^4.1.5",
"typescript": "~4.7.4",
"vite": "^3.0.2",
"vue": "^3.2.37",
"vue-tsc": "^0.38.9"
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.28.0",
"npm-run-all2": "^6.2.3",
"typescript": "~5.4.5",
"vite": "^5.4.8",
"vue": "^3.5.11",
"vue-tsc": "^2.1.6"
}
}
1 change: 1 addition & 0 deletions examples/create-vue-ts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"ignoreDeprecations": "5.0",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
Expand Down
14 changes: 7 additions & 7 deletions examples/vue-cli-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.23.5",
"vue": "^3.2.37",
"vue-router": "^4.1.2"
"core-js": "^3.38.1",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@rushstack/eslint-patch": "^1.1.4",
"@babel/core": "^7.25.7",
"@rushstack/eslint-patch": "^1.10.4",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-standard": "workspace:*",
"eslint": "^8.20.0",
"eslint-plugin-vue": "^9.2.0"
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.28.0"
}
}
15 changes: 8 additions & 7 deletions examples/vue-cli-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,22 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.23.5",
"vue": "^3.2.37",
"vue-router": "^4.1.2"
"core-js": "^3.38.1",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@rushstack/eslint-patch": "^1.1.4",
"@babel/core": "^7.25.7",
"@rushstack/eslint-patch": "^1.10.4",
"@types/node": "^14.18.63",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-standard-with-typescript": "workspace:*",
"eslint": "^8.20.0",
"eslint-plugin-vue": "^9.2.0",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.28.0",
"typescript": "~4.5.5"
}
}
Loading

0 comments on commit 2d65f05

Please sign in to comment.