Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Mar 25, 2024
1 parent 135e68b commit db73fb5
Show file tree
Hide file tree
Showing 4 changed files with 534 additions and 238 deletions.
5 changes: 5 additions & 0 deletions .changeset/empty-rice-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'vite-plugin-static-copy': patch
---

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.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,23 @@
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@polka/url": "^1.0.0-next.24",
"@polka/url": "^1.0.0-next.25",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.6",
"@types/node": "^20.11.30",
"@types/throttle-debounce": "^5.0.2",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vitest": "^0.3.20",
"mrmime": "^1.0.1",
"eslint-plugin-vitest": "^0.3.26",
"mrmime": "^2.0.0",
"node-fetch": "^3.3.2",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"throttle-debounce": "^5.0.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vitest": "^1.4.0",
"vitest-github-actions-reporter": "^0.11.1"
},
"dependencies": {
Expand All @@ -68,5 +68,5 @@
"fs-extra": "^11.1.0",
"picocolors": "^1.0.0"
},
"packageManager": "pnpm@8.14.3"
"packageManager": "pnpm@8.15.5"
}

0 comments on commit db73fb5

Please sign in to comment.