File tree 3 files changed +183
-161
lines changed
3 files changed +183
-161
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.4
4
+
5
+ Add vite@3 to peer dependency range
6
+
3
7
## 0.1.3
4
8
5
9
Expose svgToJSX for reuse in other build pipelines
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vite-plugin-fast-react-svg" ,
3
3
"description" : " Turn SVG into React components, without Babel" ,
4
- "version" : " 0.1.3 " ,
4
+ "version" : " 0.1.4 " ,
5
5
"license" : " MIT" ,
6
6
"author" : " Arnaud Barré (https://github.com/ArnaudBarre)" ,
7
7
"main" : " dist/index.js" ,
23
23
},
24
24
"peerDependencies" : {
25
25
"react" : " >=16" ,
26
- "vite" : " ^2"
26
+ "vite" : " ^2 || ^3 "
27
27
},
28
28
"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 "
34
34
}
35
35
}
You can’t perform that action at this time.
0 commit comments