File tree 4 files changed +534
-238
lines changed
4 files changed +534
-238
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' vite-plugin-static-copy ' : patch
3
+ ---
4
+
5
+ udpate mrmime to v2. align the used mime values with Vite 5.1. See https://github.com/lukeed/mrmime/releases/tag/v2.0.0 for the difference.
Original file line number Diff line number Diff line change 43
43
"devDependencies" : {
44
44
"@changesets/changelog-github" : " ^0.5.0" ,
45
45
"@changesets/cli" : " ^2.27.1" ,
46
- "@polka/url" : " ^1.0.0-next.24 " ,
46
+ "@polka/url" : " ^1.0.0-next.25 " ,
47
47
"@types/fs-extra" : " ^11.0.4" ,
48
- "@types/node" : " ^20.11.6 " ,
48
+ "@types/node" : " ^20.11.30 " ,
49
49
"@types/throttle-debounce" : " ^5.0.2" ,
50
50
"@typescript-eslint/eslint-plugin" : " ^7.3.1" ,
51
51
"@typescript-eslint/parser" : " ^7.3.1" ,
52
- "eslint" : " ^8.56 .0" ,
52
+ "eslint" : " ^8.57 .0" ,
53
53
"eslint-config-prettier" : " ^9.1.0" ,
54
- "eslint-plugin-vitest" : " ^0.3.20 " ,
55
- "mrmime" : " ^1 .0.1 " ,
54
+ "eslint-plugin-vitest" : " ^0.3.26 " ,
55
+ "mrmime" : " ^2 .0.0 " ,
56
56
"node-fetch" : " ^3.3.2" ,
57
- "prettier" : " ^3.2.4 " ,
57
+ "prettier" : " ^3.2.5 " ,
58
58
"throttle-debounce" : " ^5.0.0" ,
59
- "tsup" : " ^8.0.1 " ,
60
- "typescript" : " ^5.3 .3" ,
61
- "vite" : " ^5.0.12 " ,
62
- "vitest" : " ^1.2.1 " ,
59
+ "tsup" : " ^8.0.2 " ,
60
+ "typescript" : " ^5.4 .3" ,
61
+ "vite" : " ^5.2.6 " ,
62
+ "vitest" : " ^1.4.0 " ,
63
63
"vitest-github-actions-reporter" : " ^0.11.1"
64
64
},
65
65
"dependencies" : {
68
68
"fs-extra" : " ^11.1.0" ,
69
69
"picocolors" : " ^1.0.0"
70
70
},
71
- "packageManager" : " pnpm@8.14.3 "
71
+ "packageManager" : " pnpm@8.15.5 "
72
72
}
You can’t perform that action at this time.
0 commit comments