Skip to content

Commit

Permalink
chore: update dependencies (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
donniean authored Jul 9, 2023
1 parent 2820d1b commit 79e110e
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 164 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ config/local-*.*
# Testing
coverage/

# Production
dist/

# Next.js
.next/
out/
next-env.d.ts

# Vercel
.vercel/

# Production
dist/
216 changes: 58 additions & 158 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"sort-object-keys": "^1.1.3",
"sort-package-json": "^2.5.1",
"stylelint": "^15.10.1",
"type-fest": "^3.12.0"
"type-fest": "^3.13.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.6",
Expand All @@ -112,7 +112,7 @@
"@types/sort-object-keys": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/coverage-v8": "^0.33.0",
"commitizen": "^4.3.0",
"cspell": "^6.31.1",
"cz-conventional-changelog": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/features/vitest/package-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function getPackageJson(): FeaturePackageJson {
'test:watch': 'vitest watch',
},
devDependencies: {
'@vitest/coverage-c8': '',
'@vitest/coverage-v8': '',
vitest: '',
},
};
Expand Down

0 comments on commit 79e110e

Please sign in to comment.