Skip to content

Commit

Permalink
chore: upgrade all dependencies (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Mar 17, 2023
1 parent d34c545 commit e24bbfd
Show file tree
Hide file tree
Showing 3 changed files with 339 additions and 540 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,30 +52,30 @@
"magic-string": "^0.30.0",
"pathe": "^1.1.0",
"ufo": "^1.1.1",
"unplugin": "^1.1.0"
"unplugin": "^1.3.1"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "latest",
"@types/node": "18.15.3",
"@types/serve-handler": "6.1.1",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"@vitest/coverage-c8": "0.29.2",
"@vitest/coverage-c8": "0.29.3",
"bumpp": "9.0.0",
"eslint": "8.36.0",
"eslint-config-prettier": "latest",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "latest",
"execa": "7.1.1",
"get-port-please": "3.0.1",
"husky": "latest",
"lint-staged": "latest",
"lint-staged": "^13.2.0",
"pinst": "latest",
"prettier": "latest",
"serve-handler": "6.1.5",
"typescript": "latest",
"typescript": "^5.0.2",
"unbuild": "latest",
"vite": "4.1.4",
"vitest": "0.29.2"
"vite": "4.2.0",
"vitest": "0.29.3"
},
"resolutions": {
"fontaine": "link:."
Expand Down
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": "^4.1.4"
"vite": "^4.2.0"
}
}
Loading

0 comments on commit e24bbfd

Please sign in to comment.