Commit 5ae0b4b 1 parent abf86c0 commit 5ae0b4b Copy full SHA for 5ae0b4b
File tree 5 files changed +330
-453
lines changed
5 files changed +330
-453
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.5.1
4
+
5
+ - Vite 6 as a peer deps
6
+
3
7
## 0.5.0
4
8
5
9
- Drop support for ` ?inline ` , this now supported into core in v5
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vite-plugin-fast-react-svg" ,
3
- "version" : " 0.5.0 " ,
3
+ "version" : " 0.5.1 " ,
4
4
"type" : " module" ,
5
5
"license" : " MIT" ,
6
6
"scripts" : {
10
10
"ci" : " tsc && bun prettier-ci && bun run build && cd dist && publint"
11
11
},
12
12
"peerDependencies" : {
13
- "react" : " >=16 " ,
14
- "vite" : " ^5"
13
+ "react" : " ^18.3.1 " ,
14
+ "vite" : " ^5 || ^6 "
15
15
},
16
16
"devDependencies" : {
17
- "@arnaud-barre/tnode" : " ^0.19.2 " ,
18
- "@types/node" : " ^18.19.50 " ,
19
- "@types/react" : " ^18.3.8 " ,
17
+ "@arnaud-barre/tnode" : " ^0.24.0 " ,
18
+ "@types/node" : " ^20.17.8 " ,
19
+ "@types/react" : " ^18.3.12 " ,
20
20
"prettier" : " 3.0.3" ,
21
- "publint" : " ^0.2.11 " ,
22
- "typescript" : " ^5.6 .2" ,
23
- "vite" : " ^5.4.7 "
21
+ "publint" : " ^0.2.12 " ,
22
+ "typescript" : " ^5.7 .2" ,
23
+ "vite" : " ^6.0.0 "
24
24
}
25
25
}
Original file line number Diff line number Diff line change 3
3
"exclude" : [ "playground" ] ,
4
4
"compilerOptions" : {
5
5
/* Target node 18 */
6
- "module" : "NodeNext " ,
6
+ "module" : "ES2022 " ,
7
7
"lib" : [ "ES2021" ] ,
8
8
"target" : "ES2021" ,
9
9
10
10
/* Bundler mode */
11
- "moduleResolution" : "NodeNext " ,
11
+ "moduleResolution" : "bundler " ,
12
12
"allowImportingTsExtensions" : true ,
13
- "resolveJsonModule" : true ,
14
13
"verbatimModuleSyntax" : true ,
15
14
"noEmit" : true ,
16
15
You can’t perform that action at this time.
0 commit comments