Skip to content

Commit

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

## 1.4.2

Add vite@4 to peer dependency range

## 1.4.1

Add vite@3 to peer dependency range
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@nabla/vite-plugin-eslint",
"description": "Plugs ESLint into Vite dev server",
"version": "1.4.1",
"version": "1.4.2",
"license": "MIT",
"author": "Arnaud Barré (https://github.com/ArnaudBarre)",
"main": "src/index.js",
Expand All @@ -22,7 +22,7 @@
"chalk": "^4"
},
"peerDependencies": {
"vite": "^2 || ^3",
"vite": "^2 || ^3 || ^4",
"eslint": "*"
},
"devDependencies": {
Expand Down

0 comments on commit 889783a

Please sign in to comment.