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

Commit

Permalink
Update yarn, vite.
Browse files Browse the repository at this point in the history
  • Loading branch information
logue committed Nov 26, 2023
1 parent dda4ea2 commit 5767c05
Show file tree
Hide file tree
Showing 5 changed files with 595 additions and 562 deletions.
670 changes: 335 additions & 335 deletions .yarn/releases/yarn-4.0.1.cjs → .yarn/releases/yarn-4.0.2.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-4.0.1.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
32 changes: 16 additions & 16 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.6.1",
"version": "1.7.1",
"license": "MIT",
"type": "module",
"private": true,
Expand All @@ -23,7 +23,7 @@
"node": ">=18.12.5",
"yarn": ">=1.22.19"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"scripts": {
"dev": "vite",
"clean": "rimraf ./node_modules/.vite",
Expand All @@ -40,53 +40,53 @@
"prepare": "husky install"
},
"dependencies": {
"@logue/vue2-helpers": "^2.2.0",
"@logue/vue2-helpers": "^2.2.1",
"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",
"@rushstack/eslint-patch": "^1.6.0",
"@tsconfig/node-lts": "^18.12.5",
"@types/jsdom": "^21.1.4",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@vitejs/plugin-vue2": "^2.2.0",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@vitejs/plugin-vue2": "^2.3.1",
"@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.53.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint": "^8.54.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-vue": "latest",
"eslint-plugin-vuejs-accessibility": "^2.2.0",
"eslint-plugin-yaml": "^0.5.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^15.0.2",
"jsdom": "^23.0.0",
"lint-staged": "^15.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"rollup-plugin-visualizer": "^5.9.2",
"rollup-plugin-visualizer": "^5.9.3",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint-config-recommended-scss": "^13.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-order": "^6.0.3",
"typescript": "*",
"vite": "^4.5.0",
"vite": "^5.0.2",
"vite-plugin-checker": "^0.6.2",
"vitest": "^0.34.6",
"vue-eslint-parser": "^9.3.2",
Expand Down
1 change: 0 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export default defineConfig({
plugins: [
// Vue2
// https://github.com/vitejs/vite-plugin-vue2
// @ts-expect-error
vue(),
],
// Resolver
Expand Down
Loading

0 comments on commit 5767c05

Please sign in to comment.