Skip to content

Update deps for Vue 2.7 #413

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 21 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: update devDependencies for self
  • Loading branch information
baboon-king committed Jan 31, 2024
commit 5241ab543fbb4db9ecc435b6d91775610fe110b7
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ pnpm-lock.yaml
**/*.spec.js
**/*.spec.ts
**/dist
# https://github.com/prettier/prettier/issues/5246
**/*.html

playground
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Repository: git+https://github.com/marvinhagemeister/kolorist.git

License: MIT
By: James Halliday
Repository: git://github.com/substack/minimist.git
Repository: git://github.com/minimistjs/minimist.git

> This software is released under the MIT license:
>
Expand Down
26 changes: 14 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"template"
],
"engines": {
"node": "^14.13.1 || >=16.0.0"
"node": ">=v16.20.0"
},
"scripts": {
"prepare": "husky install",
Expand All @@ -35,19 +35,21 @@
},
"homepage": "https://github.com/vuejs/create-vue#readme",
"devDependencies": {
"@types/eslint": "^8.4.5",
"@types/prompts": "^2.0.14",
"@vue/tsconfig": "^0.1.3",
"esbuild": "^0.14.49",
"@tsconfig/node18": "^18.2.2",
"@types/eslint": "^8.56.2",
"@types/node": "18.19.3",
"@types/prompts": "^2.4.9",
"@vue/tsconfig": "^0.5.1",
"esbuild": "^0.19.10",
"esbuild-plugin-license": "^1.2.2",
"husky": "^8.0.1",
"kolorist": "^1.5.1",
"lint-staged": "^13.0.3",
"minimist": "^1.2.6",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"husky": "^8.0.3",
"kolorist": "^1.8.0",
"lint-staged": "^15.2.0",
"minimist": "^1.2.8",
"npm-run-all2": "^6.1.1",
"prettier": "^3.2.4",
"prompts": "^2.4.2",
"zx": "^4.3.0"
"zx": "^7.2.3"
},
"lint-staged": {
"*.{js,ts,vue,json}": [
Expand Down
2 changes: 1 addition & 1 deletion playground
Loading