Skip to content

Commit

Permalink
Add vite@3 to peer dependency range [publish]
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Jul 19, 2022
1 parent a3bf34c commit 51c441c
Show file tree
Hide file tree
Showing 3 changed files with 316 additions and 361 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 1.4.1

Add vite@3 to peer dependency range

## 1.4.0

- Update default shouldLint option to include `.vue`, `.mjs` & `.mts` files by default
Expand Down
12 changes: 6 additions & 6 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@nabla/vite-plugin-eslint",
"description": "Plugs ESLint into Vite dev server",
"version": "1.4.0",
"version": "1.4.1",
"license": "MIT",
"author": "Arnaud Barré (https://github.com/ArnaudBarre)",
"main": "src/index.js",
Expand All @@ -19,15 +19,15 @@
},
"dependencies": {
"@types/eslint": "*",
"chalk": "^4.0.0"
"chalk": "^4"
},
"peerDependencies": {
"vite": "^2",
"vite": "^2 || ^3",
"eslint": "*"
},
"devDependencies": {
"eslint": "^7.28.0",
"prettier": "^2.3.1",
"vite": "^2.3.7"
"eslint": "^8.20.0",
"prettier": "^2.7.1",
"vite": "^3.0.2"
}
}

0 comments on commit 51c441c

Please sign in to comment.