Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Update vue 2.7.15.
Browse files Browse the repository at this point in the history
Update yarn.
Update dependencies.
  • Loading branch information
logue committed Oct 27, 2023
1 parent 7abc7dc commit dda7221
Show file tree
Hide file tree
Showing 6 changed files with 3,386 additions and 3,305 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.0.0.cjs
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ Due to [yarn issues](https://github.com/yarnpkg/berry/issues/4448), it may not w

From 0.7.4, the default project type is module. If you find a plugin that doesn't work, remove `"type": "module"` from package.json.

It will not work properly if you are using Node v21.0.0. Please upgrade to 21.1.0 or later.

## Checklist

When you use this template, try follow the checklist to update your info properly
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "vite-vue2-ts-starter",
"description": "Vue2 TypeScript Startar project for Vite.",
"version": "1.5.18",
"version": "1.6.0",
"license": "MIT",
"type": "module",
"private": true,
Expand All @@ -23,7 +23,7 @@
"node": ">=18.12.5",
"yarn": ">=1.22.19"
},
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@4.0.0",
"scripts": {
"dev": "vite",
"clean": "rimraf ./node_modules/.vite",
Expand All @@ -40,29 +40,29 @@
"prepare": "husky install"
},
"dependencies": {
"@logue/vue2-helpers": "^2.1.13",
"vue": "^2.7.14",
"@logue/vue2-helpers": "^2.2.0",
"vue": "^2.7.15",
"vue-router": "^3.6.5",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.5.1",
"@tsconfig/node-lts": "^18.12.5",
"@types/jsdom": "^21.1.3",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@types/jsdom": "^21.1.4",
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@vitejs/plugin-vue2": "^2.2.0",
"@vitest/coverage-c8": "^0.33.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/test-utils": "^1.3.5",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
Expand All @@ -72,26 +72,26 @@
"eslint-plugin-yaml": "^0.5.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^15.0.1",
"lint-staged": "^15.0.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.69.4",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint-config-recommended-scss": "^13.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-order": "^6.0.3",
"typescript": "*",
"vite": "^4.4.11",
"vite": "^4.5.0",
"vite-plugin-checker": "^0.6.2",
"vitest": "^0.34.6",
"vue-eslint-parser": "^9.3.2",
"vue-template-compiler": "^2.7.14",
"vue-tsc": "^1.8.19"
"vue-tsc": "^1.8.22"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit dda7221

Please sign in to comment.