Skip to content

Commit 365f431

Browse files
committed
Add vite@3 to peer dependency range [publish]
1 parent 5568890 commit 365f431

File tree

3 files changed

+183
-161
lines changed

3 files changed

+183
-161
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.4
4+
5+
Add vite@3 to peer dependency range
6+
37
## 0.1.3
48

59
Expose svgToJSX for reuse in other build pipelines

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-fast-react-svg",
33
"description": "Turn SVG into React components, without Babel",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"license": "MIT",
66
"author": "Arnaud Barré (https://github.com/ArnaudBarre)",
77
"main": "dist/index.js",
@@ -23,13 +23,13 @@
2323
},
2424
"peerDependencies": {
2525
"react": ">=16",
26-
"vite": "^2"
26+
"vite": "^2 || ^3"
2727
},
2828
"devDependencies": {
29-
"@types/node": "^17.0.13",
30-
"@types/react": "^17.0.38",
31-
"prettier": "^2.5.1",
32-
"typescript": "^4.5.5",
33-
"vite": "^2.7.13"
29+
"@types/node": "^18.0.6",
30+
"@types/react": "^18.0.15",
31+
"prettier": "^2.7.1",
32+
"typescript": "^4.7.4",
33+
"vite": "^3.0.2"
3434
}
3535
}

0 commit comments

Comments
 (0)