Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 7, 2024
1 parent a30db2e commit 179de1e
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 221 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,38 +44,38 @@
"test": "vitest run"
},
"dependencies": {
"@capsizecss/metrics": "^2.0.0",
"@capsizecss/unpack": "^2.0.0",
"magic-regexp": "^0.7.0",
"magic-string": "^0.30.5",
"pathe": "^1.1.1",
"ufo": "^1.3.2",
"unplugin": "^1.5.1"
"@capsizecss/metrics": "^2.1.1",
"@capsizecss/unpack": "^2.0.1",
"magic-regexp": "^0.8.0",
"magic-string": "^0.30.8",
"pathe": "^1.1.2",
"ufo": "^1.4.0",
"unplugin": "^1.8.3"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "latest",
"@types/node": "20.11.24",
"@types/node": "20.11.25",
"@types/serve-handler": "6.1.4",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"@vitest/coverage-v8": "1.3.0",
"bumpp": "9.3.0",
"@vitest/coverage-v8": "1.3.1",
"bumpp": "9.4.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "latest",
"execa": "8.0.1",
"get-port-please": "3.1.2",
"husky": "latest",
"lint-staged": "15.0.2",
"lint-staged": "15.2.2",
"prettier": "latest",
"serve-handler": "6.1.5",
"typescript": "5.1.6",
"typescript": "5.4.2",
"unbuild": "latest",
"vite": "5.1.5",
"vitest": "1.3.0"
"vitest": "1.3.1"
},
"resolutions": {
"fontaine": "link:."
},
"packageManager": "pnpm@8.12.1"
"packageManager": "pnpm@8.15.4"
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
},
"dependencies": {
"fontaine": "latest",
"vite": "^5.0.0"
"vite": "^5.1.5"
}
}
Loading

0 comments on commit 179de1e

Please sign in to comment.