Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 31, 2022
1 parent 8f40d28 commit 219378e
Show file tree
Hide file tree
Showing 2 changed files with 553 additions and 485 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "latest",
"@release-it/conventional-changelog": "latest",
"@types/node": "latest",
"@types/node": "^18.11.8",
"@types/serve-handler": "^6.1.1",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@vitest/coverage-c8": "^0.24.4",
"conventional-changelog-conventionalcommits": "latest",
"eslint": "latest",
"eslint": "^8.26.0",
"eslint-config-prettier": "latest",
"eslint-plugin-prettier": "latest",
"execa": "^6.1.0",
Expand All @@ -77,8 +77,8 @@
"serve-handler": "^6.1.3",
"typescript": "latest",
"unbuild": "latest",
"vite": "latest",
"vitest": "latest"
"vite": "^3.2.2",
"vitest": "^0.24.4"
},
"resolutions": {
"fontaine": "link:."
Expand Down
Loading

0 comments on commit 219378e

Please sign in to comment.