Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmnthn committed Apr 12, 2023
1 parent 768bbb8 commit 72bb028
Show file tree
Hide file tree
Showing 2 changed files with 2,707 additions and 2,182 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
"cleanup": "npx rimraf node_modules .netlify packages/*/dist packages/*/node_modules packages/*/.nuxt packages/*/.output"
},
"devDependencies": {
"@antfu/eslint-config": "^0.29.3",
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@antfu/eslint-config": "^0.29.4",
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"bumpp": "^8.2.1",
"eslint": "^8.26.0",
"husky": "^8.0.0",
"eslint": "^8.38.0",
"husky": "^8.0.3",
"rimraf": "^3.0.2",
"typescript": "^4.8.4",
"unbuild": "^1.0.2",
"vite": "^4.0.1",
"vitest": "^0.25.3"
"typescript": "^4.9.5",
"unbuild": "^1.2.0",
"vite": "^4.2.1",
"vitest": "^0.25.8"
}
}
Loading

0 comments on commit 72bb028

Please sign in to comment.